rpms/gnome-packagekit/devel .cvsignore, 1.51, 1.52 gnome-packagekit.spec, 1.93, 1.94 sources, 1.52, 1.53

Richard Hughes rhughes at fedoraproject.org
Mon Aug 3 12:33:33 UTC 2009


Author: rhughes

Update of /cvs/pkgs/rpms/gnome-packagekit/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2020

Modified Files:
	.cvsignore gnome-packagekit.spec sources 
Log Message:
* Mon Aug 03 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.5-1
- New upstream version
- Port all the code to using PolicyKit1 rather than PolicyKit
- Reduce the size displayed as the package is downloaded
- Scroll to the package being processed in the update list
- Fixes #510730, #510984, #510730, #497737 and #514879



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/.cvsignore,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -p -r1.51 -r1.52
--- .cvsignore	27 Jul 2009 17:05:33 -0000	1.51
+++ .cvsignore	3 Aug 2009 12:33:33 -0000	1.52
@@ -1 +1 @@
-gnome-packagekit-2.27.4-20090727.tar.gz
+gnome-packagekit-2.27.5.tar.gz


Index: gnome-packagekit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/gnome-packagekit.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -p -r1.93 -r1.94
--- gnome-packagekit.spec	27 Jul 2009 17:05:33 -0000	1.93
+++ gnome-packagekit.spec	3 Aug 2009 12:33:33 -0000	1.94
@@ -14,14 +14,14 @@
 
 Summary:   Session applications to manage packages
 Name:      gnome-packagekit
-Version:   2.27.4
-Release:   0.1.%{?alphatag}git%{?dist}
-#Release:   2%{?dist}
+Version:   2.27.5
+#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.27/%{name}-%{version}.tar.gz
-Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}-%{?alphatag}.tar.gz
+Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}.tar.gz
+#Source0:   http://download.gnome.org/sources/gnome-packagekit/2.27/%{name}-%{version}-%{?alphatag}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  glib2 >= %{glib2_version}
@@ -86,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
@@ -117,19 +117,19 @@ done
 helpdir=$RPM_BUILD_ROOT%{_datadir}/gnome/help/%{name}
 for f in $helpdir/C/figures/*.png; do
   b="$(basename $f)"
-  for d in $helpdir/*; do 
+  for d in $helpdir/*; do
     if [ -d "$d" -a "$d" != "$helpdir/C" ]; then
       g="$d/figures/$b"
       if [ -f "$g" ]; then
         if cmp -s $f $g; then
           rm "$g"; ln -s "../../C/figures/$b" "$g"
-        fi  
-      fi 
-    fi 
+        fi
+      fi
+    fi
   done
 done
 
-%find_lang %name
+%find_lang %name --with-gnome
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -221,6 +221,13 @@ update-mime-database %{_datadir}/mime &>
 %{_datadir}/applications/gpk-service-pack.desktop
 
 %changelog
+* Mon Aug 03 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.5-1
+- New upstream version
+- Port all the code to using PolicyKit1 rather than PolicyKit
+- Reduce the size displayed as the package is downloaded
+- Scroll to the package being processed in the update list
+- Fixes #510730, #510984, #510730, #497737 and #514879
+
 * Mon Jul 27 2009 Richard Hughes  <rhughes at redhat.com> - 2.27.4-0.1.20090727git
 - Update to latest git master snapshot
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-packagekit/devel/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- sources	27 Jul 2009 17:05:33 -0000	1.52
+++ sources	3 Aug 2009 12:33:33 -0000	1.53
@@ -1 +1 @@
-052468a1acb3ba1601caeb16097323a2  gnome-packagekit-2.27.4-20090727.tar.gz
+06f0f9538918987210211ed239c41fee  gnome-packagekit-2.27.5.tar.gz




More information about the fedora-extras-commits mailing list