#3 Update to GParted 1.3.0 in EPEL7
Opened 3 years ago by mfleetwo. Modified 2 years ago
rpms/ mfleetwo/gparted epel7  into  epel7

file modified
+4
@@ -29,3 +29,7 @@ 

  /gparted-0.31.0.tar.gz

  /gparted-0.32.0.tar.gz

  /gparted-0.33.0.tar.gz

+ /gparted-1.0.0.tar.gz

+ /gparted-1.1.0.tar.gz

+ /gparted-1.2.0.tar.gz

+ /gparted-1.3.0.tar.gz

file modified
+20 -6
@@ -1,23 +1,25 @@ 

  Summary:	Gnome Partition Editor

  Name:		gparted

- Version:	0.33.0

+ Version:	1.3.0

  Release:	1%{?dist}

  Group:		Applications/System

  License:	GPLv2+

  URL:		http://gparted.org

  Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz

  

- BuildRequires:	gtkmm24-devel

+ BuildRequires:	gtkmm30-devel

  BuildRequires:	parted-devel

  BuildRequires:	libuuid-devel

  BuildRequires:	gettext

  BuildRequires:	perl(XML::Parser)

  BuildRequires:	desktop-file-utils

- BuildRequires:	gnome-doc-utils

  BuildRequires:	intltool

  BuildRequires:	pkgconfig

  BuildRequires:	polkit

  BuildRequires:	libappstream-glib

+ BuildRequires:	itstool

+ BuildRequires:	gcc-c++

+ BuildRequires:	make

  

  Requires:	PolicyKit-authentication-agent

  
@@ -67,18 +69,30 @@ 

  %files -f %{name}.lang

  %license COPYING

  %doc AUTHORS ChangeLog README

+ %{_libexecdir}/gpartedbin

  %{_bindir}/%{name}

- %{_sbindir}/gpartedbin

  %{_datadir}/applications/%{name}.desktop

  %{_datadir}/metainfo/%{name}.appdata.xml

  %{_datadir}/icons/hicolor/*/apps/gparted.*

  %{_datadir}/polkit-1/actions/org.gnome.gparted.policy

  %{_datadir}/appdata/gparted.appdata.xml

- %{_datadir}/gnome/help/gparted/

- %{_datadir}/omf/gparted/

+ %{_datadir}/help/*/gparted/*

  %{_mandir}/man8/gparted.*

  

  %changelog

+ * Mon May 03 2021 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 1.3.0-1

+ - Update to 1.3.0

+ 

+ * Sun Apr 18 2021 Mike Fleetwood <mike.fleetwood@googlemail.com> - 1.2.0-1

+ - Update to 1.2.0

+ - Add BuildRequires: make

+   https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot

+ - For 1.0.0 (GNOME 3 / GTK 3  port):

+   . Update gtkmm BuildRequires

+   . Add itstool BuildRequires

+   . Drop gnome-doc-utils BuildRequires

+ - Add gcc-c++ BuildRequires

+ 

  * Wed Dec 19 2018 Mukundan Ragavan <nonamedotc@fedoraproject.org> - 0.33.0-1

  - Update to 0.33.0

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (gparted-0.33.0.tar.gz) = 07b3f8ef355ce6c3302ed4747b9f542f1e231555c5ef39e758ee9a658bb14c9db2742af7f472a866bd122eb1ad9b2d45fd921484abb4ee319df1f15a74829f32

+ SHA512 (gparted-1.3.0.tar.gz) = 8349ebdf2312e32df9f40d24aa42a4604897ebae72e58fd1046ab0897b3380a762b49f74bdcf3bd570b4e7a3468b6f225c22290c6b1b799911da17408912288b

EPEL7 is, and always has been, a GNOME 3 desktop. GParted 1.0.0 was
when we finally updated GParted to GNOME 3 / GTK 3, and it no longer
required GNOME 2 / GTK 2 backward compatibility. GParted continues to
behave the same and look the same after the GTK 3 port.

Thanks,
Mike Fleetwood (GParted Developer)

Is there anything I can do to help with this pull request?