From e55d6dde9429081b89dbd03d3d049c1601efe9d8 Mon Sep 17 00:00:00 2001 From: Mukundan Ragavan Date: Mon, 3 Aug 2015 21:00:17 -0500 Subject: [PATCH] Update to 0.23.0 - Added btrfs-progs and hdparm as dependencies --- .gitignore | 1 + gparted.spec | 14 ++++++++++---- sources | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 54f4d51..2ff08d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ gparted-0.6.2.tar.bz2 /gparted-0.20.0.tar.bz2 /gparted-0.21.0.tar.bz2 /gparted-0.22.0.tar.bz2 +/gparted-0.23.0.tar.bz2 diff --git a/gparted.spec b/gparted.spec index 61cef27..1354e3f 100644 --- a/gparted.spec +++ b/gparted.spec @@ -1,7 +1,7 @@ Summary: Gnome Partition Editor Name: gparted -Version: 0.22.0 -Release: 3%{?dist} +Version: 0.23.0 +Release: 1%{?dist} Group: Applications/System License: GPLv2+ URL: http://www.gparted.org @@ -11,9 +11,11 @@ Source2: gparted_polkit BuildRequires: gtkmm24-devel parted-devel BuildRequires: libuuid-devel gettext perl(XML::Parser) BuildRequires: desktop-file-utils gnome-doc-utils intltool -BuildRequires: rarian-compat -BuildRequires: pkgconfig +BuildRequires: rarian-compat +BuildRequires: pkgconfig Requires: polkit-gnome +Requires: hdparm +Requires: btrfs-progs %description GParted stands for Gnome Partition Editor and is a graphical frontend to @@ -77,6 +79,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_mandir}/man8/gparted.* %changelog +* Mon Aug 03 2015 Mukundan Ragavan - 0.23.0-1 +- Update to 0.23.0 +- Added btrfs-progs and hdparm as dependencies + * Wed Jun 17 2015 Fedora Release Engineering - 0.22.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index a5d103f..361aca6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67c4bdf680461e1107b718aff6095ea6 gparted-0.22.0.tar.bz2 +5901dca33ced32213cccb13a2713dea8 gparted-0.23.0.tar.bz2