rpms/xfce4-fsguard-plugin/F-9 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 xfce4-fsguard-plugin.spec, 1.12, 1.13

Christoph Wickert cwickert at fedoraproject.org
Thu Nov 27 22:59:40 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-fsguard-plugin/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23656/F-9

Modified Files:
	.cvsignore sources xfce4-fsguard-plugin.spec 
Log Message:
* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
- Update to 0.4.2
- BR intltool
- Update gtk-update-icon-cache scriptlets



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-fsguard-plugin/F-9/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	27 Jan 2008 12:44:36 -0000	1.5
+++ .cvsignore	27 Nov 2008 22:59:09 -0000	1.6
@@ -1 +1 @@
-xfce4-fsguard-plugin-0.4.1.tar.bz2
+xfce4-fsguard-plugin-0.4.2.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-fsguard-plugin/F-9/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	27 Jan 2008 12:44:36 -0000	1.5
+++ sources	27 Nov 2008 22:59:09 -0000	1.6
@@ -1 +1 @@
-9904837616dd7894a6137d919cb3f355  xfce4-fsguard-plugin-0.4.1.tar.bz2
+50e9d133fd8af1bf5acc3059872eb924  xfce4-fsguard-plugin-0.4.2.tar.bz2


Index: xfce4-fsguard-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-fsguard-plugin/F-9/xfce4-fsguard-plugin.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xfce4-fsguard-plugin.spec	18 Feb 2008 23:48:23 -0000	1.12
+++ xfce4-fsguard-plugin.spec	27 Nov 2008 22:59:09 -0000	1.13
@@ -1,6 +1,6 @@
 Name:		xfce4-fsguard-plugin
-Version:	0.4.1
-Release:	2%{?dist}
+Version:	0.4.2
+Release:	1%{?dist}
 Summary:	Filesystem-Guard plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -10,7 +10,7 @@
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.4.0, libxfcegui4-devel >= 4.4.0, libxml2-devel
-BuildRequires:	gettext, perl(XML::Parser)
+BuildRequires:	gettext, intltool, perl(XML::Parser)
 Requires:	xfce4-panel >= 4.4.1
 
 %description
@@ -19,31 +19,42 @@
 free space. The amount of free disk space is visible in a tooltip. If you 
 left-click on its icon, it opens the mountpoint directory in the file manager.
 
+
 %prep
 %setup -q
 
+
 %build
 %configure --disable-static
 make %{?_smp_mflags}
 
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 %find_lang %{name}
 
+
 %post
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %postun
 update-desktop-database &> /dev/null ||:
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ] ; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING NEWS README
@@ -52,40 +63,46 @@
 %{_datadir}/icons/hicolor/*/apps/%{name}*.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}*.svg
 
+
 %changelog
+* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.2-1
+- Update to 0.4.2
+- BR intltool
+- Update gtk-update-icon-cache scriptlets
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.4.1-2
 - Autorebuild for GCC 4.3
 
-* Sun Jan 27 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
+* Sun Jan 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
 - Update to 0.4.1
 
-* Fri Dec 07 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-2
+* Fri Dec 07 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-2
 - Rebuild for Xfce 4.4.2
 
-* Thu Nov 08 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
+* Thu Nov 08 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
 - Update to 0.4.0
 
-* Fri Aug 24 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-6
+* Fri Aug 24 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-6
 - Rebuild for BuildID feature
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-5
+* Sat Apr 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-5
 - Rebuild for Xfce 4.4.1
 
-* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-4
+* Mon Jan 22 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-4
 - Rebuild for Xfce 4.4
 - Patch to compile with -Wl,--as-needed (bugzilla.xfce.org #2783)
 
-* Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-3
+* Thu Oct 05 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-3
 - Bump release for devel checkin.
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-2
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-2
 - Rebuild for XFCE 4.3.99.1.
 - BR perl(XML::Parser).
 
-* Wed Sep 13 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-1
+* Wed Sep 13 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-1
 - Update to 0.3.0 on XFCE 4.3.90.2.
 
-* Mon Sep 04 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-5
+* Mon Sep 04 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-5
 - Mass rebuild for Fedora Core 6.
 
 * Tue Apr 11 2006 Christoph Wickert <fedora wickert at arcor de> - 0.2.1-4




More information about the scm-commits mailing list