Hello community,

here is the log from the commit of package lxpanel for openSUSE:Factory checked 
in at 2013-04-08 14:53:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lxpanel (Old)
 and      /work/SRC/openSUSE:Factory/.lxpanel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxpanel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lxpanel/lxpanel.changes  2012-07-06 
09:40:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lxpanel.new/lxpanel.changes     2013-04-08 
14:53:56.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Mar 28 12:33:39 UTC 2013 - [email protected]
+
+- update to 0.5.12 (bugfix release, no changelog provided)
+  * obsoletes lxpanel-0.5.10-automake-1.12.patch
+  * obsoletes lxpanel-0.5.8-fix-libgmodule-underlinking.patch
+- use pkgconfig() BuildRequires when possible
+
+-------------------------------------------------------------------

Old:
----
  lxpanel-0.5.10-automake-1.12.patch
  lxpanel-0.5.10.tar.gz
  lxpanel-0.5.8-fix-libgmodule-underlinking.patch

New:
----
  lxpanel-0.5.12.tar.gz

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

Other differences:
------------------
++++++ lxpanel.spec ++++++
--- /var/tmp/diff_new_pack.MLFWv0/_old  2013-04-08 14:53:58.000000000 +0200
+++ /var/tmp/diff_new_pack.MLFWv0/_new  2013-04-08 14:53:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lxpanel
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -17,30 +17,24 @@
 
 
 Name:           lxpanel
-Version:        0.5.10
+Version:        0.5.12
 Release:        0
 Summary:        Lightweight X11 desktop panel based on fbpanel
 License:        GPL-2.0
 Group:          System/GUI/LXDE
 Url:            http://www.lxde.org/
-Source0:        %name-%version.tar.gz
-# PATCH-FIX-UPSTREAM lxpanel-0.5.8-fix-libgmodule-underlinking.patch 
[email protected] -- Link explicitly against libgmodule
-Patch0:         lxpanel-0.5.8-fix-libgmodule-underlinking.patch
-# PATCH-FIX-UPSTREAM fix for automake 1.12
-Patch1:         lxpanel-0.5.10-automake-1.12.patch
+Source0:        
http://sourceforge.net/projects/lxde/files/LXPanel%20%28desktop%20panel%29/LXPanel%20%{version}/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  alsa-devel
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  fdupes
-BuildRequires:  gtk2-devel
 BuildRequires:  intltool
 BuildRequires:  libiw-devel
 BuildRequires:  libtool
-BuildRequires:  menu-cache-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
 BuildRequires:  wireless-tools
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libmenu-cache)
 BuildRequires:  pkgconfig(libwnck-1.0)
 Provides:       %name-plugins >= %version
 Obsoletes:      %name-plugins < %version
@@ -75,13 +69,8 @@
 %lang_package
 %prep
 %setup -q
-%patch0 -p1
-%if 0%{?suse_version} >= 1220
-%patch1 -p1
-%endif
 
 %build
-AUTOPOINT='intltoolize --automake -c' autoreconf -fi
 %configure \
        --enable-man \
        --with-plugins=all
@@ -98,47 +87,51 @@
 %files
 %defattr(-,root,root,0755)
 %doc ChangeLog README COPYING
-%{_bindir}/lxpanel
+%{_bindir}/%{name}
 %{_bindir}/lxpanelctl
-%dir %{_libdir}/lxpanel/
-%dir %{_libdir}/lxpanel/plugins
-%dir %{_datadir}/lxpanel/
-%dir %{_datadir}/lxpanel/profile
-%dir %{_datadir}/lxpanel/profile/default
-%dir %{_datadir}/lxpanel/profile/default/panels
-%dir %{_datadir}/lxpanel/profile/two_panels
-%dir %{_datadir}/lxpanel/profile/two_panels/panels
-%dir %{_datadir}/lxpanel/ui
-%dir %{_datadir}/lxpanel/images
-%dir %{_datadir}/lxpanel/images/xkb-flags/
-%{_datadir}/lxpanel/images/xkb-flags/*.png
-%{_datadir}/lxpanel/images/*.png
-%{_datadir}/lxpanel/profile/default/config
-%{_datadir}/lxpanel/profile/default/panels/panel
-%{_datadir}/lxpanel/profile/two_panels/config
-%{_datadir}/lxpanel/profile/two_panels/panels/bottom
-%{_datadir}/lxpanel/profile/two_panels/panels/top
+%dir %{_libdir}/%{name}/
+%dir %{_libdir}/%{name}/plugins
+%dir %{_datadir}/%{name}/
+%dir %{_datadir}/%{name}/profile
+%dir %{_datadir}/%{name}/profile/default
+%dir %{_datadir}/%{name}/profile/default/panels
+%dir %{_datadir}/%{name}/profile/two_panels
+%dir %{_datadir}/%{name}/profile/two_panels/panels
+%dir %{_datadir}/%{name}/ui
+%dir %{_datadir}/%{name}/images
+%dir %{_datadir}/%{name}/images/xkb-flags/
+%dir %{_datadir}/%{name}/xkeyboardconfig
+%{_datadir}/%{name}/images/xkb-flags/*.png
+%{_datadir}/%{name}/images/*.png
+%{_datadir}/%{name}/profile/default/config
+%{_datadir}/%{name}/profile/default/panels/panel
+%{_datadir}/%{name}/profile/two_panels/config
+%{_datadir}/%{name}/profile/two_panels/panels/bottom
+%{_datadir}/%{name}/profile/two_panels/panels/top
+%{_datadir}/%{name}/xkeyboardconfig/layouts.cfg
+%{_datadir}/%{name}/xkeyboardconfig/models.cfg
+%{_datadir}/%{name}/xkeyboardconfig/toggle.cfg
 
-%{_datadir}/lxpanel/ui/*.ui
+%{_datadir}/%{name}/ui/*.ui
 %{_mandir}/man1/*.1.gz
-%{_libdir}/lxpanel/plugins/batt.so
-%{_libdir}/lxpanel/plugins/cpu.so
-%{_libdir}/lxpanel/plugins/deskno.so
-%{_libdir}/lxpanel/plugins/kbled.so
-%{_libdir}/lxpanel/plugins/netstatus.so
-%{_libdir}/lxpanel/plugins/thermal.so
-%{_libdir}/lxpanel/plugins/volumealsa.so
-%{_libdir}/lxpanel/plugins/xkb.so           
-%{_libdir}/lxpanel/plugins/cpufreq.so
-%{_libdir}/lxpanel/plugins/monitors.so
-%{_libdir}/lxpanel/plugins/netstat.so
-%{_libdir}/lxpanel/plugins/wnckpager.so
+%{_libdir}/%{name}/plugins/batt.so
+%{_libdir}/%{name}/plugins/cpu.so
+%{_libdir}/%{name}/plugins/deskno.so
+%{_libdir}/%{name}/plugins/kbled.so
+%{_libdir}/%{name}/plugins/netstatus.so
+%{_libdir}/%{name}/plugins/thermal.so
+%{_libdir}/%{name}/plugins/volumealsa.so
+%{_libdir}/%{name}/plugins/xkb.so           
+%{_libdir}/%{name}/plugins/cpufreq.so
+%{_libdir}/%{name}/plugins/monitors.so
+%{_libdir}/%{name}/plugins/netstat.so
+%{_libdir}/%{name}/plugins/wnckpager.so
 
 %files devel
 %defattr(-,root,root)
-%dir %_includedir/lxpanel
-%_includedir/lxpanel/*.h
-%_libdir/pkgconfig/lxpanel.pc
+%dir %_includedir/%{name}
+%_includedir/%{name}/*.h
+%_libdir/pkgconfig/%{name}.pc
 
 %files lang -f %name.lang
 

++++++ lxpanel-0.5.10.tar.gz -> lxpanel-0.5.12.tar.gz ++++++
++++ 74966 lines of diff (skipped)

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

Reply via email to