deaffed
# SPEC file for libmtp, primary target is the Fedora
fec00e9
# RPM repository.
fec00e9
3f18a42
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
3f18a42
fec00e9
Name:           libmtp
4883fae
Version:        1.1.13
Debarshi Ray b84f162
Release:        1%{?dist}
fec00e9
Summary:        A software library for MTP media players
fec00e9
URL:            http://libmtp.sourceforge.net/
fec00e9
fec00e9
Group:          System Environment/Libraries
fec00e9
Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
fec00e9
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
712131d
License:        LGPLv2+
fec00e9
Requires:       udev
4e5d625
BuildRequires:  libusb1-devel
fec00e9
BuildRequires:  doxygen
d0dc571
BuildRequires:  libgcrypt-devel
ff84c3e
BuildRequires:  chrpath
ff84c3e
Obsoletes:      libmtp-hal
fec00e9
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
fec00e9
Group:          Applications/Multimedia
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
fec00e9
Group:          System Environment/Libraries
6c37568
Requires:       %{name}%{?_isa} = %{version}-%{release}
fec00e9
Requires:       pkgconfig
9148505
Requires:       libusb1-devel
d0dc571
Requires:       libgcrypt-devel
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
fec00e9
fec00e9
%build
Linus Walleij edc9d25
%configure --disable-static \
ff84c3e
           --with-udev-rules=69-libmtp.rules
fec00e9
make %{?_smp_mflags}
fec00e9
fec00e9
%install
fec00e9
rm -rf $RPM_BUILD_ROOT
fec00e9
make DESTDIR=$RPM_BUILD_ROOT 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}
fec00e9
install -p -m 644 AUTHORS ChangeLog COPYING INSTALL README TODO \
3f18a42
      $RPM_BUILD_ROOT%{_pkgdocdir}
d0dc571
# Move some autogenerated documentation where we want it
d0dc571
mv $RPM_BUILD_ROOT/usr/share/doc/%{name}-%{version}/html \
d0dc571
   $RPM_BUILD_ROOT%{_pkgdocdir}
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
fec00e9
%clean
fec00e9
rm -rf $RPM_BUILD_ROOT
fec00e9
fec00e9
%post -p /sbin/ldconfig
fec00e9
%postun -p /sbin/ldconfig
fec00e9
fec00e9
%files
fec00e9
%defattr(-, root,root,-)
3f18a42
%dir %{_pkgdocdir}
3f18a42
%{_pkgdocdir}/COPYING
c6b85ac
%{_libdir}/libmtp.so.9*
d0dc571
/usr/lib/udev/rules.d/*
d0dc571
/usr/lib/udev/hwdb.d/*
d0dc571
/usr/lib/udev/mtp-probe
cde7a7f
fec00e9
%files examples
fec00e9
%defattr(-,root,root,-)
fec00e9
%{_bindir}/*
fec00e9
fec00e9
%files devel
fec00e9
%defattr(-,root,root,-)
c6b85ac
%{_libdir}/libmtp.so
3f18a42
%{_pkgdocdir}/*
3f18a42
%exclude %{_pkgdocdir}/COPYING
fec00e9
%{_includedir}/*.h
c6b85ac
%{_libdir}/pkgconfig/libmtp.pc
fec00e9
fec00e9
%changelog
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