rpms/PackageKit/devel .cvsignore, 1.41, 1.42 PackageKit.spec, 1.95, 1.96 sources, 1.42, 1.43 PackageKit-0.4.5-allow-disable-icon-cache.patch, 1.1, NONE PackageKit-0.4.5-filter-dup-updates.patch, 1.1, NONE

Richard Hughes rhughes at fedoraproject.org
Thu Mar 19 12:22:30 UTC 2009


Author: rhughes

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

Modified Files:
	.cvsignore PackageKit.spec sources 
Removed Files:
	PackageKit-0.4.5-allow-disable-icon-cache.patch 
	PackageKit-0.4.5-filter-dup-updates.patch 
Log Message:
* Thu Mar 19 2009 Richard Hughes  <rhughes at redhat.com> - 0.4.6-0.1.20090319git
- Update to todays git snapshot so we can test the update ChangeLog feature.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/.cvsignore,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- .cvsignore	9 Mar 2009 10:19:56 -0000	1.41
+++ .cvsignore	19 Mar 2009 12:21:59 -0000	1.42
@@ -1 +1 @@
-PackageKit-0.4.5.tar.gz
+PackageKit-0.4.6-20090319.tar.gz


Index: PackageKit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/PackageKit.spec,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- PackageKit.spec	16 Mar 2009 15:31:57 -0000	1.95
+++ PackageKit.spec	19 Mar 2009 12:21:59 -0000	1.96
@@ -2,25 +2,26 @@
 %define dbus_version            0.90
 %define dbus_glib_version       0.70
 %define policykit_version       0.8
+%define alphatag                20090319
 
 %{!?python_sitelib: %define python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Summary:   Package management service
 Name:      PackageKit
-Version:   0.4.5
-Release:   2%{?dist}
+Version:   0.4.6
+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}.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.
 Patch0:    PackageKit-0.3.8-Fedora-Vendor.conf.patch
 Patch1:    PackageKit-0.4.4-Fedora-turn-off-time.conf.patch
-Patch2:    PackageKit-0.4.5-allow-disable-icon-cache.patch
-Patch3:    PackageKit-0.4.5-filter-dup-updates.patch
 
 Requires: dbus >= %{dbus_version}
 Requires: dbus-glib >= %{dbus_glib_version}
@@ -218,11 +219,10 @@
 using PackageKit.
 
 %prep
-%setup -q
+%setup -q -n %{?name}-%{?version}-%{?alphatag}
+#%setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 %configure --enable-yum --enable-smart --with-default-backend=yum --disable-local --disable-ruck
@@ -417,6 +417,9 @@
 %{_includedir}/PackageKit/backend/*.h
 
 %changelog
+* Thu Mar 19 2009 Richard Hughes  <rhughes at redhat.com> - 0.4.6-0.1.20090319git
+- Update to todays git snapshot so we can test the update ChangeLog feature.
+
 * Mon Mar 16 2009 Richard Hughes  <rhughes at redhat.com> - 0.4.5-2
 - Add two patches from upstream:
  - Allow users to turn off update cache to try to debug #20559


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/PackageKit/devel/sources,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- sources	9 Mar 2009 10:19:56 -0000	1.42
+++ sources	19 Mar 2009 12:22:00 -0000	1.43
@@ -1 +1 @@
-a335d299bb7e14d910c600d0975dd375  PackageKit-0.4.5.tar.gz
+aa74d3c479e40df2c7bf015e71575a14  PackageKit-0.4.6-20090319.tar.gz


--- PackageKit-0.4.5-allow-disable-icon-cache.patch DELETED ---


--- PackageKit-0.4.5-filter-dup-updates.patch DELETED ---




More information about the fedora-extras-commits mailing list