rpms/PackageKit/devel .cvsignore, 1.48, 1.49 PackageKit.spec, 1.106, 1.107 sources, 1.49, 1.50

Richard Hughes rhughes at fedoraproject.org
Mon Jul 6 10:52:47 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/PackageKit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11706

Modified Files:
	.cvsignore PackageKit.spec sources 
Log Message:
* Mon Jul 06 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.0-1
- New upstream version, many bugfixes and a few new features
- Fixes #483164, #504377, #504137, #499590, #506110 and #506649



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/.cvsignore,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -p -r1.48 -r1.49
--- .cvsignore	25 Jun 2009 09:11:44 -0000	1.48
+++ .cvsignore	6 Jul 2009 10:52:16 -0000	1.49
@@ -1 +1 @@
-PackageKit-0.5.0-20090625.tar.gz
+PackageKit-0.5.0.tar.gz


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -p -r1.106 -r1.107
--- PackageKit.spec	25 Jun 2009 09:11:44 -0000	1.106
+++ PackageKit.spec	6 Jul 2009 10:52:16 -0000	1.107
@@ -10,13 +10,13 @@
 Summary:   Package management service
 Name:      PackageKit
 Version:   0.5.0
-Release:   0.1.%{?alphatag}git%{?dist}
-#Release:   1%{?dist}
+#Release:   0.1.%{?alphatag}git%{?dist}
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     System Environment/Libraries
 URL:       http://www.packagekit.org
-Source0:   http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
-#Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
+#Source0:   http://www.packagekit.org/releases/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://www.packagekit.org/releases/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Fedora-specific: set Vendor.conf up for Fedora.
@@ -139,6 +139,14 @@ Requires: %{name} = %{version}-%{release
 %description cron
 Crontab and utilities for running PackageKit as a cron job.
 
+%package debuginfo-install
+Summary: Facility to install debugging packages using PackageKit
+Group: System Environment/Base
+Requires: %{name} = %{version}-%{release}
+
+%description debuginfo-install
+Provides facility to install debugging packages using PackageKit.
+
 %package glib-devel
 Summary: GLib Libraries and headers for PackageKit
 Group: Development/Libraries
@@ -215,8 +223,8 @@ A simple helper that offers to install n
 using PackageKit.
 
 %prep
-%setup -q -n %{?name}-%{?version}-%{?alphatag}
-#%setup -q
+#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+%setup -q
 %patch0 -p1 -b .fedora
 %patch1 -p1 -b .no-time
 
@@ -287,7 +295,9 @@ update-mime-database %{_datadir}/mime &>
 %dir %{_datadir}/PackageKit/helpers/test_spawn
 %dir %{_datadir}/PackageKit/icons
 %{_datadir}/PackageKit/helpers/test_spawn/*
-%{_datadir}/man/man1/*.1.gz
+%{_datadir}/man/man1/pkcon.1.gz
+%{_datadir}/man/man1/pkmon.1.gz
+%{_datadir}/man/man1/pkgenpack.1.gz
 %{_datadir}/polkit-1/actions/*.policy
 %{_datadir}/mime/packages/packagekit-*.xml
 %{_datadir}/PackageKit/pk-upgrade-distro.sh
@@ -352,6 +362,12 @@ update-mime-database %{_datadir}/mime &>
 %config %{_sysconfdir}/cron.daily/packagekit-background.cron
 %config(noreplace) %{_sysconfdir}/sysconfig/packagekit-background
 
+%files debuginfo-install
+%defattr(-,root,root,-)
+%doc README AUTHORS NEWS COPYING
+%{_libexecdir}/pk-debuginfo-install
+%{_datadir}/man/man1/pk-debuginfo-install.1.gz
+
 %files browser-plugin
 %defattr(-,root,root,-)
 %doc README AUTHORS NEWS COPYING
@@ -402,6 +418,10 @@ update-mime-database %{_datadir}/mime &>
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Mon Jul 06 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.0-1
+- New upstream version, many bugfixes and a few new features
+- Fixes #483164, #504377, #504137, #499590, #506110 and #506649
+
 * Thu Jun 25 2009 Richard Hughes  <rhughes at redhat.com> - 0.5.0-0.1.20090625git
 - Update to a git snapshot from the 0.5.x series.
 - Many PolicyKit fixes


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/sources,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- sources	25 Jun 2009 09:11:44 -0000	1.49
+++ sources	6 Jul 2009 10:52:16 -0000	1.50
@@ -1 +1 @@
-8109f5fa96218403060f1ac854393c27  PackageKit-0.5.0-20090625.tar.gz
+e4d442646be7a3a71ed3970ad551a645  PackageKit-0.5.0.tar.gz




More information about the fedora-extras-commits mailing list