commit xfce4-panel-plugin-sensors for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2018-05-29 10:45:46

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is "xfce4-panel-plugin-sensors"

Tue May 29 10:45:46 2018 rev:20 rq:612382 version:1.3.0

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2017-03-02 19:43:14.337515260 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2018-05-29 10:46:08.217797834 +0200
@@ -1,0 +2,10 @@
+Fri May 25 14:33:46 UTC 2018 - seife+...@b1-systems.com
+
+- update to version 1.3.0
+  * no upstream changelog :-(
+  * ported to gtk3
+  * translation updates
+- remove obsolete xfce4-sensors-plugin-force-hddtemp-netcat.patch
+- use %license for LICENSE, drop similar COPYING file
+
+---

Old:

  xfce4-sensors-plugin-1.2.6.tar.bz2
  xfce4-sensors-plugin-force-hddtemp-netcat.patch

New:

  xfce4-sensors-plugin-1.3.0.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.4jNnp4/_old  2018-05-29 10:46:10.949697026 +0200
+++ /var/tmp/diff_new_pack.4jNnp4/_new  2018-05-29 10:46:10.953696879 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-sensors
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,30 +16,27 @@
 #
 
 
-%define panel_version 4.8.0
+%define panel_version 4.12.0
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-Version:1.2.6
+Version:1.3.0
 Release:0
 Summary:Hardware Sensor Plugin for the Xfce Panel
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
-Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
-# PATCH-FIX-OPENSUSE xfce4-sensors-plugin-force-hddtemp-netcat.patch -- fix 
crazy hddtemp detection seife+...@b1-systems.com
-Patch0: xfce4-sensors-plugin-force-hddtemp-netcat.patch
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.3/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libsensors4-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
-BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libxfce4util-1.0)
+BuildRequires:  pkgconfig(libxfce4panel-2.0) >= %{panel_version}
+BuildRequires:  pkgconfig(libxfce4ui-2) >= %{panel_version}
 Requires:   xfce4-panel >= %{panel_version}
 Recommends: %{name}-lang = %{version}
 Recommends: hddtemp
@@ -64,13 +61,13 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
 
 %build
 # --enable-netcat actually enables "hddtemp via netcat"
 %configure \
 --disable-static \
 --enable-libsensors=yes \
+--enable-pathchecks=no \
 --enable-hddtemp \
 --with-pathhddtemp=/usr/sbin/hddtemp \
 --enable-netcat \
@@ -87,6 +84,8 @@
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
+rm -f %{buildroot}%{_libdir}/xfce4/panel/plugins/libxfce4-sensors-plugin.la
+
 %find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
 
 %fdupes %{buildroot}%{_datadir}
@@ -104,15 +103,18 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING LICENSE NEWS NOTES README TODO
+%doc AUTHORS ChangeLog NEWS NOTES README TODO
+%license LICENSE
 %{_bindir}/xfce4-sensors
-%{_libexecdir}/xfce4/panel-plugins/xfce4-sensors-plugin
+%{_libdir}/xfce4/panel/plugins/libxfce4-sensors-plugin.so
 %{_datadir}/icons/hicolor/*/apps/xfce-sensors.*
 %{_datadir}/applications/xfce4-sensors.desktop
-%{_datadir}/xfce4/panel-plugins/xfce4-sensors-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/xfce4-sensors-plugin.desktop
+%{_datadir}/xfce4/panel/plugins/xfce4-sensors-plugin.css
 %dir %{_libdir}/xfce4
 %dir %{_libdir}/xfce4/modules
 %{_libdir}/xfce4/modules/libxfce4sensors.so.*
+%doc %{_mandir}/man1/xfce4-sensors.1*
 
 %files devel
 %defattr(-,root,root)

++ 

commit xfce4-panel-plugin-sensors for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2017-03-02 19:43:13

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is "xfce4-panel-plugin-sensors"

Thu Mar  2 19:43:13 2017 rev:19 rq:461650 version:1.2.6

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2015-03-01 14:46:54.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2017-03-02 19:43:14.337515260 +0100
@@ -1,0 +2,6 @@
+Wed Mar  1 10:04:21 UTC 2017 - seife+...@b1-systems.com
+
+- enable hddtemp (boo#763293)
+  add xfce4-sensors-plugin-force-hddtemp-netcat.patch
+
+---

New:

  xfce4-sensors-plugin-force-hddtemp-netcat.patch



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.aHbsi7/_old  2017-03-02 19:43:15.109406040 +0100
+++ /var/tmp/diff_new_pack.aHbsi7/_new  2017-03-02 19:43:15.109406040 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-sensors
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -27,6 +27,8 @@
 Group:  System/GUI/XFCE
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
+# PATCH-FIX-OPENSUSE xfce4-sensors-plugin-force-hddtemp-netcat.patch -- fix 
crazy hddtemp detection seife+...@b1-systems.com
+Patch0: xfce4-sensors-plugin-force-hddtemp-netcat.patch
 BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  libsensors4-devel
@@ -40,6 +42,8 @@
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 Requires:   xfce4-panel >= %{panel_version}
 Recommends: %{name}-lang = %{version}
+Recommends: hddtemp
+Recommends: netcat-openbsd
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -60,11 +64,17 @@
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
+%patch0 -p1
 
 %build
+# --enable-netcat actually enables "hddtemp via netcat"
 %configure \
 --disable-static \
 --enable-libsensors=yes \
+--enable-hddtemp \
+--with-pathhddtemp=/usr/sbin/hddtemp \
+--enable-netcat \
+--with-pathnetcat=/usr/bin/netcat \
 --enable-sysfsacpi
 make %{_smp_mflags} V=1
 

++ xfce4-sensors-plugin-force-hddtemp-netcat.patch ++
Index: b/configure
===
--- a/configure
+++ b/configure
@@ -13581,15 +13581,6 @@ fi
 NETCAT_HOST=localhost
 HDDTEMP_PORT=7634
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for hddtemp being 
queryable via netcat" >&5
-$as_echo_n "checking for hddtemp being queryable via netcat... " >&6; }
-NETCAT_RUN=(`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`)
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $NETCAT_RUN" >&5
-$as_echo "$NETCAT_RUN" >&6; }
-if test x"$NETCAT_RUN" = x""; then
-enable_netcat=no
-else
-
 $as_echo "#define HAVE_NETCAT 1" >>confdefs.h
 
 
@@ -13610,8 +13601,6 @@ cat >>confdefs.h <<_ACEOF
 _ACEOF
 
 
-fi
-
 fi
 
  if test x$enable_netcat = x"yes"; then
Index: b/configure.ac
===
--- a/configure.ac
+++ b/configure.ac
@@ -165,22 +165,13 @@ if test x"$enable_netcat" = x"yes"; then
 NETCAT_HOST=localhost
 HDDTEMP_PORT=7634
 
-AC_MSG_CHECKING([for hddtemp being queryable via netcat])
-NETCAT_RUN=([`"$NETCAT_PATH" "$NETCAT_HOST" "$HDDTEMP_PORT" 2> /dev/null`])
-AC_MSG_RESULT([$NETCAT_RUN])
-if test x"$NETCAT_RUN" = x""; then
-enable_netcat=no
-dnl AC_DEFINE([HAVE_NETCAT], [0], [Define to 1 if hddtemp daemon is 
queried via netcat])
-else
-AC_DEFINE([HAVE_NETCAT], [1], [Define to 1 if hddtemp daemon is 
queried via netcat])
-AC_DEFINE_UNQUOTED([NETCAT_PATH], [$NETCAT_PATH], [Complete path to 
netcat])
-AC_SUBST([NETCAT_PATH])
-AC_DEFINE_UNQUOTED([NETCAT_HOST], [$NETCAT_HOST], [Host for netcat])
-AC_SUBST([NETCAT_HOST])
-AC_DEFINE_UNQUOTED([HDDTEMP_PORT], [$HDDTEMP_PORT], [Port for hddtemp 
with netcat])
-AC_SUBST([HDDTEMP_PORT])
-fi
-
+AC_DEFINE([HAVE_NETCAT], [1], [Define to 1 if hddtemp daemon is queried 

commit xfce4-panel-plugin-sensors for openSUSE:Factory

2015-03-01 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2015-03-01 14:46:50

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2012-05-23 09:07:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2015-03-01 14:46:54.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb 27 10:13:17 UTC 2015 - g...@opensuse.org
+
+- update to version 1.2.6
+  - support for thermal_zoneX folders in sysfs
+  - inhibit various plugin crashes
+  - tooltip automatically deactivated for tacho view so that plugin
+doesn't crash then (can be reactivated in settings dialog from
+panel settings - objects - sensors plugin - properties)
+
+---

Old:

  xfce4-sensors-plugin-1.2.5.tar.bz2

New:

  xfce4-sensors-plugin-1.2.6.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.nOyEs3/_old  2015-03-01 14:46:56.0 +0100
+++ /var/tmp/diff_new_pack.nOyEs3/_new  2015-03-01 14:46:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-sensors
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-Version:1.2.5
+Version:1.2.6
 Release:0
 Summary:Hardware Sensor Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-sensors-plugin-1.2.5.tar.bz2 - xfce4-sensors-plugin-1.2.6.tar.bz2 
++
 43859 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2012-05-23 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2012-05-23 08:54:53

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2012-05-16 12:26:55.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2012-05-23 09:07:43.0 +0200
@@ -1,0 +2,7 @@
+Wed May 16 11:26:04 UTC 2012 - g...@opensuse.org
+
+- update to version 1.2.5
+  - fix German translation
+  - fix build with --enable-hddtemp=yes
+
+---

Old:

  xfce4-sensors-plugin-1.2.4.tar.bz2

New:

  xfce4-sensors-plugin-1.2.5.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.mXv1bi/_old  2012-05-23 09:07:44.0 +0200
+++ /var/tmp/diff_new_pack.mXv1bi/_new  2012-05-23 09:07:44.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-Version:1.2.4
+Version:1.2.5
 Release:0
 Summary:Hardware Sensor Plugin for the Xfce Panel
 License:GPL-2.0+

++ xfce4-sensors-plugin-1.2.4.tar.bz2 - xfce4-sensors-plugin-1.2.5.tar.bz2 
++
 16542 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2012-05-16 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2012-05-16 12:26:53

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2012-05-08 06:51:07.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2012-05-16 12:26:55.0 +0200
@@ -1,0 +2,9 @@
+Mon May 14 11:01:01 UTC 2012 - g...@opensuse.org
+
+- update to version 1.2.4
+  - fix some memory issues
+  - stabilize support for hddtemp
+  - improve battery reading via ACPI and sysfs
+  - translation updates
+
+---

Old:

  xfce4-sensors-plugin-1.2.3.tar.bz2

New:

  xfce4-sensors-plugin-1.2.4.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.kMhkey/_old  2012-05-16 12:26:56.0 +0200
+++ /var/tmp/diff_new_pack.kMhkey/_new  2012-05-16 12:26:56.0 +0200
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Hardware Sensor Plugin for the Xfce Panel
 License:GPL-2.0+
@@ -31,7 +31,6 @@
 BuildRequires:  intltool
 BuildRequires:  libsensors4-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  xfce4-dev-tools
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
@@ -63,8 +62,10 @@
 %setup -q -n %{plugin_name}-%{version}
 
 %build
-xdt-autogen
-%configure --disable-static
+%configure \
+--disable-static \
+--enable-libsensors=yes \
+--enable-sysfsacpi
 make %{_smp_mflags} V=1
 
 %install

++ xfce4-sensors-plugin-1.2.3.tar.bz2 - xfce4-sensors-plugin-1.2.4.tar.bz2 
++
 13652 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2012-05-07 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2012-05-08 06:50:50

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2012-04-19 10:42:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2012-05-08 06:51:07.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 20 11:40:33 UTC 2012 - g...@opensuse.org
+
+- added documentation files
+
+---



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.9H2NQx/_old  2012-05-08 06:51:08.0 +0200
+++ /var/tmp/diff_new_pack.9H2NQx/_new  2012-05-08 06:51:08.0 +0200
@@ -93,6 +93,7 @@
 
 %files
 %defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING LICENSE NEWS NOTES README TODO
 %{_bindir}/xfce4-sensors
 %{_libexecdir}/xfce4/panel-plugins/xfce4-sensors-plugin
 %{_datadir}/icons/hicolor/*/apps/xfce-sensors.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2012-04-19 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2012-04-19 10:42:02

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:

--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
2011-09-23 12:51:22.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new/xfce4-panel-plugin-sensors.changes
   2012-04-19 10:42:05.0 +0200
@@ -1,0 +2,11 @@
+Tue Apr 17 22:38:28 UTC 2012 - g...@opensuse.org
+
+- corrected source URL
+
+---
+Wed Apr  4 08:01:54 UTC 2012 - g...@opensuse.org
+
+- specfile cleanup
+- split off -lang subpackage
+
+---



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.R2JzHJ/_old  2012-04-19 10:42:06.0 +0200
+++ /var/tmp/diff_new_pack.R2JzHJ/_new  2012-04-19 10:42:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-sensors
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -20,22 +20,26 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-License:GPL-2.0+
 Version:1.2.3
-Release:8
-Summary:Hardware sensor plugin for the Xfce panel
-Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
-Source0:xfce4-sensors-plugin-%{version}.tar.bz2
+Release:0
+Summary:Hardware Sensor Plugin for the Xfce Panel
+License:GPL-2.0+
 Group:  System/GUI/XFCE
-BuildRequires:  intltool
+Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
+Source0:
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/1.2/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  libsensors4-devel
 BuildRequires:  update-desktop-files
+BuildRequires:  xfce4-dev-tools
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
 BuildRequires:  pkgconfig(libxfce4ui-1)
-BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  libsensors4-devel
-BuildRequires:  xfce4-dev-tools
-Requires:   xfce4-panel = 4.8.0
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:   xfce4-panel = %{panel_version}
 Recommends: %{name}-lang = %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -43,23 +47,18 @@
 The Sensors plugin and standalone application allow to monitor various hardware
 sensors supported by libsensors.
 
-
 %package devel
-License:GPL-2.0+
 Summary:Development Files for %{name}
 Group:  Development/Libraries/C and C++
-Requires:   xfce4-panel-plugin-sensors = %{version}
+Requires:   %{name} = %{version}
+Requires:   xfce4-panel = %{panel_version}
 
 %description devel
-The Sensors plugin and standalone application allow to monitor various hardware
-sensors supported by libsensors.
-
 This package contains the development files needed to develop applications
 based on libxfce4sensors.
 
-
-
 %lang_package
+
 %prep
 %setup -q -n %{plugin_name}-%{version}
 
@@ -70,17 +69,20 @@
 
 %install
 %make_install
+
 rm -rf %{buildroot}%{_libdir}/xfce4/modules/libxfce4sensors.la
+
 %suse_update_desktop_file -r xfce4-sensors X-XFCE System Monitor
+
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
-%find_lang %{plugin_name} %{name}.lang
+
+%find_lang %{plugin_name} %{name}.lang %{?no_lang_C}
+
 %fdupes %{buildroot}%{_datadir}
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version} = 1140
-
 %post
 %desktop_database_post
 %icon_theme_cache_post
@@ -88,7 +90,6 @@
 %postun
 %desktop_database_postun
 %icon_theme_cache_postun
-%endif
 
 %files
 %defattr(-,root,root)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory checked in at 2011-12-06 19:15:09

Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-sensors (Old)
 and  /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-sensors.new (New)


Package is xfce4-panel-plugin-sensors, Maintainer is 
xfce-maintain...@suse.de

Changes:




Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.kXsitd/_old  2011-12-06 19:54:46.0 +0100
+++ /var/tmp/diff_new_pack.kXsitd/_new  2011-12-06 19:54:46.0 +0100
@@ -20,7 +20,7 @@
 %define plugin_name xfce4-sensors-plugin
 
 Name:   xfce4-panel-plugin-sensors
-License:GPLv2+
+License:GPL-2.0+
 Version:1.2.3
 Release:8
 Summary:Hardware sensor plugin for the Xfce panel
@@ -45,7 +45,7 @@
 
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Development Files for %{name}
 Group:  Development/Libraries/C and C++
 Requires:   xfce4-panel-plugin-sensors = %{version}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory
checked in at Wed Sep 21 17:28:03 CEST 2011.




--- xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-05-04 10:31:00.0 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
  2011-09-19 18:20:14.0 +0200
@@ -1,0 +2,25 @@
+Mon Sep 19 15:34:52 UTC 2011 - g...@opensuse.org
+
+- update to version 1.2.3
+  - Build issues with gcc 4.6
+  - autotool stuff
+  - nvidis sensor support
+  - libnotify support for version 0.7
+  - safer saving of font for tachometers
+  - added missing files to repository
+  - make distcheck works again
+  - applied, verified, corrected patches by various people
+  - hddtemp and netcat should work with the port-version now
+- dropped obsolete
+  xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch,
+  xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch,
+  xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch,
+  xfce4-panel-plugin-sensors-1.0.0-fix-memory-leaks.patch,
+  xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
+
+---
+Fri Sep 16 19:22:53 UTC 2011 - andrea.turr...@gmail.com
+
+- fixed typos in xfce4-panel-plugin-sensors.spec
+
+---

calling whatdependson for head-i586


Old:

  xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch
  xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
  xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
  xfce4-panel-plugin-sensors-1.0.0-fix-memory-leaks.patch
  xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
  xfce4-sensors-plugin-1.0.0.tar.bz2

New:

  xfce4-sensors-plugin-1.2.3.tar.bz2



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.t0odls/_old  2011-09-21 17:27:58.0 +0200
+++ /var/tmp/diff_new_pack.t0odls/_new  2011-09-21 17:27:58.0 +0200
@@ -21,26 +21,17 @@
 
 Name:   xfce4-panel-plugin-sensors
 License:GPLv2+
-Version:1.0.0
+Version:1.2.3
 Release:8
 Summary:Hardware sensor plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
-Source0:xfce4-sensors-plugin-1.0.0.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-memory-leaks.patch 
g...@opensuse.org -- Fixes memory leak (different fix is already in upstream 
git)
-Patch0: xfce4-panel-plugin-sensors-1.0.0-fix-memory-leaks.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch 
bxo#6938 g...@opensuse.org -- Port to xfce4-panel = 4.7
-Patch1: xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch
-# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch bxo#7248 
g...@opensuse.org -- Fixes a crash due to uninitialized memory when no sensors 
are found
-Patch2: xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch 
g...@opensuse.org bxo#7563 -- Fix LDFLAGS for use with gcc 4.6
-Patch3: xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
-# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch 
g...@opensuse.org -- Adapt to libnotify 0.7.0 API changes
-Patch4: xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
+Source0:xfce4-sensors-plugin-%{version}.tar.bz2
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  libsensors4-devel
 BuildRequires:  xfce4-dev-tools
@@ -50,18 +41,18 @@
 
 %description
 The Sensors plugin and standalone application allow to monitor various hardware
-sensors suported by libsensors.
+sensors supported by libsensors.
 
 
 %package devel
 License:GPLv2+
 Summary:Development Files for %{name}
 Group:  Development/Libraries/C and C++
-Requires:   xfce4-panel-plugin-sensors = 1.0.0
+Requires:   xfce4-panel-plugin-sensors = %{version}
 
 %description devel
 The Sensors plugin and standalone application allow to monitor various hardware
-sensors suported by libsensors.
+sensors supported by libsensors.
 
 This package contains the development files needed to develop applications
 based on libxfce4sensors.
@@ -71,11 +62,6 @@
 %lang_package
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
 
 %build
 xdt-autogen

++ xfce4-sensors-plugin-1.0.0.tar.bz2 - xfce4-sensors-plugin-1.2.3.tar.bz2 
++

commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory
checked in at Mon May 16 12:06:19 CEST 2011.




--- xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-05-02 11:56:43.0 +0200
+++ 
/mounts/work_src_done/STABLE/xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes
  2011-05-04 10:31:00.0 +0200
@@ -1,0 +2,6 @@
+Wed May  4 08:18:22 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
+  in order to adapt to libnotify 0.7.0 API changes
+
+---

calling whatdependson for head-i586


New:

  xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.IMwNph/_old  2011-05-16 12:05:41.0 +0200
+++ /var/tmp/diff_new_pack.IMwNph/_new  2011-05-16 12:05:41.0 +0200
@@ -22,7 +22,7 @@
 Name:   xfce4-panel-plugin-sensors
 License:GPLv2+
 Version:1.0.0
-Release:6
+Release:8
 Summary:Hardware sensor plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Source0:xfce4-sensors-plugin-1.0.0.tar.bz2
@@ -34,6 +34,8 @@
 Patch2: xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
 # PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch 
g...@opensuse.org bxo#7563 -- Fix LDFLAGS for use with gcc 4.6
 Patch3: xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch 
g...@opensuse.org -- Adapt to libnotify 0.7.0 API changes
+Patch4: xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -73,6 +75,7 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 xdt-autogen

++ xfce4-panel-plugin-sensors-1.0.0-fix-libnotify-0.7.patch ++
diff -urNp xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c 
xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c
--- xfce4-sensors-plugin-1.0.0.orig/lib/sensors-interface.c 2010-03-27 
16:11:48.0 +0100
+++ xfce4-sensors-plugin-1.0.0/lib/sensors-interface.c  2011-05-04 
10:12:43.0 +0200
@@ -41,6 +41,10 @@
 #include sensors-interface.h
 #include middlelayer.h
 
+#ifndef NOTIFY_CHECK_VERSION
+#define NOTIFY_CHECK_VERSION(x,y,z) 0
+#endif
+
 /* forward declaration to not make gcc 4.3 -Wall complain */
 void produce_min_max_values (t_chipfeature *chipfeature, t_tempscale scale, 
float *minval, float *maxval);
 
@@ -105,7 +109,11 @@ fill_gtkTreeStore (GtkTreeStore *model,
 if (!notify_is_initted())
 notify_init(PACKAGE); /* NOTIFY_APPNAME */
 
+#if !NOTIFY_CHECK_VERSION(0,7,0)
 nn = notify_notification_new(summary, body, icon, NULL);
+#else
+nn = notify_notification_new(summary, body, icon);
+#endif
 notify_notification_show(nn, error);
 #else
 DBG(%s\n%s, summary, body);





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit xfce4-panel-plugin-sensors for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package xfce4-panel-plugin-sensors for 
openSUSE:Factory
checked in at Mon May 2 17:38:46 CEST 2011.




--- xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-03-09 22:46:29.0 +0100
+++ xfce4-panel-plugin-sensors/xfce4-panel-plugin-sensors.changes   
2011-05-02 11:56:43.0 +0200
@@ -1,0 +2,6 @@
+Mon May  2 09:34:11 UTC 2011 - g...@opensuse.org
+
+- added xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch which
+  fixes LDFLAGS for use with gcc 4.6
+
+---

calling whatdependson for head-i586


New:

  xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch



Other differences:
--
++ xfce4-panel-plugin-sensors.spec ++
--- /var/tmp/diff_new_pack.LGAoJO/_old  2011-05-02 17:37:49.0 +0200
+++ /var/tmp/diff_new_pack.LGAoJO/_new  2011-05-02 17:37:49.0 +0200
@@ -22,7 +22,7 @@
 Name:   xfce4-panel-plugin-sensors
 License:GPLv2+
 Version:1.0.0
-Release:5
+Release:6
 Summary:Hardware sensor plugin for the Xfce panel
 Url:
http://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin
 Source0:xfce4-sensors-plugin-1.0.0.tar.bz2
@@ -32,6 +32,8 @@
 Patch1: xfce4-panel-plugin-sensors-1.0.0-fix-build-with-4.7.patch
 # PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch bxo#7248 
g...@opensuse.org -- Fixes a crash due to uninitialized memory when no sensors 
are found
 Patch2: xfce4-panel-plugin-sensors-1.0.0-fix-uninitialized-memory.patch
+# PATCH-FIX-UPSTREAM xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch 
g...@opensuse.org bxo#7563 -- Fix LDFLAGS for use with gcc 4.6
+Patch3: xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch
 Group:  System/GUI/XFCE
 BuildRequires:  intltool
 BuildRequires:  fdupes
@@ -70,6 +72,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 xdt-autogen

++ xfce4-panel-plugin-sensors-1.0.0-fix-ldflags.patch ++
diff -ur xfce4-sensors-plugin-1.0.0.orig/src/Makefile.am 
xfce4-sensors-plugin-1.0.0/src/Makefile.am
--- xfce4-sensors-plugin-1.0.0.orig/src/Makefile.am 2011-05-02 
11:31:07.0 +0200
+++ xfce4-sensors-plugin-1.0.0/src/Makefile.am  2011-05-02 11:31:59.0 
+0200
@@ -35,7 +35,7 @@
 # @LIBXFCE4PANEL_CFLAGS@
 
 xfce4_sensors_LDFLAGS = \
-   --no-undefined  \
+   -Wl,--no-undefined  \
@PLATFORM_LDFLAGS@
 
 xfce4_sensors_LDADD = \





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org