rpms/xfce4-dict/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 xfce4-dict.spec, 1.3, 1.4

Christoph Wickert cwickert at fedoraproject.org
Thu Nov 27 21:53:34 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/xfce4-dict/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15671

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	29 Sep 2008 22:12:40 -0000	1.3
+++ .cvsignore	27 Nov 2008 21:53:04 -0000	1.4
@@ -1 +1 @@
-xfce4-dict-0.4.1.tar.bz2
+xfce4-dict-0.5.1.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	29 Sep 2008 22:12:40 -0000	1.3
+++ sources	27 Nov 2008 21:53:04 -0000	1.4
@@ -1 +1 @@
-feb18f7314e465c969418b074f40e5ab  xfce4-dict-0.4.1.tar.bz2
+944d73d82a8e18888050ffebc92a7864  xfce4-dict-0.5.1.tar.bz2


Index: xfce4-dict.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-dict/devel/xfce4-dict.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xfce4-dict.spec	29 Sep 2008 22:50:52 -0000	1.3
+++ xfce4-dict.spec	27 Nov 2008 21:53:04 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           xfce4-dict
-Version:        0.4.1
-Release:        2%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        A Dictionary Client for the Xfce desktop environment
 Summary(de):    Ein Wörterbuch-Client für die Xfce Desktop-Umgebung
 Group:          User Interface/Desktops
@@ -50,18 +50,23 @@
 %find_lang %{name}
 desktop-file-install --vendor ""                                \
         --dir ${RPM_BUILD_ROOT}%{_datadir}/applications         \
+        --add-only-show-in=XFCE                                 \
         --delete-original                                       \
         ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
 %post
 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
 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
@@ -82,39 +87,47 @@
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
-* Tue Sep 30 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-2
+* Thu Nov 27 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+- Update gtk-update-icon-cache scriptlets
+
+* Tue Nov 11 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.0-1
+- Update to 0.5.0
+- Only show in Xfce menu
+
+* Tue Sep 30 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-2
 - BuildRequire intltool
 
-* Tue Sep 30 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.1-1
+* Tue Sep 30 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.1-1
 - Update to 0.4.1
 - Require xdg-utils as xdg-open is the preferred command to open URLs now
 
-* Sat May 24 2008 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-1
+* Sat May 24 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.4.0-1
 - Update to 0.4.0
 - Rename to xfce4-dict because we now have a standalone application
 
-* Sun Mar 09 2008 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-1
+* Sun Mar 09 2008 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.0-1
 - Update to 0.3.0
 
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.1-4
 - Autorebuild for GCC 4.3
 
-* Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-3
+* Sat Aug 25 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
 - Rebuild for BuildID feature
 - Update license tag
 
-* Sat Apr 28 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-2
+* Sat Apr 28 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-2
 - Rebuild for Xfce 4.4.1
 
-* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.2.1-1
+* Mon Jan 22 2007 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-1
 - Update to 0.2.1 on Xfce 4.4.
 - Update gtk-icon-cache scriptlets.
 
-* Sun Nov 12 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-2
+* Sun Nov 12 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-2
 - Add %%defattr (#215169).
 
-* Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 0.2.0-1
+* Sat Nov 11 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.0-1
 - Update to 0.2.0.
 
-* Sat Sep 23 2006 Christoph Wickert <fedora christoph-wickert de> - 0.1.0-1
+* Sat Sep 23 2006 Christoph Wickert <cwickert at fedoraproject.org> - 0.1.0-1
 - Initial Fedora Extras version.




More information about the scm-commits mailing list