deaffed
# SPEC file for libmtp, primary target is the Fedora
fec00e9
# RPM repository.
fec00e9
fec00e9
Name:           libmtp
Linus Walleij 5f13a8d
Version:        1.1.19
abf92fa
Release:        7%{?dist}
e825d36
Summary:        Software library for MTP media players
fec00e9
URL:            http://libmtp.sourceforge.net/
fec00e9
477d8c3
Source0:        https://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
9a3c369
# m4/stdint.m4 is LicenseRef-Fedora-UltraPermissive
9a3c369
# m4/iconv.m4 is FSFULLR
9a3c369
License:        LGPL-2.1-or-later AND LGPL-2.1-only AND FSFULLR AND LicenseRef-Fedora-UltraPermissive
89bd0c0
Recommends:     udev
Linus Walleij 5f13a8d
BuildRequires:  libtool
Linus Walleij 72b32f6
BuildRequires:  gettext-devel
Igor Gnatenko 8d4232e
BuildRequires:  gcc
e825d36
BuildRequires:  make
017b3ac
BuildRequires:  pkgconfig(libusb-1.0)
fec00e9
BuildRequires:  doxygen
960cbc5
%if ! 0%{?rhel}
d0dc571
BuildRequires:  libgcrypt-devel
960cbc5
%endif
ff84c3e
BuildRequires:  chrpath
fec00e9
Bastien Nocera 82a0eb4
Patch0:         0001-doc-Don-t-document-internal-endian-macros.patch
Bastien Nocera 82a0eb4
fec00e9
%description
fec00e9
This package provides a software library for communicating with MTP
fec00e9
(Media Transfer Protocol) media players, typically audio players, video
fec00e9
players etc.
fec00e9
fec00e9
%package examples
fec00e9
Summary:        Example programs for libmtp
6c37568
Requires:       %{name}%{?_isa} = %{version}-%{release}
fec00e9
fec00e9
%description examples
fec00e9
This package provides example programs for communicating with MTP
fec00e9
devices.
fec00e9
fec00e9
%package devel
fec00e9
Summary:        Development files for libmtp
6c37568
Requires:       %{name}%{?_isa} = %{version}-%{release}
fec00e9
fec00e9
%description devel
fec00e9
This package provides development files for the libmtp
fec00e9
library for MTP media players.
fec00e9
fec00e9
%prep
fec00e9
%setup -q
Bastien Nocera 82a0eb4
%patch0 -p1
fec00e9
fec00e9
%build
Linus Walleij 5f13a8d
yes "" | ./autogen.sh
Linus Walleij edc9d25
%configure --disable-static \
960cbc5
           --with-udev-rules=69-libmtp.rules \
960cbc5
%if 0%{?rhel}
960cbc5
           --disable-mtpz \
960cbc5
%endif
960cbc5
            %{nil}
477d8c3
%make_build
fec00e9
fec00e9
%install
477d8c3
%make_install
fec00e9
# Remove libtool archive remnant
fec00e9
rm -f $RPM_BUILD_ROOT%{_libdir}/libmtp.la
4668021
# Replace links with relative links
4668021
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-delfile
4668021
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-getfile
4668021
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-newfolder
4668021
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendfile
4668021
rm -f $RPM_BUILD_ROOT%{_bindir}/mtp-sendtr
4668021
pushd $RPM_BUILD_ROOT%{_bindir}
4668021
ln -sf mtp-connect mtp-delfile
4668021
ln -sf mtp-connect mtp-getfile
4668021
ln -sf mtp-connect mtp-newfolder
4668021
ln -sf mtp-connect mtp-sendfile
4668021
ln -sf mtp-connect mtp-sendtr
4668021
popd
ff84c3e
# Convert COPYING file to UTF-8
ff84c3e
iconv -f iso-8859-1 -t utf-8 -o COPYING.utf8 COPYING
ff84c3e
touch -r COPYING COPYING.utf8; mv -f COPYING.utf8 COPYING
fec00e9
# Copy documentation to a good place
3f18a42
mkdir -p -m 755 $RPM_BUILD_ROOT%{_pkgdocdir}
e825d36
install -p -m 644 AUTHORS README TODO \
3f18a42
      $RPM_BUILD_ROOT%{_pkgdocdir}
d0dc571
# Move some autogenerated documentation where we want it
89bd0c0
if [ $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html != $RPM_BUILD_ROOT%{_pkgdocdir}/html ] ; then \
89bd0c0
	mv $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/html \
Bastien Nocera e5971c7
		$RPM_BUILD_ROOT%{_pkgdocdir} ; \
Bastien Nocera e5971c7
fi
d6047bb
# Touch generated files to make them always have the same time stamp.
d6047bb
touch -r configure.ac \
d6047bb
      $RPM_BUILD_ROOT%{_includedir}/*.h \
ff84c3e
      $RPM_BUILD_ROOT%{_libdir}/pkgconfig/*.pc
ff84c3e
# Get rid of -rpath
3956d81
chrpath --delete $RPM_BUILD_ROOT{%{_bindir},/usr/lib/udev}/mtp*
fec00e9
4359274
%ldconfig_scriptlets
fec00e9
fec00e9
%files
477d8c3
%license COPYING
c6b85ac
%{_libdir}/libmtp.so.9*
477d8c3
/usr/lib/udev/rules.d/69-libmtp.rules
477d8c3
/usr/lib/udev/hwdb.d/69-libmtp.hwdb
d0dc571
/usr/lib/udev/mtp-probe
cde7a7f
fec00e9
%files examples
477d8c3
%{_bindir}/mtp-*
fec00e9
fec00e9
%files devel
c6b85ac
%{_libdir}/libmtp.so
477d8c3
%{_pkgdocdir}
477d8c3
%{_includedir}/libmtp.h
c6b85ac
%{_libdir}/pkgconfig/libmtp.pc
fec00e9
fec00e9
%changelog
abf92fa
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-7
abf92fa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
abf92fa
ec6b4d1
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-6
ec6b4d1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
ec6b4d1
7134d7b
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-5
7134d7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
7134d7b
89bd0c0
* Tue Feb 21 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.19-4
89bd0c0
- Fix flatpak build
89bd0c0
- Soften udev dependency for flatpaks
89bd0c0
ab7046b
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-3
ab7046b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
ab7046b
529068d
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.19-2
529068d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
529068d
Linus Walleij 5f13a8d
* Wed Mar 2 2022 Linus Walleij <triad@df.lth.se> - 1.1.19-1
Linus Walleij 5f13a8d
- Upgrade to 1.1.19
Linus Walleij 5f13a8d
- No 'configure' script in the package so calling autogen.sh as part of the build
Linus Walleij 5f13a8d
3436851
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-5
3436851
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
3436851
3ce3591
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-4
3ce3591
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
3ce3591
16f47f1
* Wed May 26 2021 Ondrej Holy <oholy@redhat.com> - 1.1.18-3
16f47f1
- Drop redundant devel requires
960cbc5
- Disable MTPZ support in RHEL
017b3ac
- Use pkgconfig for libusb
16f47f1
7dfd434
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.18-2
7dfd434
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7dfd434
e825d36
* Tue Jan 05 2021 Robert Scheck <robert@fedoraproject.org> - 1.1.18-1
e825d36
- Upgrade to 1.1.18
e825d36
67c2272
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.16-5
67c2272
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
67c2272
15be602
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.16-4
15be602
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
15be602
4e4bf29
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.16-3
4e4bf29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
4e4bf29
d751a8b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.16-2
d751a8b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d751a8b
851d55f
* Fri Nov 16 2018 Linus Walleij <linus.ml.walleij@gmail.com> - 1.1.16
851d55f
+ libmtp-1.1.16-1
851d55f
- New upstream release 1.1.16.
851d55f
- Suddenly reappear doing package maintenance duties.
851d55f
d50825d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-4
d50825d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d50825d
c8b99c2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.14-3
c8b99c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c8b99c2
4359274
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.1.14-2
4359274
- Switch to %%ldconfig_scriptlets
4359274
Bastien Nocera 5c20797
* Mon Oct 09 2017 Bastien Nocera <bnocera@redhat.com> - 1.1.14-1
Bastien Nocera 5c20797
+ libmtp-1.1.14-1
Bastien Nocera 5c20797
- Update to 1.1.14
Bastien Nocera 5c20797
Bastien Nocera 82a0eb4
* Mon Oct 09 2017 Bastien Nocera <bnocera@redhat.com> - 1.1.13-7
Bastien Nocera 82a0eb4
+ libmtp-1.1.13-7
Bastien Nocera 82a0eb4
- Fix multilib conflicts in host specific internal header
Bastien Nocera 82a0eb4
Bastien Nocera e5971c7
* Wed Sep 06 2017 Bastien Nocera <bnocera@redhat.com> - 1.1.13-6
Bastien Nocera e5971c7
+ libmtp-1.1.13-5
Bastien Nocera e5971c7
- Fix build on EPEL7 where the doc directory is versioned
Bastien Nocera e5971c7
88dbaf4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-5
88dbaf4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
88dbaf4
b9e2747
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 1.1.13-4
b9e2747
- Rebuild with binutils fix for ppc64le (#1475636)
b9e2747
dc5a0ce
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.13-3
dc5a0ce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
dc5a0ce
477d8c3
* Mon Jul 10 2017 Dominik Mierzejewski <dominik@greysector.net> - 1.1.13-2
477d8c3
- Use https source URL
477d8c3
- Drop obsolete spec elements
477d8c3
- Use license macro
477d8c3
- Update libusbx-devel build dependency
477d8c3
- Drop ancient (F15) Obsoletes:
477d8c3
- Tighten file list
477d8c3
4883fae
* Tue Jun 27 2017 Robert Scheck <robert@fedoraproject.org> - 1.1.13-1
4883fae
- Update to 1.1.13 (#1412546, #1465038, #1465040)
4883fae
Debarshi Ray b84f162
* Mon Jun 26 2017 Debarshi Ray <rishi@fedoraproject.org> - 1.1.12-1
Debarshi Ray b84f162
- Update to 1.1.12
Debarshi Ray b84f162
a4b9deb
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.11-2
a4b9deb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
a4b9deb
f0a5fef
* Sun Jun 12 2016 Linus Walleij <triad@dflund.se> - 1.1.11-1
f0a5fef
- Update to 1.1.11
f0a5fef
- New upstream version with many fixes and additional devices
f0a5fef
- Notably Nexus 6P is fixed to work in this release
f0a5fef
9147909
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.10-2
9147909
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9147909
6c37568
* Tue Dec 29 2015 Robert Scheck <robert@fedoraproject.org> - 1.1.10-1
6c37568
- Update to 1.1.10
6c37568
ee668db
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.9-2
ee668db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ee668db
d0dc571
* Mon May 11 2015 Linus Walleij <triad@df.lth.se> - 1.1.9-1
d0dc571
- New upstream version with many fixes.
d0dc571
- Require libgrypt-devel to build, build libmtpz.
d0dc571
- Install hwdb file.
d0dc571
- Move documentation to a good place.
d0dc571
9629a04
* Tue Aug 26 2014 Linus Walleij <triad@df.lth.se> - 1.1.8-1
9629a04
- Get the bug fix below from upstream instead.
9629a04
22e53b6
* Tue Aug 26 2014 Linus Walleij <triad@df.lth.se> - 1.1.7-2
df11318
- Fix an include problem. Or try to.
df11318
75fad7f
* Sun Aug 24 2014 Linus Walleij <triad@df.lth.se> - 1.1.7-1
75fad7f
- New upstream version.
75fad7f
06d78f8
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-4
06d78f8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
06d78f8
f3649b5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-3
f3649b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f3649b5
3f18a42
* Wed Aug  7 2013 Ville Skyttä <ville.skytta@iki.fi> - 1.1.6-2
3f18a42
- Install docs to %%{_pkgdocdir} where available.
3f18a42
- Move license file to main package.
3f18a42
- Fix bogus dates in %%changelog.
3f18a42
a580bbe
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.6-1
a580bbe
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
a580bbe
96d1e86
* Fri Mar 15 2013 Linus Walleij <triad@df.lth.se> 1.1.6-0
96d1e86
- New upstream version, several bug fixes, apropriate for GVFS etc.
96d1e86
5bc764c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.5-3
5bc764c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5bc764c
b35cfda
* Wed Oct 17 2012 Linus Walleij <triad@df.lth.se> 1.1.5-2
b35cfda
- Explicit disable MTPZ for now.
b35cfda
67a043b
* Thu Sep 13 2012 Linus Walleij <triad@df.lth.se> 1.1.5-1
67a043b
- New upstream version with several bug fixes.
67a043b
38d9e93
* Sat Aug 18 2012 Linus Walleij <triad@df.lth.se> 1.1.4-1
38d9e93
- New upstream version with several bug fixes.
38d9e93
bd0d655
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-3
bd0d655
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bd0d655
3f18a42
* Tue Apr 03 2012 Linus Walleij <triad@df.lth.se> 1.1.3-2
4e5d625
- Use libusb-1.0 for sure, come on.
4e5d625
3f18a42
* Tue Apr 03 2012 Linus Walleij <triad@df.lth.se> 1.1.3-1
081afaf
- Upstream update with several bug fixes including Fedora patch
081afaf
491c40e
* Sat Jan 28 2012 Linus Walleij <triad@df.lth.se> 1.1.2-2
491c40e
- Bugfix to avoid probing Canon scanners
491c40e
9148505
* Thu Jan 12 2012 Linus Walleij <triad@df.lth.se> 1.1.2-1
9148505
- Upstream update to use libusb-1.0 and other fixes.
08127b6
08127b6
* Thu Nov 10 2011 Linus Walleij <triad@df.lth.se> 1.1.1-2
08127b6
- Add an Obsoletes: libmtp-hal so that users can upgrade from F15
08127b6
0caeffd
* Sat Oct 22 2011 Linus Walleij <triad@df.lth.se> 1.1.1-1
0caeffd
- New upstream version fixing problems with a few color devices
0caeffd
  plus adding new device support. Move udev rules from level
0caeffd
  60 to level 69 to come after SANE and avoid probing these
0caeffd
  devices.
0caeffd
c6b85ac
* Fri Jun 10 2011 Rex Dieter <rdieter@fedoraproject.org> 1.1.0-2
c6b85ac
- %%files: track abi/soname, so bumps aren't a surprise
c6b85ac
3f18a42
* Wed Jun 08 2011 Linus Walleij <triad@df.lth.se> 1.1.0-1
0bff02e
- New upstream version including fixed bugs and the patch we
0bff02e
  used to carry. Dependecies need to be rebuilt. (New
0bff02e
  soversion)
0bff02e
9472578
* Tue Jun 07 2011 Linus Walleij <triad@df.lth.se> 1.0.6-3
9472578
- Nuke HAL dependency.
9472578
Linus Walleij 6326d40
* Fri Apr 01 2011 Linus Walleij <triad@df.lth.se> 1.0.6-2
Linus Walleij 6326d40
- Maybe fixing a probing issue on an input device.
Linus Walleij 6326d40
Linus Walleij 502b98a
* Sat Feb 12 2011 Linus Walleij <triad@df.lth.se> 1.0.6-1
Linus Walleij 502b98a
- New upstream release fixing bugs & more things we patched.
Linus Walleij 502b98a
d72d318
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-2
d72d318
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d72d318
Linus Walleij edc9d25
* Sat Feb 5 2011 Linus Walleij <triad@df.lth.se> 1.0.5-1
Linus Walleij edc9d25
- New upstream release fixing all the things we patched.
Linus Walleij edc9d25
3f18a42
* Mon Jan 24 2011 Linus Walleij <triad@df.lth.se> 1.0.4-3
Linus Walleij 5126861
- Screwed up boolean logic in last patch, fixing it.
Linus Walleij 5126861
Linus Walleij 4f89406
* Wed Jan 19 2011 Linus Walleij <triad@df.lth.se> 1.0.4-2
Linus Walleij 4f89406
- Testing out a patch to be more careful when probing devices.
Linus Walleij 4f89406
Linus Walleij 9ecd7e0
* Sun Jan 9 2011 Linus Walleij <triad@df.lth.se> 1.0.4-1
Linus Walleij 9ecd7e0
- New upstream version with mucho udev fixes.
Linus Walleij 9ecd7e0
Linus Walleij 258a0d5
* Wed Dec 1 2010 Linus Walleij <triad@df.lth.se> 1.0.3-7
Linus Walleij 258a0d5
- Now even with correct commas and stuff in udev actions.
Linus Walleij 258a0d5
Linus Walleij d31a1d1
* Tue Nov 30 2010 Linus Walleij <triad@df.lth.se> 1.0.3-6
Linus Walleij d31a1d1
- It appears adding ENV{ID_MTP_DEVICE}="1",
Linus Walleij d31a1d1
  ENV{ID_MEDIA_PLAYER}="1" is the way forward so testing this
Linus Walleij d31a1d1
  before pushing a new libmtp release.
Linus Walleij d31a1d1
cde7a7f
* Thu Jun 17 2010 Bastien Nocera <bnocera@redhat.com> 1.0.3-5
cde7a7f
- Split out hal sub-package
cde7a7f
d373e04
* Thu Jun 10 2010 Linus Walleij <triad@df.lth.se> 1.0.3-4
d373e04
- Set ENV{ACL_MANAGE}="0" and TAG+="udev-acl" akin to rfkill
d373e04
  apparently this may be an interrim solution.
d373e04
c8f419b
* Sat Jun 05 2010 Linus Walleij <triad@df.lth.se> 1.0.3-3
c8f419b
- Remove ENV{ACL_MANAGE} after Bastiens bug report.
c8f419b
64d98f6
* Tue May 25 2010 Linus Walleij <triad@df.lth.se> 1.0.3-2
64d98f6
- Replace hal-filesystem dependence with hal-info
64d98f6
  We can remove this altogether once all apps are cleansed
64d98f6
  from HAL.
64d98f6
8424fa6
* Sun May 23 2010 Linus Walleij <triad@df.lth.se> 1.0.3-1
8424fa6
- New upstream version, bug fixes.
8424fa6
3f18a42
* Wed Feb 3 2010 Linus Walleij <triad@df.lth.se> 1.0.2-1
9b2de2e
- New upstream version, lots of bug fixes.
9b2de2e
daf4d49
* Wed Jan 20 2010 Bastien Nocera <bnocera@redhat.com> 1.0.1-3
daf4d49
- Require hal-filesystem, instead of HAL
daf4d49
1f052f5
* Tue Dec 1 2009 Linus Walleij <triad@df.lth.se> 1.0.1-2
1f052f5
- Two patches from Dan Nicholson to fix up the udev rules a bit.
1f052f5
dcf5101
* Sat Sep 12 2009 Linus Walleij <triad@df.lth.se> 1.0.1-1
dcf5101
- New upstream release. No interface changes!
dcf5101
4668021
* Tue Aug 4 2009 Linus Walleij <triad@df.lth.se> 1.0.0-1
4668021
- New upstream release. Dependent packages need to be rebuilt against this.
4668021
12f0170
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.7-2
12f0170
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
12f0170
8f51a04
* Tue Mar 17 2009 Linus Walleij <triad@df.lth.se> 0.3.7-1
8f51a04
- New upstream bugfix release.
8f51a04
60940d0
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.6-2
60940d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
60940d0
1f4fddb
* Thu Jan 22 2009 Linus Walleij <triad@df.lth.se> 0.3.6-1
1f4fddb
- New upstream bugfix release.
1f4fddb
beb20ee
* Sun Dec 21 2008 Linus Walleij <triad@df.lth.se> 0.3.5-1
beb20ee
- New upstream bugfix release.
beb20ee
- Nuke documentation again. Multilib no like.
beb20ee
c53cf52
* Fri Nov 7 2008 Linus Walleij <triad@df.lth.se> 0.3.4-1
c53cf52
- New upstream bugfix release.
c53cf52
- Bastiens patch is upstreamed, dropping that patch.
c53cf52
ad5bba8
* Sat Oct 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-4
ad5bba8
- Update device list from CVS and fix the build
ad5bba8
82813e3
* Sat Oct 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-3
82813e3
- Add support for more Nokia phones from their WMP10 drivers
82813e3
e7f5f4a
* Fri Oct 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.3-2
e7f5f4a
- Add support for the Nokia N82
e7f5f4a
daa7001
* Fri Sep 26 2008 Linus Walleij <triad@df.lth.se> 0.3.3-1
daa7001
- New upstream bugfix release.
daa7001
532f7df
* Sat Sep 20 2008 Linus Walleij <triad@df.lth.se> 0.3.2-1
532f7df
- New upstream version. (API and ABI compatible.) Fixes
532f7df
  bugs on Creative devices.
532f7df
f6d6bf3
* Tue Aug 26 2008 Linus Walleij <triad@df.lth.se> 0.3.1-1
f6d6bf3
- New upstream version. (API and ABI compatible.)
f6d6bf3
5772530
* Thu Aug 7 2008 Linus Walleij <triad@df.lth.se> 0.3.0-1
5772530
- Upgrade to 0.3.0. This has to happen some way, perhaps the
5772530
  painful way: I upgrade to gnomad2 2.9.2 that use 0.3.0 and
5772530
  then I write patches to Rhythmbox and Amarok to use 0.3.0
5772530
  and also send these upstream.
5772530
e80a45f
* Fri Jul 11 2008 Linus Walleij <triad@df.lth.se> 0.2.6.1-3
e80a45f
- Loose PAM console permissions, also assume that we can ship
e80a45f
  documentation again since Doxygen has been updated. Fedora
e80a45f
  HALd rules for the portable_audio_player capability in
e80a45f
  20-acl-management.fdi will change permissions on the device
e80a45f
  node for each plugged-in device.
e80a45f
d9d25b3
* Fri May 23 2008 Adam Jackson <ajax@redhat.com> 0.2.6.1-2
d9d25b3
- libmtp-0.2.6.1-simpler-rules.patch: Simplify udev rules for faster bootup.
d9d25b3
102217a
* Sat Mar 8 2008 Linus Walleij <triad@df.lth.se> 0.2.6.1-1
102217a
- New upstream bugfix release.
102217a
deaffed
* Sun Mar 2 2008 Linus Walleij <triad@df.lth.se> 0.2.6-1
deaffed
- New upstream release.
deaffed
6699f9c
* Sat Feb 9 2008 Linus Walleij <triad@df.lth.se> 0.2.5-2
6699f9c
- Rebuild for GCC 4.3.
6699f9c
ad9c3d4
* Wed Jan 9 2008 Linus Walleij <triad@df.lth.se> 0.2.5-1
ad9c3d4
- New upstream release.
ad9c3d4
9476cc2
* Thu Nov 22 2007 Linus Walleij <triad@df.lth.se> 0.2.4-1
9476cc2
- New upstream release.
9476cc2
eff172d
* Thu Oct 25 2007 Linus Walleij <triad@df.lth.se> 0.2.3-1
eff172d
- New upstream release.
eff172d
- New soname libmtp.so.7 so all apps using libmtp have to
eff172d
  be recompiled, have fun.
eff172d
- If it works out we'll try to reserve a spot to backport
eff172d
  this fixed version to F8 and F7 in a controlled manner.
eff172d
e8d2650
* Wed Oct 24 2007 Linus Walleij <triad@df.lth.se> 0.2.2-2
e8d2650
- Flat out KILL the Doxygen HTML docs to resolve multiarch conflicts.
0bff02e
  Either upstream (that's me!) needs to work around the HTML files being
e8d2650
  different each time OR Doxygen must stop generating anchors that
e8d2650
  hash the system time, creating different files with each generation.
e8d2650
  Pre-generating the docs is deemed silly. (Someone will disagree.)
e8d2650
3379919
* Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 0.2.2-1
3379919
- New upstream release.
3379919
712131d
* Fri Aug 17 2007 Linus Walleij <triad@df.lth.se> 0.2.1-2
712131d
- License field update from LGPL to LGPLv2+
712131d
75f9b74
* Tue Aug 7 2007 Linus Walleij <triad@df.lth.se> 0.2.1-1
75f9b74
- Upstream bugfix release.
75f9b74
32a1f40
* Sat Aug 4 2007 Linus Walleij <triad@df.lth.se> 0.2.0-1
32a1f40
- New upstream release.
32a1f40
- Fixes (hopefully) the issues found by Harald.
32a1f40
- Dependent apps will need to recompile and patch some minor code.
32a1f40
8188950
* Mon Jul 30 2007 Harald Hoyer <harald@redhat.com> - 0.1.5-2
8188950
- changed udev rules for new kernel and udev versions
8188950
69da348
* Mon Mar 26 2007 Linus Walleij <triad@df.lth.se> 0.1.5-1
69da348
- New upstream release.
69da348
- Candidate for FC5, FC6 backport.
69da348
- Hopefully API/ABI compatible, testing in devel tree.
69da348
4f775fa
* Wed Mar 7 2007 Linus Walleij <triad@df.lth.se> 0.1.4-1
4f775fa
- New upstream release.
4f775fa
- Candidate for FC5, FC6 backport.
4f775fa
- Hopefully API/ABI compatible, testing in devel tree.
4f775fa
0ff3871
* Wed Jan 17 2007 Linus Walleij <triad@df.lth.se> 0.1.3-1
0ff3871
- New upstream release.
0ff3871
- Candidate for FC5, FC6 backport.
0ff3871
e03d7b8
* Thu Dec 7 2006 Linus Walleij <triad@df.lth.se> 0.1.0-1
e03d7b8
- New upstream release.
e03d7b8
- Start providing HAL rules.
e03d7b8
7ce0d59
* Fri Oct 20 2006 Linus Walleij <triad@df.lth.se> 0.0.21-1
7ce0d59
- New upstream release.
7ce0d59
fec00e9
* Tue Sep 26 2006 Linus Walleij <triad@df.lth.se> 0.0.20-1
fec00e9
- New upstream release.
fec00e9
- Updated after review by Parag AN, Kevin Fenzi and Ralf Corsepius.
fec00e9
- Fixed pkgconfig bug upstream after being detected by Ralf...
fec00e9
fec00e9
* Sun Aug 27 2006 Linus Walleij <triad@df.lth.se> 0.0.15-1
fec00e9
- New upstream release.
fec00e9
fec00e9
* Wed Aug 23 2006 Linus Walleij <triad@df.lth.se> 0.0.13-1
fec00e9
- First RPM'ed