[grsync] Update to 1.2.0 Require polkit for 'Run as superuser' option through pkexec

Christoph Wickert cwickert at fedoraproject.org
Sat Jul 30 21:17:17 UTC 2011


commit 4333d46f014efbb94d86479d0f7b09402e7d070e
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Sat Jul 30 23:16:58 2011 +0200

    Update to 1.2.0
    Require polkit for 'Run as superuser' option through pkexec

 .gitignore  |    1 +
 grsync.spec |    9 +++++++--
 sources     |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6e8131..d149b4d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 grsync-1.1.1.tar.gz
+/grsync-1.2.0.tar.gz
diff --git a/grsync.spec b/grsync.spec
index 9fb70e4..05e5f33 100644
--- a/grsync.spec
+++ b/grsync.spec
@@ -1,6 +1,6 @@
 Name:           grsync
-Version:        1.1.1
-Release:        2%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        A Gtk+ GUI for rsync
 
 Group:          User Interface/Desktops
@@ -12,6 +12,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel desktop-file-utils gettext perl(XML::Parser)
 BuildRequires:  intltool
+Requires:       polkit
 
 %description
 Grsync is a GUI (Graphical User Interface) for rsync, the commandline 
@@ -92,6 +93,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Aug 30 2011 Christoph Wickert <cwickert at fedoraproject.org> - 1.2.0-1
+- Update to 1.2.0
+- Require polkit for 'Run as superuser' option through pkexec
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index d07d1d3..5914b15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-81d3b6a1827fa1b06d87491f9bb1c8b9  grsync-1.1.1.tar.gz
+6364df4a3a7c9ebc25799762e77dc351  grsync-1.2.0.tar.gz


More information about the scm-commits mailing list