Hello community,

here is the log from the commit of package xfce4-panel-plugin-wavelan for 
openSUSE:Factory checked in at 2012-04-19 12:40:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-panel-plugin-wavelan", Maintainer is 
"[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/xfce4-panel-plugin-wavelan/xfce4-panel-plugin-wavelan.changes
    2011-09-23 12:51:27.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.xfce4-panel-plugin-wavelan.new/xfce4-panel-plugin-wavelan.changes
       2012-04-19 12:40:40.000000000 +0200
@@ -1,0 +2,35 @@
+Tue Apr 17 22:41:16 UTC 2012 - [email protected]
+
+- corrected source URL
+
+-------------------------------------------------------------------
+Sat Apr 14 11:59:57 UTC 2012 - [email protected]
+
+- update to version 0.5.10
+  - add an option to hide the icon for small screen/panels
+  - translation updates
+
+-------------------------------------------------------------------
+Tue Apr 10 10:19:52 UTC 2012 - [email protected]
+
+- update to version 0.5.8
+  - build the plugin as a module loadable by Xfce4's panel wrapper
+  - add an about dialog
+  - fix properties dialog look
+
+-------------------------------------------------------------------
+Tue Apr  3 17:19:10 UTC 2012 - [email protected]
+
+- update to version 0.5.7
+  - port to libxfce4ui
+  - adapt to panel 4.9 and newer
+  - fix transparency and bar color
+  - explicitely link against libm
+- dropped obsolete
+  xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch,
+  xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
+- specfile cleanup
+- correct dependencies
+- split off -lang subpackage
+
+-------------------------------------------------------------------

Old:
----
  xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch
  xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
  xfce4-wavelan-plugin-0.5.6.tar.bz2

New:
----
  xfce4-wavelan-plugin-0.5.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfce4-panel-plugin-wavelan.spec ++++++
--- /var/tmp/diff_new_pack.9NqsRp/_old  2012-04-19 12:40:43.000000000 +0200
+++ /var/tmp/diff_new_pack.9NqsRp/_new  2012-04-19 12:40:43.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xfce4-panel-plugin-wavelan
 #
-# 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,51 +20,54 @@
 %define plugin_name xfce4-wavelan-plugin
 
 Name:           xfce4-panel-plugin-wavelan
+Version:        0.5.10
+Release:        0
+Summary:        WLAN Monitoring Plugin for the Xfce Panel
 License:        GPL-2.0+
-Version:        0.5.6
-Release:        7
-Summary:        WLAN monitoring plugin for the Xfce panel
-Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
-Source0:        xfce4-wavelan-plugin-0.5.6.tar.bz2
-# PATCH-FIX-UPSTREAM xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch 
bxo#7991 [email protected] -- Link explicitly against libm
-Patch0:         xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
-# PATCH-FIX-UPSTREAM 
xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch 
[email protected] -- Fixes transparency and bar color (backported from upstream 
git)
-Patch1:         
xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch
 Group:          System/GUI/XFCE
-BuildRequires:  intltool
+Url:            
http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin
+Source0:        
http://archive.xfce.org/src/panel-plugins/%{plugin_name}/0.5/%{plugin_name}-%{version}.tar.bz2
 BuildRequires:  fdupes
+BuildRequires:  intltool
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(libxfce4panel-1.0)
-BuildRequires:  xfce4-dev-tools
-Requires:       xfce4-panel >= 4.8.0
+BuildRequires:  pkgconfig(libxfce4ui-1)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
+Requires:       xfce4-panel >= %{panel_version}
+Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The WaveLAN plugin can monitor a wireless LAN interface and display signal
 state, quality and the network name (SSID).
 
+%lang_package
 
 %prep
 %setup -q -n %{plugin_name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-xdt-autogen
 %configure --disable-static
 make %{_smp_mflags} V=1
 
 %install
 %make_install
+
+rm %{buildroot}%{_libdir}/xfce4/panel/plugins/*.la
 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}
 
-%files -f %{name}.lang
+%files
 %defattr(-,root,root)
-%{_libexecdir}/xfce4/panel-plugins/xfce4-wavelan-plugin
-%{_datadir}/xfce4/panel-plugins/wavelan.desktop
+%{_libdir}/xfce4/panel/plugins/libwavelan.so
+%{_datadir}/xfce4/panel/plugins/wavelan.desktop
+
+%files lang -f %{name}.lang
 
 %changelog

++++++ xfce4-wavelan-plugin-0.5.6.tar.bz2 -> 
xfce4-wavelan-plugin-0.5.10.tar.bz2 ++++++
++++ 32029 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to