Hello community, here is the log from the commit of package libxfce4ui for openSUSE:Factory checked in at 2012-05-08 11:48:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxfce4ui (Old) and /work/SRC/openSUSE:Factory/.libxfce4ui.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libxfce4ui", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libxfce4ui/libxfce4ui.changes 2012-04-17 21:59:55.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libxfce4ui.new/libxfce4ui.changes 2012-05-08 11:48:54.000000000 +0200 @@ -1,0 +2,46 @@ +Thu May 3 11:50:35 UTC 2012 - gber@opensuse.org + +- fix license of libxfce4ui-tools (bnc#760492) + +------------------------------------------------------------------- +Sun Apr 29 07:47:13 UTC 2012 - gber@opensuse.org + +- update to version 4.10.0 + - update contributor credits + - enable startup notification in xfce4-appfinder shortcuts + - translation updates +- make libxfce4ui-1-0 depend on exo-tools, it uses exo-open + +------------------------------------------------------------------- +Sat Apr 14 09:33:39 UTC 2012 - gber@opensuse.org + +- update to version 4.9.2 + - increase gtk and glib versions + - bump 4util dependency + - remove unused function prototype + - translation updates + +------------------------------------------------------------------- +Sun Apr 8 09:40:57 UTC 2012 - gber@opensuse.org + +- update to version 4.9.1 + - open docs.xfce.org when Help in xfce4-about is clicked + - cache header icons and avoid large icons in XfceTitledDialog + - restore glade directory information in .pc file + - update translator credits + - a lot of improvements in the shortcuts code + - add Alt + F1 as a shortcut for applications menu + - remove unused code from the internal header widget + - add xfce4-about from xfce-utils package + - use xdt-csource instead of exo-csource, depend on xdt 4.9.0 + - update to new xfce4-appfinder commands + - fix build against 3.9 Glade + - add shortcuts for XF86WWW and XF86Mail + - simplify the xfce_gdk_screen_get_active fucntion + - add xfce_dialog_show_help function + - translation updates +- dropped libxfce4ui-fix-shortcut-handling.patch which is not + applicable any more +- split off -tools subpackage + +------------------------------------------------------------------- Old: ---- libxfce4ui-4.8.1.tar.bz2 libxfce4ui-fix-shortcut-handling.patch New: ---- libxfce4ui-4.10.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxfce4ui.spec ++++++ --- /var/tmp/diff_new_pack.Vvj25H/_old 2012-05-08 11:48:55.000000000 +0200 +++ /var/tmp/diff_new_pack.Vvj25H/_new 2012-05-08 11:48:55.000000000 +0200 @@ -19,17 +19,16 @@ %define libname libxfce4ui-1-0 Name: libxfce4ui -Version: 4.8.1 +Version: 4.10.0 Release: 0 Summary: Widgets Library for the Xfce Desktop Environment License: LGPL-2.1+ Group: System/Libraries Url: http://www.xfce.org/ -Source0: http://archive.xfce.org/src/xfce/libxfce4ui/4.8/%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM libxfce4ui-fix-shortcut-handling.patch rh#768704 gber@opensuse.org -- Normalizes string representation of keyboard shortcuts before comparing them in the libxfce4kbd-private shortcut matching code -Patch0: libxfce4ui-fix-shortcut-handling.patch +Source0: http://archive.xfce.org/src/xfce/libxfce4ui/4.10/%{name}-%{version}.tar.bz2 BuildRequires: gtk-doc BuildRequires: intltool +BuildRequires: update-desktop-files BuildRequires: pkgconfig(gladeui-1.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gtk+-2.0) @@ -47,16 +46,27 @@ Summary: Widgets Library for the Xfce Desktop Environment License: LGPL-2.1+ Group: System/Libraries -# -branding is not really a dependency but it must be dragged in at a low level +# uses exo-open +Requires: exo-tools +# -branding only contains keyboard shortcuts for some libxfce4ui consumers so +# it is not really a dependency but it must be dragged in at a low level Recommends: %{name}-branding = %{version} -Provides: %{name} = %{version} -Obsoletes: %{name} <= 4.8.1 +Provides: libxfce4ui = %{version} +Obsoletes: libxfce4ui <= 4.8.1 Recommends: %{name}-lang = %{version} %description -n %{libname} The libxfce4ui library provides a number of widgets commonly used by Xfce applications. +%package tools +Summary: Tools from libxfce4ui +License: GPL-2.0+ +Group: System/GUI/XFCE + +%description tools +This package provides tools from libxfce4ui. + %package -n glade3-catalog-libxfce4ui Summary: Glade Catalog for libxfce4ui License: LGPL-2.1+ @@ -118,12 +128,12 @@ %prep %setup -q -%patch0 -p1 %build export CFLAGS="%{optflags} -fno-strict-aliasing" %configure \ --enable-startup-notification \ + --with-vendor-info=openSUSE \ --enable-gtk-doc \ --disable-static make %{?_smp_mflags} V=1 @@ -135,6 +145,8 @@ rm -f %{buildroot}%{_libdir}/libglade/2.0/*.la rm -f %{buildroot}%{_libdir}/glade3/modules/*.la +%suse_update_desktop_file xfce4-about -r X-XFCE X-Xfce-Toplevel + # remove unsupported locales rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK} @@ -147,6 +159,14 @@ %postun -n %{libname} -p /sbin/ldconfig +%post tools +%desktop_database_post +%icon_theme_cache_post + +%postun tools +%desktop_database_postun +%icon_theme_cache_postun + %files -n %{libname} %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO @@ -172,6 +192,12 @@ %dir %{_includedir}/xfce4/libxfce4kbd-private-2 %{_includedir}/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/ +%files tools +%defattr(-, root, root) +%{_bindir}/xfce4-about +%{_datadir}/applications/xfce4-about.desktop +%{_datadir}/icons/hicolor/48x48/apps/xfce4-logo.png + %files doc %defattr(-, root, root) %doc %{_datadir}/gtk-doc/html/libxfce4ui/ ++++++ libxfce4ui-4.8.1.tar.bz2 -> libxfce4ui-4.10.0.tar.bz2 ++++++ ++++ 34834 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org