From 14cda9b735b2ce10a81425165780386b38dfa6269a2eb3fdcb2ac125a7231627 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 3 Aug 2013 14:41:12 +0000
Subject: [PATCH] Accepting request 185783 from
home:posophe:branches:X11:MATE:Factory
update
OBS-URL: https://build.opensuse.org/request/show/185783
OBS-URL: https://build.opensuse.org/package/show/X11:MATE:Factory/mate-system-monitor?expand=0&rev=8
---
mate-system-monitor-1.6.0.tar.xz | 3 ---
mate-system-monitor-1.6.1.tar.xz | 3 +++
mate-system-monitor.changes | 12 ++++++++++++
mate-system-monitor.spec | 8 ++++----
4 files changed, 19 insertions(+), 7 deletions(-)
delete mode 100644 mate-system-monitor-1.6.0.tar.xz
create mode 100644 mate-system-monitor-1.6.1.tar.xz
diff --git a/mate-system-monitor-1.6.0.tar.xz b/mate-system-monitor-1.6.0.tar.xz
deleted file mode 100644
index 60635b9..0000000
--- a/mate-system-monitor-1.6.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:3a84ebc128e0f906f131bec03bf16875639844e03f8a6e9583bc5c92cc147838
-size 1913596
diff --git a/mate-system-monitor-1.6.1.tar.xz b/mate-system-monitor-1.6.1.tar.xz
new file mode 100644
index 0000000..513d57d
--- /dev/null
+++ b/mate-system-monitor-1.6.1.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:c49fc4ec245c869ddd5e464e560d368c6090ab2bf617c6ba9ceb84c3c7a66348
+size 2141228
diff --git a/mate-system-monitor.changes b/mate-system-monitor.changes
index 473de3c..f73cf58 100644
--- a/mate-system-monitor.changes
+++ b/mate-system-monitor.changes
@@ -1,3 +1,15 @@
+-------------------------------------------------------------------
+Sat Aug 3 14:37:43 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 1.6.1
+ + fix make file for automake-1.13
+ + fixes for make dist
+ + check if cpu color key exists before read it
+ closes #14 https://github.com/mate-desktop/mate-system-monitor/issues/14
+ + fix indentation
+ + add manpage for mate-system-monitor
+ closes #20 https://github.com/mate-desktop/mate-system-monitor/issues/20
+
-------------------------------------------------------------------
Wed Apr 3 23:41:24 UTC 2013 - p.drouand@gmail.com
diff --git a/mate-system-monitor.spec b/mate-system-monitor.spec
index 670e125..da38ce3 100644
--- a/mate-system-monitor.spec
+++ b/mate-system-monitor.spec
@@ -15,7 +15,7 @@
Name: mate-system-monitor
-Version: 1.6.0
+Version: 1.6.1
Release: 0
License: GPL-2.0+
Summary: MATE Desktop system monitor
@@ -61,7 +61,6 @@ as CPU and memory.
%setup -q
%build
-NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-static \
--libexecdir=%{_libexecdir}/%{name} \
@@ -93,12 +92,13 @@ fi
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%dir %{_datadir}/omf/%{name}
-%{_bindir}/mate-system-monitor
-%{_datadir}/applications/mate-system-monitor.desktop
+%{_bindir}/%{name}
+%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}/
%{_datadir}/mate/help/
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/omf/%{name}/%{name}-C.omf
+%{_mandir}/man1/%{name}.1.gz
%files lang -f %{name}.lang
%defattr(-,root,root,-)