rpms/gnome-packagekit/F-12 gnome-packagekit.spec,1.101,1.102

Richard Hughes rhughes at fedoraproject.org
Mon Oct 19 10:49:33 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15049

Modified Files:
	gnome-packagekit.spec 
Log Message:
* Mon Oct 19 2009 Richard Hughes  <rhughes at redhat.com> - 2.28.1-1
- Update to 2.28.1
- Translation updates
- Simulate removal correctly to fix removing packages
- Ignore cleanup and finished packages when we a simulating remove or install
- If command line contains (deleted) the original binary is invalid. Fixes #524873
- Never show the role text in the GpkWatch tooltip
- Run the helpers with interaction 'hide-finished,hide-warnings' as we are handling failure



Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/F-12/gnome-packagekit.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -p -r1.101 -r1.102
--- gnome-packagekit.spec	28 Sep 2009 15:32:14 -0000	1.101
+++ gnome-packagekit.spec	19 Oct 2009 10:49:33 -0000	1.102
@@ -5,7 +5,6 @@
 %define gtk2_version			2.16.0
 %define libnotify_version		0.4.3
 %define unique_version			1.0.0
-%define devicekit_version		003
 %define devicekit_power_version		007
 %define libcanberra_version		0.10
 %define alphatag			20090928
@@ -15,13 +14,13 @@
 Summary:   Session applications to manage packages
 Name:      gnome-packagekit
 Version:   2.28.1
-Release:   0.1.%{?alphatag}git%{?dist}
-#Release:   1%{?dist}
+#Release:   0.1.%{?alphatag}git%{?dist}
+Release:   1%{?dist}
 License:   GPLv2+
 Group:     Applications/System
 URL:       http://www.packagekit.org
-#Source0:   http://download.gnome.org/sources/gnome-packagekit/2.28/%{name}-%{version}.tar.bz2
-Source0:   http://download.gnome.org/sources/gnome-packagekit/2.28/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://download.gnome.org/sources/gnome-packagekit/2.28/%{name}-%{version}.tar.bz2
+#Source0:   http://download.gnome.org/sources/gnome-packagekit/2.28/%{name}-%{version}-%{?alphatag}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  glib2 >= %{glib2_version}
@@ -71,7 +70,6 @@ BuildRequires: xorg-x11-proto-devel
 BuildRequires: fontconfig-devel
 BuildRequires: libcanberra-devel >= %{libcanberra_version}
 BuildRequires: libgudev1-devel
-BuildRequires: DeviceKit-devel >= %{devicekit_version}
 BuildRequires: DeviceKit-power-devel >= %{devicekit_power_version}
 
 %description
@@ -88,8 +86,8 @@ Requires: %{name} = %{version}-%{release
 Extra GNOME applications for using PackageKit that are not normally needed.
 
 %prep
-%setup -q -n %{?name}-%{?version}-%{?alphatag}
-#%setup -q
+#%setup -q -n %{?name}-%{?version}-%{?alphatag}
+%setup -q
 
 %build
 %configure --disable-scrollkeeper --disable-schemas-install
@@ -223,6 +221,15 @@ update-mime-database %{_datadir}/mime &>
 %{_datadir}/applications/gpk-log.desktop
 
 %changelog
+* Mon Oct 19 2009 Richard Hughes  <rhughes at redhat.com> - 2.28.1-1
+- Update to 2.28.1
+- Translation updates
+- Simulate removal correctly to fix removing packages
+- Ignore cleanup and finished packages when we a simulating remove or install
+- If command line contains (deleted) the original binary is invalid. Fixes #524873
+- Never show the role text in the GpkWatch tooltip
+- Run the helpers with interaction 'hide-finished,hide-warnings' as we are handling failure
+
 * Mon Sep 28 2009 Richard Hughes  <rhughes at redhat.com> - 2.28.0-0.1.20090928git
 - New snapshot from the gnome-2-28 branch
 - Many updated translations.




More information about the fedora-extras-commits mailing list