From ebcb1e6b8e82f7c5491599a46b26d1bd82d14e04 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:21:51 +0100 Subject: [PATCH] update to 0.25.0 [release 0.25.0-1mamba;Thu Jan 21 2016] --- ...=> gparted-0.25.0-desktop-use_gparted_pkexec.patch | 11 +++++------ gparted.spec | 11 +++++++---- 2 files changed, 12 insertions(+), 10 deletions(-) rename gparted-0.14.1-desktop-use_gparted_pkexec.patch => gparted-0.25.0-desktop-use_gparted_pkexec.patch (69%) diff --git a/gparted-0.14.1-desktop-use_gparted_pkexec.patch b/gparted-0.25.0-desktop-use_gparted_pkexec.patch similarity index 69% rename from gparted-0.14.1-desktop-use_gparted_pkexec.patch rename to gparted-0.25.0-desktop-use_gparted_pkexec.patch index 0cf00e3..d42a2bf 100644 --- a/gparted-0.14.1-desktop-use_gparted_pkexec.patch +++ b/gparted-0.25.0-desktop-use_gparted_pkexec.patch @@ -1,12 +1,11 @@ -diff -Nru gparted-0.13.0.orig/gparted.desktop gparted-0.13.0/gparted.desktop ---- gparted-0.14.1.orig/gparted.desktop.orig 2012-12-15 12:13:44.617156912 +0100 -+++ gparted-0.14.1/gparted.desktop 2012-12-15 12:14:08.697910276 +0100 -@@ -209,7 +209,7 @@ +--- gparted-0.25.0/gparted.desktop.orig 2016-01-21 13:08:01.480079241 +0100 ++++ gparted-0.25.0/gparted.desktop 2016-01-21 13:08:50.677653858 +0100 +@@ -219,7 +219,7 @@ Comment[zh_CN]=创建、重新组织或删除分区 Comment[zh_HK]=建立、編輯或刪除分割區 Comment[zh_TW]=建立、編輯或刪除分割區 --Exec=kdesudo /usr/local/sbin/gparted %f -+Exec=%{_bindir}/gparted-pkexec %f +-Exec= /usr/local/sbin/gparted %f ++Exec=/usr/bin/gparted-pkexec %f Icon=gparted Terminal=false Type=Application diff --git a/gparted.spec b/gparted.spec index 9cff4ac..7b8e467 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,21 +1,21 @@ ### AUTOUPDATE-OFF: 2 Name: gparted -Version: 0.24.0 -Release: 2mamba +Version: 0.25.0 +Release: 1mamba Summary: The Gnome Partition Editor application Group: Graphical Desktop/Applications/Administration Vendor: openmamba Distribution: openmamba Packager: Stefano Cotta Ramusino URL: http://gparted.sourceforge.net/ -Source: http://downloads.sourceforge.net/gparted/gparted-%{version}.tar.bz2 +Source: http://downloads.sourceforge.net/project/gparted/gparted/gparted-%{version}/gparted-%{version}.tar.gz Source1: gparted-polkit Source2: gparted-pkexec Patch1: %{name}-0.5.0-filedesktop.patch Patch2: %{name}-0.3.3-hal.patch Patch3: %{name}-0.5.0-gtk_include.patch Patch4: %{name}-0.21.0-filedesktop_no_startupnotify.patch -Patch5: %{name}-0.14.1-desktop-use_gparted_pkexec.patch +Patch5: %{name}-0.25.0-desktop-use_gparted_pkexec.patch License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -124,6 +124,9 @@ install -D -m 0755 %{SOURCE2} %{buildroot}%{_bindir}/gparted-pkexec #ChangeLog README %changelog +* Thu Jan 21 2016 Silvan Calarco 0.25.0-1mamba +- update to 0.25.0 + * Thu Dec 10 2015 Silvan Calarco 0.24.0-2mamba - rebuilt after libgtkmm2 rebuild with gcc 5.2.0