Hello community,
here is the log from the commit of package xfce4-panel-plugin-multiload-nandhp
for openSUSE:Factory checked in at 2016-05-23 16:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-multiload-nandhp (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-multiload-nandhp.new
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-multiload-nandhp"
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-multiload-nandhp/xfce4-panel-plugin-multiload-nandhp.changes
2013-06-05 19:38:21.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-multiload-nandhp.new/xfce4-panel-plugin-multiload-nandhp.changes
2016-05-23 16:39:57.000000000 +0200
@@ -1,0 +2,11 @@
+Fri May 20 08:21:13 UTC 2016 - [email protected]
+
+- Update to 0.3.
+ * Fix bug with suspend and sshfs.
+ * Fix make check error and add desktop file to translations.
+ * Czech localization.
+- Drop xfce4-panel-plugin-multiload-nandhp-automake.patch: fixed
+ upstream.
+- Correct URL.
+
+-------------------------------------------------------------------
Old:
----
version-0-1
xfce4-panel-plugin-multiload-nandhp-automake.patch
New:
----
version-0-3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-multiload-nandhp.spec ++++++
--- /var/tmp/diff_new_pack.vYJOeS/_old 2016-05-23 16:39:59.000000000 +0200
+++ /var/tmp/diff_new_pack.vYJOeS/_new 2016-05-23 16:39:59.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-panel-plugin-multiload-nandhp
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,20 +16,21 @@
#
+%define git_version 0-3
+
Name: xfce4-panel-plugin-multiload-nandhp
-Version: 0.1
+Version: 0.3
Release: 0
-License: GPL-2.0+
Summary: System Load Monitor for the Xfce Panel
-Url: https://github.com/geekless/multiload-nandhp
+License: GPL-2.0+
Group: System/GUI/XFCE
-Source0:
https://codeload.github.com/nandhp/multiload-nandhp/tar.gz/version-0-1
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-multiload-nandhp-automake.patch
https://github.com/nandhp/multiload-nandhp/pull/1 [email protected] -- add
AM_PROG_AR to configure.ac (fixed in git)
-Patch0: xfce4-panel-plugin-multiload-nandhp-automake.patch
+Url: https://github.com/nandhp/multiload-nandhp
+Source0:
https://github.com/nandhp/multiload-nandhp/archive/version-%{git_version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: intltool
BuildRequires: libtool
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(libgtop-2.0)
BuildRequires: pkgconfig(libxfce4panel-1.0)
@@ -43,10 +44,7 @@
It is a port of the GNOME multiload applet to the Xfce panel.
%prep
-%setup -qn multiload-nandhp-version-0-1
-%if 0%{?suse_version} >= 1220
-%patch0 -p1
-%endif
+%setup -q -n multiload-nandhp-version-%{git_version}
%build
./autogen.sh
@@ -57,7 +55,9 @@
%make_install
rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libmultiload.la
-%files
+%find_lang multiload-nandhp %{?no_lang_C}
+
+%files -f multiload-nandhp.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING README.md
%{_libdir}/xfce4/panel/plugins/libmultiload.so