[gnome-system-monitor/f17] 3.3.92

Kalev Lember kalev at fedoraproject.org
Wed Mar 21 10:16:30 UTC 2012


commit 21d3d4167c81c932ee92aa6f21fa5389413b99ca
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Mar 21 12:13:55 2012 +0200

    3.3.92
    
    ... and don't pass unrecognized option --enable-selinux to configure.

 .gitignore                |    1 +
 gnome-system-monitor.spec |    8 +++++---
 sources                   |    2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82b8b22..cf91e0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ gnome-system-monitor-2.28.1.tar.bz2
 /gnome-system-monitor-3.3.4.tar.xz
 /gnome-system-monitor-3.3.90.tar.xz
 /gnome-system-monitor-3.3.91.tar.xz
+/gnome-system-monitor-3.3.92.tar.xz
diff --git a/gnome-system-monitor.spec b/gnome-system-monitor.spec
index a6b5729..0365c03 100644
--- a/gnome-system-monitor.spec
+++ b/gnome-system-monitor.spec
@@ -11,7 +11,7 @@
 
 Summary: Process and resource monitor
 Name: gnome-system-monitor
-Version: 3.3.91
+Version: 3.3.92
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
@@ -52,7 +52,7 @@ such as CPU and memory.
 %setup -q
 
 %build
-%configure --enable-selinux --disable-scrollkeeper
+%configure --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install
@@ -76,7 +76,6 @@ fi
 glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 %files -f %{name}.lang
-%defattr(-, root, root,-)
 %doc AUTHORS NEWS COPYING README
 %{_bindir}/gnome-system-monitor
 %{_datadir}/applications/*
@@ -87,6 +86,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 
 %changelog
+* Wed Mar 21 2012 Kalev Lember <kalevlember at gmail.com> - 3.3.92-1
+- Update to 3.3.92
+
 * Mon Mar  6 2012 Matthias Clasen <mclasen at redhat.com> - 3.3.91-1
 - Update to 3.3.91
 
diff --git a/sources b/sources
index b361cb7..5e8aa34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-550a031156964b376d90ae2bed3f8a10  gnome-system-monitor-3.3.91.tar.xz
+4876741365e9060b956704463da6e5b1  gnome-system-monitor-3.3.92.tar.xz


More information about the scm-commits mailing list