rpms/PackageKit/devel .cvsignore, 1.20, 1.21 PackageKit.spec, 1.33, 1.34 sources, 1.21, 1.22

Richard Hughes (rhughes) fedora-extras-commits at redhat.com
Mon Jun 9 10:02:24 UTC 2008


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv995

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Mon Jun 09 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-1.20080609
- Pull in a new snapshot from the unstable branch.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	29 May 2008 08:52:33 -0000	1.20
+++ .cvsignore	9 Jun 2008 10:01:17 -0000	1.21
@@ -1 +1 @@
-PackageKit-0.2.2-20080529.tar.gz
+PackageKit-0.2.3-20080609.tar.gz


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- PackageKit.spec	29 May 2008 08:52:33 -0000	1.33
+++ PackageKit.spec	9 Jun 2008 10:01:17 -0000	1.34
@@ -2,14 +2,14 @@
 %define dbus_version            0.90
 %define dbus_glib_version       0.70
 %define policykit_version       0.8
-%define alphatag		20080529
+%define alphatag                20080609
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary:   System daemon that is a DBUS abstraction layer for package management
 Name:      PackageKit
-Version:   0.2.2
-Release:   2.%{?alphatag}%{?dist}
+Version:   0.2.3
+Release:   1.%{?alphatag}%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://packagekit.freedesktop.org
@@ -20,6 +20,7 @@
 Requires: PackageKit-libs = %{version}-%{release}
 Requires: yum-packagekit = %{version}-%{release}
 Requires: yum >= 3.2.6
+Requires: shared-mime-info
 
 BuildRequires: glib2-devel >= %{glib2_version}
 BuildRequires: dbus-devel  >= %{dbus_version}
@@ -121,6 +122,12 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+update-mime-database %{_datadir}/mime
+
+%postun
+update-mime-database %{_datadir}/mime
+
 %post libs -p /sbin/ldconfig
 
 %postun libs -p /sbin/ldconfig
@@ -146,6 +153,7 @@
 %{_datadir}/man/man1/*.1.gz
 %{_datadir}/gtk-doc/html/PackageKit
 %{_datadir}/PolicyKit/policy/*.policy
+%{_datadir}/mime/packages/packagekit-catalog.xml
 %{_sbindir}/packagekitd
 %{_bindir}/pkmon
 %{_bindir}/pkcon
@@ -190,6 +198,9 @@
 %{_includedir}/*
 
 %changelog
+* Mon Jun 09 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.3-1.20080609
+- Pull in a new snapshot from the unstable branch.
+
 * Thu May 29 2008 Richard Hughes  <rhughes at redhat.com> - 0.2.2-2.20080529
 - Pull in a new snapshot from the unstable branch.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	29 May 2008 08:52:33 -0000	1.21
+++ sources	9 Jun 2008 10:01:17 -0000	1.22
@@ -1 +1 @@
-ff655787c382e022427e702b5c28b062  PackageKit-0.2.2-20080529.tar.gz
+3f87d5a77ffd7c25ea9171f9d2ba5ca0  PackageKit-0.2.3-20080609.tar.gz




More information about the fedora-extras-commits mailing list