diff --git a/.cvsignore b/.cvsignore index c28ee25..79e5515 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -exo-0.3.105.tar.bz2 +exo-0.3.107.tar.bz2 diff --git a/exo.spec b/exo.spec index 25c596e..097ba47 100644 --- a/exo.spec +++ b/exo.spec @@ -2,16 +2,14 @@ Summary: Application library for the Xfce desktop environment Name: exo -Version: 0.3.105 -Release: 1%{?dist} +Version: 0.3.107 +Release: 2%{?dist} # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+ # everything else is LGPLv2+ License: LGPLv2+ and GPLv2+ URL: http://xfce.org/ -Source0: http://archive.xfce.org/src/xfce/exo/0.3/%{name}-%{version}.tar.bz2 +Source0: http://archive.xfce.org/src/xfce/exo/0.3/exo-%{version}.tar.bz2 Patch0: exo-0.3.0-x86_64-build.patch -# http://git.xfce.org/xfce/exo/patch/?id=7aad4f152380e1d2edffdc9a2eb15554f042fbad -Patch1: exo-0.3.105-fix-low-transfer-rates.patch # to not bring https://bugzilla.redhat.com/show_bug.cgi?id=508823 back Patch2: exo-0.3.105-mount-utf8.patch Group: System Environment/Libraries @@ -57,7 +55,6 @@ Python libraries and header files for the exo library. %setup -q %patch0 -p1 -b .x86_64-build -%patch1 -p1 -b .sync %patch2 -p1 -b .utf8 %build @@ -69,9 +66,7 @@ make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' -rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la -rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la -rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.la +find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' chrpath --delete $RPM_BUILD_ROOT%{_bindir}/exo-mount chrpath --delete $RPM_BUILD_ROOT%{_bindir}/exo-desktop-item-edit @@ -105,7 +100,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -f libexo-0.3.lang %defattr(-,root,root,-) -%doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO COPYING +%doc AUTHORS ChangeLog NEWS README THANKS TODO COPYING %config(noreplace) %{_sysconfdir}/xdg/xfce4/mount.rc %{_libdir}/lib*.so.* %{_datadir}/xfce4/helpers @@ -124,7 +119,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_libexecdir}/exo-compose-mail-0.3 %{_datadir}/applications/exo-preferred-applications.desktop %{_datadir}/icons/hicolor/*/apps/*.png -%{_datadir}/pixmaps/exo-0.3/exo-thumbnail-frame.png +%{_datadir}/pixmaps/exo-0.3/ %files devel %defattr(-, root, root,-) @@ -142,6 +137,22 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{python_sitearch}/pyexo.* %changelog +* Mon Jun 07 2010 Kevin Fenzi - 0.3.107-2 +- Drop patch1 as it doublefixed bug 6230 + +* Fri May 21 2010 Kevin Fenzi - 0.3.107-1 +- Update to 0.3.107 + +* Sat Apr 24 2010 Kevin Fenzi - 0.3.106-3 +- Add patch for xfce bug 6230 + +* Thu Dec 17 2009 Christoph Wickert - 0.3.106-2 +- Remove libtool archive from python-exo package + +* Thu Dec 17 2009 Christoph Wickert - 0.3.106-1 +- Update to 0.3.106 +- Remove upstreamed sync patch + * Mon Oct 19 2009 Christoph Wickert - 0.3.105-1 - Update to 0.3.105 - Tweak mount.rc to use UTF-8 (to not bring back #508823 again) diff --git a/sources b/sources index 54424b9..37b43cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ba87f84894498bf23ae39d849c55f98c exo-0.3.105.tar.bz2 +3a92cca0c99ee940db4410891c9e8498 exo-0.3.107.tar.bz2