Hello community,
here is the log from the commit of package xfce4-panel-plugin-cpugraph for
openSUSE:Factory checked in at 2019-06-19 21:02:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph (Old)
and /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-panel-plugin-cpugraph"
Wed Jun 19 21:02:33 2019 rev:14 rq:706647 version:1.0.90
Changes:
--------
---
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-cpugraph/xfce4-panel-plugin-cpugraph.changes
2013-03-18 07:19:50.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-cpugraph.new.4811/xfce4-panel-plugin-cpugraph.changes
2019-06-19 21:02:46.674208476 +0200
@@ -1,0 +2,8 @@
+Wed May 29 11:51:44 UTC 2019 - Vinzenz Vietzke <[email protected]>
+
+- update to version 1.0.90
+ - GTK 3 Port
+ - Updated translations
+- Cleaned spec file (URLs with https, Git bcond)
+
+-------------------------------------------------------------------
Old:
----
xfce4-cpugraph-plugin-1.0.5.tar.bz2
New:
----
xfce4-cpugraph-plugin-1.0.90.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ xfce4-panel-plugin-cpugraph.spec ++++++
--- /var/tmp/diff_new_pack.r0TGIU/_old 2019-06-19 21:02:47.382209091 +0200
+++ /var/tmp/diff_new_pack.r0TGIU/_new 2019-06-19 21:02:47.386209094 +0200
@@ -1,7 +1,7 @@
#
# spec file for package xfce4-panel-plugin-cpugraph
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX Products 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,22 +16,23 @@
#
-%define panel_version 4.10.0
+%bcond_with git
+%define panel_version 4.12.0
%define plugin_name xfce4-cpugraph-plugin
Name: xfce4-panel-plugin-cpugraph
-Version: 1.0.5
+Version: 1.0.90
Release: 0
Summary: CPU Graph Plugin for the Xfce Panel
License: GPL-2.0+
Group: System/GUI/XFCE
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
+Url:
https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin
+Source0:
https://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.0/%{plugin_name}-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: intltool
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libxfce4panel-1.0)
-BuildRequires: pkgconfig(libxfce4ui-1)
+BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(libxfce4panel-2.0)
+BuildRequires: pkgconfig(libxfce4ui-2)
Requires: xfce4-panel >= %{panel_version}
Recommends: %{name}-lang = %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -46,8 +47,16 @@
%setup -q -n %{plugin_name}-%{version}
%build
-%configure --disable-static
-make %{_smp_mflags} V=1
+%if %{with git}
+NOCONFIGURE=1 ./autogen.sh
+%configure \
+ --enable-maintainer-mode \
+ --disable-static
+%else
+%configure \
+ --disable-static
+%endif
+%make_build
%install
%make_install
@@ -63,15 +72,10 @@
%clean
rm -rf %{buildroot}
-%post
-%icon_theme_cache_post
-
-%postun
-%icon_theme_cache_postun
-
%files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%doc AUTHORS ChangeLog NEWS README
+%{!?with_git:%doc AUTHORS NEWS README}
+%license COPYING
%{_libdir}/xfce4/panel/plugins/libcpugraph.so
%{_datadir}/xfce4/panel/plugins/cpugraph.desktop
%{_datadir}/icons/hicolor/*/apps/xfce4-cpugraph-plugin.png
++++++ xfce4-cpugraph-plugin-1.0.5.tar.bz2 ->
xfce4-cpugraph-plugin-1.0.90.tar.bz2 ++++++
++++ 61996 lines of diff (skipped)