Hello community,

here is the log from the commit of package lxpanel for openSUSE:12.2 checked in 
at 2012-07-06 09:40:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/lxpanel (Old)
 and      /work/SRC/openSUSE:12.2/.lxpanel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lxpanel", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:12.2/lxpanel/lxpanel.changes     2012-06-25 
15:45:52.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.lxpanel.new/lxpanel.changes        2012-07-06 
09:40:34.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jun 22 12:25:38 UTC 2012 - mvysko...@opensuse.org
+
+- update to 5.10
+  * configuration for two panel layout
+  * new plugins monitor, netstat and wnckpager
+- refresh automake patch and apply on 12.2+ only
+- explicitly require menu-cache
+
+-------------------------------------------------------------------

Old:
----
  lxpanel-0.5.8-automake-1.12.patch
  lxpanel-0.5.8.tar.bz2

New:
----
  lxpanel-0.5.10-automake-1.12.patch
  lxpanel-0.5.10.tar.gz

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

Other differences:
------------------
++++++ lxpanel.spec ++++++
--- /var/tmp/diff_new_pack.q1gEJ3/_old  2012-07-06 09:40:35.000000000 +0200
+++ /var/tmp/diff_new_pack.q1gEJ3/_new  2012-07-06 09:40:35.000000000 +0200
@@ -17,16 +17,17 @@
 
 
 Name:           lxpanel
-Version:        0.5.8
+Version:        0.5.10
 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.bz2
+Source0:        %name-%version.tar.gz
 # PATCH-FIX-UPSTREAM lxpanel-0.5.8-fix-libgmodule-underlinking.patch 
g...@opensuse.org -- Link explicitly against libgmodule
 Patch0:         lxpanel-0.5.8-fix-libgmodule-underlinking.patch
-Patch1:         lxpanel-0.5.8-automake-1.12.patch
+# PATCH-FIX-UPSTREAM fix for automake 1.12
+Patch1:         lxpanel-0.5.10-automake-1.12.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  alsa-devel
 BuildRequires:  autoconf
@@ -34,14 +35,17 @@
 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(libwnck-1.0)
 Provides:       %name-plugins >= %version
 Obsoletes:      %name-plugins < %version
 Recommends:     %name-lang
+Requires:       menu-cache
 
 %description
 LXPanel is a lightweight X11 desktop panel containing:
@@ -72,7 +76,9 @@
 %prep
 %setup -q
 %patch0 -p1
+%if 0%{?suse_version} >= 1220
 %patch1 -p1
+%endif
 
 %build
 AUTOPOINT='intltoolize --automake -c' autoreconf -fi
@@ -100,6 +106,8 @@
 %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/
@@ -107,6 +115,10 @@
 %{_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
+
 %{_datadir}/lxpanel/ui/*.ui
 %{_mandir}/man1/*.1.gz
 %{_libdir}/lxpanel/plugins/batt.so
@@ -118,6 +130,9 @@
 %{_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
 
 %files devel
 %defattr(-,root,root)

++++++ lxpanel-0.5.8-automake-1.12.patch -> lxpanel-0.5.10-automake-1.12.patch 
++++++
--- /work/SRC/openSUSE:12.2/lxpanel/lxpanel-0.5.8-automake-1.12.patch   
2012-06-25 15:45:52.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.lxpanel.new/lxpanel-0.5.10-automake-1.12.patch     
2012-07-06 09:40:34.000000000 +0200
@@ -1,8 +1,8 @@
-Index: lxpanel-0.5.8/configure.ac
+Index: lxpanel-0.5.10/configure.ac
 ===================================================================
---- lxpanel-0.5.8.orig/configure.ac
-+++ lxpanel-0.5.8/configure.ac
-@@ -16,6 +16,7 @@ AC_PROG_INSTALL
+--- lxpanel-0.5.10.orig/configure.ac   2012-06-22 14:05:30.270949818 +0200
++++ lxpanel-0.5.10/configure.ac        2012-06-22 14:05:30.292949817 +0200
+@@ -16,6 +16,7 @@
  AC_PROG_LN_S
  AC_PROG_INTLTOOL(, [no-xml])
  AM_PROG_CC_C_O
@@ -10,3 +10,16 @@
  
  #Initialize libtool
  LT_PREREQ([2.2])
+Index: lxpanel-0.5.10/data/Makefile.am
+===================================================================
+--- lxpanel-0.5.10.orig/data/Makefile.am       2012-04-08 01:27:42.000000000 
+0200
++++ lxpanel-0.5.10/data/Makefile.am    2012-06-22 14:10:38.642942685 +0200
+@@ -24,7 +24,7 @@
+ ui_DATA = $(ui_in_files:.glade=.ui)
+ 
+ # Generate GtkBuilder UI files from Glade files
+-%.ui: %.glade
++.ui: %.glade
+       cp $< $@
+       $(top_builddir)/src/xml-purge $@
+ 

++++++ lxpanel-0.5.8-fix-libgmodule-underlinking.patch ++++++
--- /var/tmp/diff_new_pack.q1gEJ3/_old  2012-07-06 09:40:35.000000000 +0200
+++ /var/tmp/diff_new_pack.q1gEJ3/_new  2012-07-06 09:40:35.000000000 +0200
@@ -1,14 +1,12 @@
-Index: lxpanel-0.5.8/configure.ac
+Index: lxpanel-0.5.10/configure.ac
 ===================================================================
---- lxpanel-0.5.8.orig/configure.ac
-+++ lxpanel-0.5.8/configure.ac
-@@ -24,7 +24,8 @@ LT_INIT
- # Checks for libraries.
- pkg_modules="gtk+-2.0 >= 2.12.0 \
+--- lxpanel-0.5.10.orig/configure.ac   2012-06-10 23:22:21.000000000 +0200
++++ lxpanel-0.5.10/configure.ac        2012-06-22 13:48:22.591973587 +0200
+@@ -40,6 +40,7 @@
+ pkg_modules="$pkg_modules \
               gio-unix-2.0 \
--             gthread-2.0"
-+             gthread-2.0 \
-+             gmodule-2.0"
+              gthread-2.0 \
++             gmodule-2.0 \
+              libmenu-cache"
  #             libstartup-notification-1.0"
  PKG_CHECK_MODULES(PACKAGE, [$pkg_modules])
- AC_SUBST(PACKAGE_CFLAGS)

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

Reply via email to