rpms/gnome-packagekit/devel .cvsignore, 1.22, 1.23 gnome-packagekit.spec, 1.36, 1.37 sources, 1.22, 1.23

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Wed Jul 30 10:22:30 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17278

Modified Files:
	.cvsignore gnome-packagekit.spec sources 
Log Message:
* Tue Jul 30 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-1
- New upstream version, only bugfixes.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/.cvsignore,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- .cvsignore	19 Jun 2008 14:47:24 -0000	1.22
+++ .cvsignore	30 Jul 2008 10:22:00 -0000	1.23
@@ -1 +1 @@
-gnome-packagekit-0.2.3-20080618.tar.gz
+gnome-packagekit-0.2.4.tar.gz


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gnome-packagekit.spec	19 Jun 2008 14:47:24 -0000	1.36
+++ gnome-packagekit.spec	30 Jul 2008 10:22:00 -0000	1.37
@@ -1,19 +1,22 @@
 %define dbus_version            0.61
 %define packagekit_version      0.2.3-3.20080611
-%define alphatag                20080618
+#%define alphatag                20080618
 
 Summary:   GNOME PackageKit Client
 Name:      gnome-packagekit
-Version:   0.2.3
-Release:   4.%{?alphatag}%{?dist}
+Version:   0.2.4
+#Release:   4.%{?alphatag}%{?dist}
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
-Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}-%{?alphatag}.tar.gz
+#Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.gz
 Source1:   system-install-packages
 Source2:   system-install-packages.1.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:    gnome-packagekit-enable-kde.patch
+
 Requires:  gtk2 >= 2.12.0
 Requires:  gnome-icon-theme
 Requires:  libnotify >= 0.4.3
@@ -28,7 +31,7 @@
 Requires(post):   GConf2
 Requires(preun):  GConf2
 Requires(postun): scrollkeeper
-Obsoletes: pirut < 1.3.30-3 
+Obsoletes: pirut < 1.3.30-3
 Provides:  pirut = 1.3.30-3
 
 BuildRequires: libgnomeui-devel
@@ -58,7 +61,8 @@
 removing packages on your system.
 
 %prep
-%setup -q -n %{name}-%{version}-%{?alphatag}
+%setup -q
+#%setup -q -n %{name}-%{version}-%{?alphatag}
 %patch0 -p1
 
 %build
@@ -98,8 +102,8 @@
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
     gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
-update-desktop-database %{_datadir}/applications
-update-mime-database %{_datadir}/mime
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %pre
 if [ "$1" -gt 1 ]; then
@@ -121,8 +125,8 @@
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
     gtk-update-icon-cache -q %{_datadir}/icons/hicolor
 fi
-update-desktop-database %{_datadir}/applications
-update-mime-database %{_datadir}/mime
+update-desktop-database %{_datadir}/applications &> /dev/null || :
+update-mime-database %{_datadir}/mime &> /dev/null || :
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
@@ -143,6 +147,9 @@
 %{_datadir}/applications/gpk-*.desktop
 
 %changelog
+* Tue Jul 30 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.4-1
+- New upstream version, only bugfixes.
+
 * Wed Jun 18 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-4.20080618
 - Pull in a new snapshot from the unstable branch.
 - Fixes a problem when installing with the DBUS session interface


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/sources,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- sources	19 Jun 2008 14:47:24 -0000	1.22
+++ sources	30 Jul 2008 10:22:00 -0000	1.23
@@ -1 +1 @@
-a7ea258af914c0717ff2446ae7b49be4  gnome-packagekit-0.2.3-20080618.tar.gz
+c55b2eb9eb17156df69ed781360afeaa  gnome-packagekit-0.2.4.tar.gz




More information about the fedora-extras-commits mailing list