rpms/exo/F-12 exo.spec, 1.42, 1.43 sources, 1.15, 1.16 .cvsignore, 1.15, 1.16

Kevin Fenzi kevin at fedoraproject.org
Mon Jun 7 23:01:06 UTC 2010


Author: kevin

Update of /cvs/pkgs/rpms/exo/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17750

Modified Files:
	exo.spec sources .cvsignore 
Log Message:
Update to 0.3.107



Index: exo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exo/F-12/exo.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- exo.spec	10 Nov 2009 11:33:44 -0000	1.42
+++ exo.spec	7 Jun 2010 23:01:06 -0000	1.43
@@ -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 th
 %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/
 
 %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/
 %{_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/
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Mon Jun 07 2010 Kevin Fenzi <kevin at tummy.com> - 0.3.107-2
+- Drop patch1 as it doublefixed bug 6230
+
+* Fri May 21 2010 Kevin Fenzi <kevin at tummy.com> - 0.3.107-1
+- Update to 0.3.107
+
+* Sat Apr 24 2010 Kevin Fenzi <kevin at tummy.com> - 0.3.106-3
+- Add patch for xfce bug 6230
+
+* Thu Dec 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.106-2
+- Remove libtool archive from python-exo package
+
+* Thu Dec 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.106-1
+- Update to 0.3.106
+- Remove upstreamed sync patch
+
 * Mon Oct 19 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.105-1
 - Update to 0.3.105
 - Tweak mount.rc to use UTF-8 (to not bring back #508823 again)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/exo/F-12/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	10 Nov 2009 11:33:44 -0000	1.15
+++ sources	7 Jun 2010 23:01:06 -0000	1.16
@@ -1 +1 @@
-ba87f84894498bf23ae39d849c55f98c  exo-0.3.105.tar.bz2
+3a92cca0c99ee940db4410891c9e8498  exo-0.3.107.tar.bz2


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/exo/F-12/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	10 Nov 2009 11:33:44 -0000	1.15
+++ .cvsignore	7 Jun 2010 23:01:06 -0000	1.16
@@ -1 +1 @@
-exo-0.3.105.tar.bz2
+exo-0.3.107.tar.bz2



More information about the scm-commits mailing list