rpms/pirut/devel .cvsignore, 1.4, 1.5 pirut.spec, 1.4, 1.5 sources, 1.4, 1.5

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 20 20:18:23 UTC 2006


Author: katzj

Update of /cvs/dist/rpms/pirut/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16252/devel

Modified Files:
	.cvsignore pirut.spec sources 
Log Message:
auto-import pirut-0.9.5-1 on branch devel from pirut-0.9.5-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/pirut/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Jan 2006 21:25:49 -0000	1.4
+++ .cvsignore	20 Jan 2006 20:18:18 -0000	1.5
@@ -1 +1 @@
-pirut-0.9.4.tar.gz
+pirut-0.9.5.tar.gz


Index: pirut.spec
===================================================================
RCS file: /cvs/dist/rpms/pirut/devel/pirut.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pirut.spec	14 Jan 2006 21:25:49 -0000	1.4
+++ pirut.spec	20 Jan 2006 20:18:18 -0000	1.5
@@ -2,7 +2,7 @@
 
 Summary: Package Installation, Removal and Update Tools
 Name: pirut
-Version: 0.9.4
+Version: 0.9.5
 Release: 1
 License: GPL
 Group: Applications/System
@@ -10,6 +10,8 @@
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: pygtk2, pygtk2-libglade, yum >= 2.5.1
+Requires(post): desktop-file-utils >= 0.8
+Requires(postun): desktop-file-utils >= 0.8
 Obsoletes: system-config-packages, redhat-config-packages, pup
 BuildArch: noarch
 
@@ -31,6 +33,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post 
+/usr/bin/update-desktop-database %{_datadir}/applications
+
+%postun 
+/usr/bin/update-desktop-database %{_datadir}/applications
+
 
 %files
 %defattr(-,root,root,-)
@@ -54,6 +62,17 @@
 
 
 %changelog
+* Fri Jan 20 2006 Jeremy Katz <katzj at redhat.com> - 0.9.5-1
+- Fix a traceback (#177826)
+- "Reboot later" instead of "Cancel" (#177909)
+- Fix traceback for not importing pango (#177973)
+- Add new system-install-packages
+
+* Sat Jan 14 2006 Jeremy Katz <katzj at redhat.com> - 0.9.4-1
+- add pup here
+- fix file logging
+- dialog to say that updates/installs completed successfully
+
 * Mon Jan  9 2006 Jeremy Katz <katzj at redhat.com> - 0.9.2-1
 - noarch
 - actually add the __init__.py


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/pirut/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Jan 2006 21:25:49 -0000	1.4
+++ sources	20 Jan 2006 20:18:18 -0000	1.5
@@ -1 +1 @@
-271dd45be0188fc8948b561f140db1a6  pirut-0.9.4.tar.gz
+4d9b89013fe0638499df6ea1f4ce8057  pirut-0.9.5.tar.gz




More information about the fedora-cvs-commits mailing list