rpms/libxfcegui4/F-11 .cvsignore, 1.15, 1.16 libxfcegui4.spec, 1.35, 1.36 sources, 1.15, 1.16

Christoph Wickert cwickert at fedoraproject.org
Tue Jan 5 17:21:25 UTC 2010


Author: cwickert

Update of /cvs/pkgs/rpms/libxfcegui4/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7837/F-11

Modified Files:
	.cvsignore libxfcegui4.spec sources 
Log Message:
* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.2-1
- Update to 4.6.2
- Drop upstreamed patches
- Update BuildRoot tag and Sourc0 URL



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-11/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- .cvsignore	20 Apr 2009 23:23:12 -0000	1.15
+++ .cvsignore	5 Jan 2010 17:21:25 -0000	1.16
@@ -1 +1 @@
-libxfcegui4-4.6.1.tar.bz2
+libxfcegui4-4.6.2.tar.bz2


Index: libxfcegui4.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-11/libxfcegui4.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- libxfcegui4.spec	20 Apr 2009 23:23:11 -0000	1.35
+++ libxfcegui4.spec	5 Jan 2010 17:21:25 -0000	1.36
@@ -1,18 +1,20 @@
+%global xfceversion 4.6
+
 Summary: GTK widgets for Xfce
 Name: libxfcegui4
-Version: 4.6.1
+Version: 4.6.2
 Release: 1%{?dist}
 License: LGPLv2+
 URL: http://www.xfce.org/
-Source0: http://www.xfce.org/archive/xfce-%{version}/src/libxfcegui4-%{version}.tar.bz2
+Source0: http://www.xfce.org/archive/src/xfce/%{name}/%{xfceversion}/%{name}-%{version}.tar.bz2
 Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
-Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
+Patch1: %{name}-4.6.0-keyboard-shortcuts.patch
 Group: System Environment/Libraries
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: gtk2 >= 2.0.6
-Requires: libxfce4util >= %{version}
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Requires: gtk2 >= 2.10.0
+Requires: libxfce4util >= %{xfceversion}
 BuildRequires: gtk2-devel >= 2.0.6
-BuildRequires: libxfce4util-devel >= %{version}
+BuildRequires: libxfce4util-devel >= %{xfceversion}
 BuildRequires: libxml2-devel >= 2.4.0
 BuildRequires: gettext
 BuildRequires: xfconf-devel
@@ -66,14 +68,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/glade3/*
 rm -rf $RPM_BUILD_ROOT
 
 %post
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-/sbin/ldconfig
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
 %postun
-touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
-/sbin/ldconfig
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -96,6 +100,18 @@ touch --no-create %{_datadir}/icons/hico
 %{_datadir}/glade3/pixmaps/hicolor/*/actions/*
 
 %changelog
+* Tue Jan 05 2010 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.2-1
+- Update to 4.6.2
+- Drop upstreamed patches
+- Update BuildRoot tag and Sourc0 URL
+
+* Mon Nov 02 2009 Christoph Wickert <cwickert at fedoraproject.org> - 4.6.1-3
+- Fix SEGV inside disconnect() helper (#532179)
+- Update gtk-icon-cache scriptlets
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.6.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
 * Sun Apr 19 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.1-1
 - Update to 4.6.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libxfcegui4/F-11/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- sources	20 Apr 2009 23:23:12 -0000	1.15
+++ sources	5 Jan 2010 17:21:25 -0000	1.16
@@ -1 +1 @@
-539cff747634b8ee6f0d2362ee78a286  libxfcegui4-4.6.1.tar.bz2
+e520b93351d87194b5fcc1315acd8617  libxfcegui4-4.6.2.tar.bz2




More information about the fedora-extras-commits mailing list