Hello community, here is the log from the commit of package lxpanel for openSUSE:Factory checked in at 2014-12-10 23:44:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lxpanel (Old) and /work/SRC/openSUSE:Factory/.lxpanel.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lxpanel" Changes: -------- --- /work/SRC/openSUSE:Factory/lxpanel/lxpanel.changes 2014-10-29 21:09:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.lxpanel.new/lxpanel.changes 2014-12-10 23:44:45.000000000 +0100 @@ -1,0 +2,8 @@ +Mon Dec 8 08:16:40 UTC 2014 - [email protected] + +- New upstream version 0.8.0 + * complete multi-monitor support + * improve and further simplify plugins API + * full changelog at http://blog.lxde.org/?p=1323 + +------------------------------------------------------------------- Old: ---- lxpanel-0.7.2.tar.xz New: ---- lxpanel-0.8.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lxpanel.spec ++++++ --- /var/tmp/diff_new_pack.IGHAhe/_old 2014-12-10 23:44:46.000000000 +0100 +++ /var/tmp/diff_new_pack.IGHAhe/_new 2014-12-10 23:44:46.000000000 +0100 @@ -17,7 +17,7 @@ Name: lxpanel -Version: 0.7.2 +Version: 0.8.0 Release: 0 Summary: Lightweight X11 desktop panel based on fbpanel License: GPL-2.0 @@ -36,6 +36,7 @@ BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(libmenu-cache) BuildRequires: pkgconfig(libwnck-1.0) +BuildRequires: pkgconfig(keybinder) Requires: menu-cache Requires: lxmenu-data Recommends: %{name}-lang @@ -58,12 +59,21 @@ For example, "lxpanelctl run" will show the Run dialog in lxpanel, and "lxpanelctl menu" will show the application menu. This is useful in key bindings provided by window managers. +%package -n liblxpanel0 +Summary: LXDE panel libraries +Group: System/Libraries + +%description -n liblxpanel0 +library for interpolability and access to the API by plugins + %package devel Summary: Devel files for %{name} Group: Development/Libraries/C and C++ -Requires: %{name} +Requires: %{name} = %{version} +Requires: liblxpanel0 = %{version} Requires: glib2-devel Requires: menu-cache-devel +Requires: pkgconfig %description devel Headers and development %{name} files. @@ -77,9 +87,15 @@ %install %makeinstall %{?_smp_mflags} +rm %{buildroot}/%{_libdir}/lxpanel/*.la %find_lang %{name} %fdupes -s %{buildroot} + +%post -n liblxpanel0 -p /sbin/ldconfig + +%postun -n liblxpanel0 -p /sbin/ldconfig + %files %defattr(-,root,root,0755) %doc ChangeLog README COPYING @@ -119,6 +135,13 @@ %dir %{_includedir}/%{name} %{_includedir}/%{name}/*.h %{_libdir}/pkgconfig/%{name}.pc +%{_libdir}/lxpanel/liblxpanel.so + +%files -n liblxpanel0 +%defattr(-,root,root) +%dir %{_libdir}/lxpanel +%{_libdir}/lxpanel/liblxpanel.so.0 +%{_libdir}/lxpanel/liblxpanel.so.0.0.0 %files lang -f %{name}.lang %defattr(-,root,root) ++++++ lxpanel-0.7.2.tar.xz -> lxpanel-0.8.0.tar.xz ++++++ ++++ 142667 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
