[gsmartcontrol: 1/2] Updated to latest upstream.

Eric Smith brouhaha at fedoraproject.org
Sat Oct 27 06:43:08 UTC 2012


commit e21853a680fa5080ad8dd5cb5b2069f40f82d9f1
Author: Eric Smith <eric at brouhaha.com>
Date:   Sat Oct 27 00:42:47 2012 -0600

    Updated to latest upstream.

 .gitignore         |    1 +
 gsmartcontrol.spec |   22 +++++++---------------
 sources            |    2 +-
 3 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e725195..0ead432 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gsmartcontrol-0.8.6.tar.bz2
+/gsmartcontrol-0.8.7.tar.bz2
diff --git a/gsmartcontrol.spec b/gsmartcontrol.spec
index 003e09d..5af9035 100644
--- a/gsmartcontrol.spec
+++ b/gsmartcontrol.spec
@@ -1,6 +1,6 @@
 Name:		gsmartcontrol
-Version:	0.8.6
-Release:	5%{?dist}
+Version:	0.8.7
+Release:	1%{?dist}
 Summary:	Graphical user interface for smartctl
 Group:		Applications/System
 
@@ -16,17 +16,7 @@ Requires:	usermode
 
 # Patch man page and .desktop file to drop references to gsmartcontrol-root,
 # as Fedora uses console-helper instead.
-Patch0:		gsmartcontrol-console-helper.patch
-
-# Patch to avoid deprecated GStaticMutex with glib 2.31, needed for
-# Fedora 17 and newer.  Patch supplied by author, and is in upstream source
-# repository, so it should be in the next release.
-Patch1:		gsmartcontrol-0.8.6-glib-2.31-mutex.patch
-
-# Patch to avoid compile errors with GCC 4.7.  Patch supplied by
-# author, and is in upstream source repository, so it should be in the
-# next release.
-Patch2:		gsmartcontrol-gcc47-compile-fix.patch
+Patch0:		gsmartcontrol-0.8.7-console-helper.patch
 
 BuildRequires:	gtkmm24-devel pcre-devel desktop-file-utils
 
@@ -40,8 +30,6 @@ data to determine its health, as well as run various tests on it.
 %prep
 %setup -q
 %patch -P 0 -p1 -b .console-helper
-%patch -P 1 -p1 -b .gstaticmutex
-%patch -P 2 -p0 -b .gcc47
 
 %build
 %configure
@@ -111,6 +99,10 @@ fi
 %config(noreplace) %{_sysconfdir}/security/console.apps/%{name}
 
 %changelog
+* Fri Oct 26 2012 Eric Smith <eric at brouhaha.com>  0.8.7-1
+- Update to latest upstream.
+- Dropped patches 1 and 2.
+
 * Mon Jan 16 2012 Eric Smith <eric at brouhaha.com>  0.8.6-5
 - Patch to compile with GCC 4.7.
 
diff --git a/sources b/sources
index ea69262..b5b6fed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2ac685e2e73b05f7ba74c93623af739  gsmartcontrol-0.8.6.tar.bz2
+6d104c2ffc1e693cd1a8052a6d7e3b30  gsmartcontrol-0.8.7.tar.bz2


More information about the scm-commits mailing list