Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2015-03-09 10:06:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and      /work/SRC/openSUSE:Factory/.libgarcon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgarcon"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes      2013-05-06 
10:13:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2015-03-09 
10:06:45.000000000 +0100
@@ -1,0 +2,20 @@
+Sat Feb 28 21:13:31 UTC 2015 - [email protected]
+
+- update to version 0.4.0
+  - update intltool (bxo#8930)
+  - fix menu icons for misconfigured desktop files (bxo#10709)
+  - add case insensitive sorting to the menu (bxo#10594)
+  - don't force URLs to be opened in a web browser (bxo#10212)
+  - translation updates
+
+-------------------------------------------------------------------
+Wed Apr 30 20:07:08 UTC 2014 - [email protected]
+
+- update to version 0.3.0
+  - avoid direct include of garcon-menu.h
+  - add garcon_set_environment_xdg() function
+  - add a garcon-gtk library for common gtk functions
+  - bail out of creating a directory menu if it doesn't have a name
+  - translation updates
+
+-------------------------------------------------------------------

Old:
----
  garcon-0.2.1.tar.bz2

New:
----
  garcon-0.4.0.tar.bz2

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

Other differences:
------------------
++++++ libgarcon.spec ++++++
--- /var/tmp/diff_new_pack.tAivxo/_old  2015-03-09 10:06:46.000000000 +0100
+++ /var/tmp/diff_new_pack.tAivxo/_new  2015-03-09 10:06:46.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX 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,23 +17,24 @@
 
 
 %define libname libgarcon-1-0
-
 Name:           libgarcon
-Version:        0.2.1
+Version:        0.4.0
 Release:        0
 Summary:        Library Implementing the freedesktop.org Desktop Menu 
Specification
 License:        GPL-2.0+
 Group:          System/Libraries
 Url:            http://wiki.xfce.org/dev/garcon
-Source:         
http://archive.xfce.org/src/libs/garcon/0.2/garcon-%{version}.tar.bz2
+Source:         
http://archive.xfce.org/src/libs/garcon/0.4/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
[email protected] -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0:         libgarcon-x-suse-unimportant-support.patch
-BuildRequires:  gtk-doc
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk-doc)
+BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -73,6 +74,9 @@
 Summary:        Development Files for garcon
 Group:          Development/Libraries/C and C++
 Requires:       %{libname} = %{version}
+Requires:       pkgconfig(gtk+-2.0)
+Requires:       pkgconfig(libxfce4ui-1)
+Requires:       pkgconfig(libxfce4util-1.0)
 Recommends:     %{name}-doc = %{version}
 
 %description devel
@@ -90,12 +94,12 @@
 %package branding-upstream
 Summary:        Upstream Branding of garcon
 Group:          System/GUI/XFCE
+# the menu references xfce4-about.desktop
+Requires:       libxfce4ui-tools
+Supplements:    packageand(%{name}-data:branding-upstream)
 # BRAND: xfce-applications.menu: Provides the Xfce applications menu.
 Conflicts:      otherproviders(%{name}-branding)
 Provides:       %{name}-branding = %{version}
-Supplements:    packageand(%{name}-data:branding-upstream)
-# the menu references xfce4-about.desktop
-Requires:       libxfce4ui-tools
 BuildArch:      noarch
 
 %description branding-upstream
@@ -126,22 +130,19 @@
 %install
 %make_install
 
-rm -f %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang garcon %{?no_lang_C}
 
-%clean
-rm -rf %{buildroot}
-
 %post -n %{libname} -p /sbin/ldconfig
 
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING HACKING NEWS README STATUS TODO
+%doc COPYING
 %{_libdir}/libgarcon-*.so.*
 
 %files data
@@ -150,16 +151,20 @@
 %{_datadir}/desktop-directories/*.directory
 
 %files lang -f garcon.lang
+%defattr(-,root,root)
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/garcon-1
-%{_includedir}/garcon-1/garcon/
+%{_includedir}/garcon-1/
+%{_includedir}/garcon-gtk2-1/
 %{_libdir}/pkgconfig/garcon-1.pc
+%{_libdir}/pkgconfig/garcon-gtk2-1.pc
 %{_libdir}/libgarcon-1.so
+%{_libdir}/libgarcon-gtk2-1.so
 
 %files doc
 %defattr(-,root,root)
+%doc AUTHORS COPYING HACKING NEWS README STATUS TODO
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/garcon/

++++++ garcon-0.2.1.tar.bz2 -> garcon-0.4.0.tar.bz2 ++++++
++++ 29089 lines of diff (skipped)

++++++ libgarcon-x-suse-unimportant-support.patch ++++++
--- /var/tmp/diff_new_pack.tAivxo/_old  2015-03-09 10:06:46.000000000 +0100
+++ /var/tmp/diff_new_pack.tAivxo/_new  2015-03-09 10:06:46.000000000 +0100
@@ -1,7 +1,8 @@
-diff -urNp garcon-0.1.9.orig/garcon/garcon-menu-item.c 
garcon-0.1.9/garcon/garcon-menu-item.c
---- garcon-0.1.9.orig/garcon/garcon-menu-item.c        2011-09-12 
20:24:20.000000000 +0200
-+++ garcon-0.1.9/garcon/garcon-menu-item.c     2011-09-19 15:33:48.546999961 
+0200
-@@ -732,7 +732,8 @@ garcon_menu_item_new (GFile *file)
+Index: garcon-0.3.0/garcon/garcon-menu-item.c
+===================================================================
+--- garcon-0.3.0.orig/garcon/garcon-menu-item.c
++++ garcon-0.3.0/garcon/garcon-menu-item.c
+@@ -749,7 +749,8 @@ garcon_menu_item_new (GFile *file)
        icon = xfce_rc_read_entry_untranslated (rc, 
G_KEY_FILE_DESKTOP_KEY_ICON, NULL);
        path = xfce_rc_read_entry_untranslated (rc, 
G_KEY_FILE_DESKTOP_KEY_PATH, NULL);
        terminal = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_TERMINAL, FALSE);
@@ -11,7 +12,7 @@
        startup_notify = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY, FALSE)
                         || xfce_rc_read_bool_entry (rc, "X-KDE-StartupNotify", 
FALSE);
        hidden = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_HIDDEN, 
FALSE);
-@@ -912,7 +913,8 @@ garcon_menu_item_reload_from_file (Garco
+@@ -938,7 +939,8 @@ garcon_menu_item_reload_from_file (Garco
    boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_TERMINAL, 
FALSE);
    garcon_menu_item_set_requires_terminal (item, boolean);
  

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

Reply via email to