rpms/pirut/F-7 pirut.spec,1.62,1.63 sources,1.60,1.61

Jeremy Katz (katzj) fedora-extras-commits at redhat.com
Wed Sep 26 12:50:13 UTC 2007


Author: katzj

Update of /cvs/pkgs/rpms/pirut/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21941

Modified Files:
	pirut.spec sources 
Log Message:
* Wed Sep 26 2007 Jeremy Katz <katzj at redhat.com> - 1.3.20-1
- Fix hang with multiple searches (#296521)
- Catch a couple more error cases (#302161)
- Update translations



Index: pirut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pirut/F-7/pirut.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- pirut.spec	23 Jul 2007 14:46:14 -0000	1.62
+++ pirut.spec	26 Sep 2007 12:49:40 -0000	1.63
@@ -2,7 +2,7 @@
 
 Summary: Package Installation, Removal and Update Tools
 Name: pirut
-Version: 1.3.9
+Version: 1.3.20
 Release: 1%{?dist}
 License: GPL
 Group: Applications/System
@@ -10,7 +10,9 @@
 Source0: %{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: pygtk2 >= 2.9.2
-Requires: pygtk2-libglade, yum >= 2.9.5, comps-extras, rhpl
+Requires: pygtk2-libglade, comps-extras, rhpl
+Requires: yum >= 3.2.5-2
+Requires: python-iniparse
 Requires: gnome-python2-gconf, notify-python
 Requires: usermode
 Requires: dbus-python
@@ -66,7 +68,6 @@
 %{_datadir}/pirut/ui/*.glade
 %dir %{_datadir}/pirut/pixmaps
 %{_datadir}/pirut/pixmaps/*.png
-%{_datadir}/pixmaps/*png
 
 %{_mandir}/man8/pirut.8*
 %{_mandir}/man8/pup.8*
@@ -75,6 +76,70 @@
 %{_mandir}/man8/system-install-packages.8*
 
 %changelog
+* Wed Sep 26 2007 Jeremy Katz <katzj at redhat.com> - 1.3.20-1
+- Fix hang with multiple searches (#296521)
+- Catch a couple more error cases (#302161)
+- Update translations
+
+* Tue Sep 18 2007 Jeremy Katz <katzj at redhat.com> - 1.3.19-1
+- Make reboot vs warnings clearer (#292011)
+- Select on row activation in lists (#292261)
+- Don't show the (truncated) URL being downloaded (#292271)
+- Fix handling of already mounted volumes
+- Search improvements (skvidal)
+
+* Wed Sep 12 2007 Jeremy Katz <katzj at redhat.com> - 1.3.18-1
+- Add multiple selection in package view (#266141)
+- Make things like rpmnew/rpmsave more obvious to the user rather 
+  than hidden (#229671)
+- Use yum's transaction callback mechanism
+- Show details on package list (#227362)
+- Follow icon naming standard (#208698)
+- Improve display of what's being downloaded with progress bar (#284301)
+- Fix applying updates from puplet (#268141)
+
+* Fri Sep  7 2007 Jeremy Katz <katzj at redhat.com> - 1.3.17-1
+- Catch another downloading error (#270201)
+- Handle errors a little better in puplet
+- Fix repo refreshing after adding/removing repos
+
+* Thu Aug 30 2007 Jeremy Katz <katzj at redhat.com> - 1.3.16-1
+- another repo editor fix from Debarshi Ray
+- fix image display
+
+* Thu Aug 30 2007 Jeremy Katz <katzj at redhat.com> - 1.3.15-1
+- actually include repo editing bits in the tarball
+
+* Wed Aug 29 2007 Jeremy Katz <katzj at redhat.com> - 1.3.14-1
+- Improved and more complete repo editing code
+
+* Tue Aug 28 2007 Jeremy Katz <katzj at redhat.com> - 1.3.13-1
+- Add repo editing (some bits from Debarshi Ray)
+- Fix puplet traceback
+
+* Tue Aug 21 2007 Jeremy Katz <katzj at redhat.com> - 1.3.12-1
+- Fix a traceback (#252328)
+- Avoid tracebacks/segfaults with non-UTF8 encoded package strings (#240191)
+- Fix more progress bar updating
+
+* Tue Aug 14 2007 Jeremy Katz <katzj at redhat.com> - 1.3.11-1
+- Translation infrastructure updates (#217153)
+- Allow retrying if the yum lock is held (#228942)
+- Fix a potential traceback case (#242820)
+- Catch another error on repo refresh (#245209)
+- Fix error display
+- Add support for cancelling during downloads (#247344)
+- Fix progress bar updating again
+- Ensure we're passing unicode (#240191)
+
+* Fri Aug 10 2007 Jeremy Katz <katzj at redhat.com> - 1.3.10-1
+- Fix error display (#249369)
+- Don't traceback on %%pretrans breaking assumptions about how the rpm 
+  callback works 
+- Give a nice message when not running as root (#250728)
+- Don't unlock unless we had the lock to begin with (#251651)
+- Show translated summary + description if available (#251662)
+
 * Thu Jul 19 2007 Jeremy Katz <katzj at redhat.com> - 1.3.9-1
 - Fix cd installer (#242857)
 - Drop legacy symlink (#238118)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pirut/F-7/sources,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- sources	23 Jul 2007 14:46:14 -0000	1.60
+++ sources	26 Sep 2007 12:49:40 -0000	1.61
@@ -1 +1 @@
-2a47de72e0caf598e55fe0dea8600f8c  pirut-1.3.9.tar.gz
+31650615efc0f30b05ad005fe7f7383a  pirut-1.3.20.tar.gz




More information about the fedora-extras-commits mailing list