commit libgarcon for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2019-07-31 14:31:09

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new.4126 (New)


Package is "libgarcon"

Wed Jul 31 14:31:09 2019 rev:31 rq:719859 version:0.6.4

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2019-03-18 
10:42:03.619221559 +0100
+++ /work/SRC/openSUSE:Factory/.libgarcon.new.4126/libgarcon.changes
2019-07-31 14:31:16.98567 +0200
@@ -1,0 +2,17 @@
+Sat Jul 27 15:23:04 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 0.6.4
+  * Update gitignore
+  * Fix use after free crash (bxo#15679)
+  * Translation updates
+- Removed %defattr macros
+- Use %make_build
+
+---
+Sun Jun 30 22:42:45 UTC 2019 - Marcel Kuehlhorn 
+
+- Update to version 0.6.3
+  * Fix g_type_class_add_private deprecation in recent GLib
+  * Translation Updates
+
+---

Old:

  garcon-0.6.2.tar.bz2

New:

  garcon-0.6.4.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.0SM2Em/_old  2019-07-31 14:31:17.617999135 +0200
+++ /var/tmp/diff_new_pack.0SM2Em/_new  2019-07-31 14:31:17.621999132 +0200
@@ -18,7 +18,7 @@
 
 %define libname libgarcon-1-0
 Name:   libgarcon
-Version:0.6.2
+Version:0.6.4
 Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 License:GPL-2.0-or-later
@@ -37,7 +37,6 @@
 BuildRequires:  pkgconfig(gtk-doc)
 BuildRequires:  pkgconfig(libxfce4ui-1)
 BuildRequires:  pkgconfig(libxfce4util-1.0)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Garcon is a library based on GLib and GIO which implements the freedesktop.org
@@ -123,7 +122,7 @@
 %configure \
   --disable-static \
   --enable-gtk-doc
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -139,22 +138,18 @@
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
-%defattr(-,root,root)
 %license COPYING
 %{_libdir}/libgarcon-1.so.*
 %{_libdir}/libgarcon-gtk2-1.so.*
 %{_libdir}/libgarcon-gtk3-1.so.*
 
 %files data
-%defattr(-,root,root)
 %dir %{_datadir}/desktop-directories
 %{_datadir}/desktop-directories/*.directory
 
 %files lang -f garcon.lang
-%defattr(-,root,root)
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/garcon-1/
 %{_includedir}/garcon-gtk2-1/
 %{_includedir}/garcon-gtk3-1/
@@ -166,7 +161,6 @@
 %{_libdir}/libgarcon-gtk3-1.so
 
 %files doc
-%defattr(-,root,root)
 %doc AUTHORS HACKING NEWS README STATUS TODO
 %license COPYING
 %dir %{_datadir}/gtk-doc
@@ -174,7 +168,6 @@
 %doc %{_datadir}/gtk-doc/html/garcon/
 
 %files branding-upstream
-%defattr(-,root,root)
 %dir %{_sysconfdir}/xdg/menus
 %{_sysconfdir}/xdg/menus/xfce-applications.menu
 

++ garcon-0.6.2.tar.bz2 -> garcon-0.6.4.tar.bz2 ++
 21178 lines of diff (skipped)




commit libgarcon for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2019-03-18 10:42:02

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new.28833 (New)


Package is "libgarcon"

Mon Mar 18 10:42:02 2019 rev:30 rq:685581 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2019-01-08 
12:30:02.312170067 +0100
+++ /work/SRC/openSUSE:Factory/.libgarcon.new.28833/libgarcon.changes   
2019-03-18 10:42:03.619221559 +0100
@@ -1,0 +2,5 @@
+Sat Mar 16 13:46:13 UTC 2019 - Maurizio Galli 
+
+- Switched URL and Source to https:// in the spec file.` 
+
+---



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.iJvIBC/_old  2019-03-18 10:42:04.695220245 +0100
+++ /var/tmp/diff_new_pack.iJvIBC/_new  2019-03-18 10:42:04.699220239 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,10 +21,10 @@
 Version:0.6.2
 Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
-Url:http://wiki.xfce.org/dev/garcon
-Source: 
http://archive.xfce.org/src/libs/garcon/0.6/garcon-%{version}.tar.bz2
+Url:https://wiki.xfce.org/dev/garcon
+Source: 
https://archive.xfce.org/src/libs/garcon/0.6/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
 BuildRequires:  fdupes




commit libgarcon for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2019-01-08 12:27:26

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new.28833 (New)


Package is "libgarcon"

Tue Jan  8 12:27:26 2019 rev:29 rq:662521 version:0.6.2

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2017-08-24 
18:41:39.364189716 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new.28833/libgarcon.changes   
2019-01-08 12:30:02.312170067 +0100
@@ -1,0 +2,16 @@
+Wed Jan  2 16:33:36 UTC 2019 - Maurizio Galli 
+
+- update to version 0.6.2
+  - Fix some menu icons are too big (bxo#13785)
+  - Support composite XDG_CURRENT_DESKTOP (bxo#14137)
+  - Decrement allocation counter on item unref (bxo#12700)
+  - Replace hash table for application actions with a list
+  - Support for freedesktop Keyword item (bxo#10683)
+  - garcon-gtk2-1.pc should be optional.
+  - Fix documentation generation
+  - Fix make distcheck build
+  - Fix some autogen warnings
+  - Update dependencies and copyright
+  - Translation Updates
+ 
+---

Old:

  garcon-0.6.1.tar.bz2

New:

  garcon-0.6.2.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.Ja7DUh/_old  2019-01-08 12:30:02.900169427 +0100
+++ /var/tmp/diff_new_pack.Ja7DUh/_new  2019-01-08 12:30:02.908169418 +0100
@@ -18,7 +18,7 @@
 
 %define libname libgarcon-1-0
 Name:   libgarcon
-Version:0.6.1
+Version:0.6.2
 Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 License:GPL-2.0+
@@ -140,7 +140,7 @@
 
 %files -n %{libname}
 %defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{_libdir}/libgarcon-1.so.*
 %{_libdir}/libgarcon-gtk2-1.so.*
 %{_libdir}/libgarcon-gtk3-1.so.*
@@ -167,7 +167,8 @@
 
 %files doc
 %defattr(-,root,root)
-%doc AUTHORS COPYING HACKING NEWS README STATUS TODO
+%doc AUTHORS HACKING NEWS README STATUS TODO
+%license COPYING
 %dir %{_datadir}/gtk-doc
 %dir %{_datadir}/gtk-doc/html
 %doc %{_datadir}/gtk-doc/html/garcon/

++ garcon-0.6.1.tar.bz2 -> garcon-0.6.2.tar.bz2 ++
 20071 lines of diff (skipped)




commit libgarcon for openSUSE:Factory

2017-08-24 Thread root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2017-08-24 18:41:36

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new (New)


Package is "libgarcon"

Thu Aug 24 18:41:36 2017 rev:28 rq:512212 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2015-03-09 
10:06:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2017-08-24 
18:41:39.364189716 +0200
@@ -1,0 +2,37 @@
+Wed Jul 19 12:26:09 UTC 2017 - seife+...@b1-systems.com
+
+- update to version 0.6.1
+  - Remove extraneous libxfce4ui-1 check
+  - Fix garcon-2 reference bxo#13543
+  - Drop libgarcon-2
+  - Make building garcon-gtk2 optional
+  - Translation updates
+
+---
+Wed Jul 19 12:26:08 UTC 2017 - jeng...@inai.de
+
+- RPM group fix.
+- Run fdupes over all of /usr.
+
+---
+Wed Apr 19 21:27:51 UTC 2017 - seife+...@b1-systems.com
+
+- update to version 0.6.0
+  - Fix left-alignment of labels in menuitems
+  - garcon-gtk: Add an option to edit launchers
+  - Desktop actions custom icon support
+  - Show desktop actions in a submenu
+  - Added desktop actions support (bxo#11268)
+  - Don't add a placeholder menu (bxo#11626)
+  - Fix assertion 'GTK_IS_WIDGET (widget)' failed.
+  - Fix missing menus when all items are in submenus (bxo#11801)
+  - Translation updates
+
+---
+Sun Dec 25 16:12:00 UTC 2016 - seife+...@b1-systems.com
+
+- update to version 0.5.0
+  - port to GTK3
+- add libgarcon-2-0 subpackage with GTK3 version
+
+---

Old:

  garcon-0.4.0.tar.bz2

New:

  garcon-0.6.1.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.0syMEK/_old  2017-08-24 18:41:40.364048858 +0200
+++ /var/tmp/diff_new_pack.0syMEK/_new  2017-08-24 18:41:40.384046041 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,15 +18,16 @@
 
 %define libname libgarcon-1-0
 Name:   libgarcon
-Version:0.4.0
+Version:0.6.1
 Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 License:GPL-2.0+
-Group:  System/Libraries
+Group:  Development/Libraries/C and C++
 Url:http://wiki.xfce.org/dev/garcon
-Source: 
http://archive.xfce.org/src/libs/garcon/0.4/garcon-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/libs/garcon/0.6/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
+BuildRequires:  fdupes
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
@@ -47,8 +48,8 @@
 
 %package -n %{libname}
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
-Group:  System/Libraries
 # uses exo-open
+Group:  System/Libraries
 Requires:   exo-tools
 # contains just menu data that needs to be dragged in at a low level
 Recommends: %{name}-data
@@ -74,9 +75,6 @@
 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
@@ -93,8 +91,8 @@
 
 %package branding-upstream
 Summary:Upstream Branding of garcon
-Group:  System/GUI/XFCE
 # the menu references xfce4-about.desktop
+Group:  System/GUI/XFCE
 Requires:   libxfce4ui-tools
 Supplements:packageand(%{name}-data:branding-upstream)
 # BRAND: xfce-applications.menu: Provides the Xfce applications menu.
@@ -135,15 +133,17 @@
 rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
 
 %find_lang garcon %{?no_lang_C}
+%fdupes %{buildroot}/%{_prefix}
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}
 %defattr(-,root,root)
 %doc COPYING
-%{_libdir}/libgarcon-*.so.*
+%{_libdir}/libgarcon-1.so.*
+%{_libdir}/libgarcon-gtk

commit libgarcon for openSUSE:Factory

2015-03-09 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2015-03-09 
10:06:45.0 +0100
@@ -1,0 +2,20 @@
+Sat Feb 28 21:13:31 UTC 2015 - g...@opensuse.org
+
+- 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 - g...@opensuse.org
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.tAivxo/_new  2015-03-09 10:06:46.0 +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 
g...@opensuse.org -- 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/
+%{_inc

commit libgarcon for openSUSE:Factory

2013-05-06 Thread h_root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2013-05-06 10:13:49

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  2012-05-08 
11:48:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2013-05-06 
10:13:50.0 +0200
@@ -1,0 +2,11 @@
+Sun May  5 19:17:57 UTC 2013 - g...@opensuse.org
+
+- update to version 0.2.1
+  - g_thread_init is deprecated since glib 2.32
+  - remove unmaintained translations
+  - fix deprecating warnings in tests
+  - use new mutex locking api if available
+  - autotools updates
+  - translation updates
+
+---

Old:

  garcon-0.2.0.tar.bz2

New:

  garcon-0.2.1.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.pOpjjb/_old  2013-05-06 10:13:51.0 +0200
+++ /var/tmp/diff_new_pack.pOpjjb/_new  2013-05-06 10:13:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# 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
@@ -19,7 +19,7 @@
 %define libname libgarcon-1-0
 
 Name:   libgarcon
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 License:GPL-2.0+

++ garcon-0.2.0.tar.bz2 -> garcon-0.2.1.tar.bz2 ++
 10111 lines of diff (skipped)

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



commit libgarcon for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2012-05-08 11:48:47

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new (New)


Package is "libgarcon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2012-04-17 
21:59:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2012-05-08 
11:48:50.0 +0200
@@ -1,0 +2,35 @@
+Sun Apr 29 07:59:59 UTC 2012 - g...@opensuse.org
+
+- update to version 0.2.0
+  - updates for xfce4-run.desktop
+  - remove xfhelp4.desktop from the menu
+  - add debugging for file monitoring and reloading
+  - reduce signal emission on delete events
+  - translation updates
+- make libgarcon-1-0 depend on exo-tools, it uses exo-open for
+  Type=Link items
+- make libgarcon-branding-upstream depend on libxfce4ui-tools since
+  the included menu references xfce4-about.desktop
+
+---
+Fri Apr 27 10:36:23 UTC 2012 - g...@opensuse.org
+
+- make the libgarcon-1-0 recommend -data which in turn requires
+  -branding rather than recommending -branding
+
+---
+Sat Apr 14 14:37:29 UTC 2012 - g...@opensuse.org
+
+- make -branding packages depend on -data and not the other way
+  around
+- make libgarcon-1-0 recommend -branding
+
+---
+Sat Apr 14 09:40:28 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.12
+  - add missing or fix incorrect licenses
+  - fix segfault if null is set
+  - translation updates
+
+---

Old:

  garcon-0.1.11.tar.bz2

New:

  garcon-0.2.0.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.8C1oet/_old  2012-05-08 11:48:51.0 +0200
+++ /var/tmp/diff_new_pack.8C1oet/_new  2012-05-08 11:48:51.0 +0200
@@ -19,13 +19,13 @@
 %define libname libgarcon-1-0
 
 Name:   libgarcon
-Version:0.1.11
+Version:0.2.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.1/garcon-%{version}.tar.bz2
+Source: 
http://archive.xfce.org/src/libs/garcon/0.2/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
 BuildRequires:  gtk-doc
@@ -47,6 +47,9 @@
 %package -n %{libname}
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Group:  System/Libraries
+# uses exo-open
+Requires:   exo-tools
+# contains just menu data that needs to be dragged in at a low level
 Recommends: %{name}-data
 
 %description -n %{libname}
@@ -59,8 +62,8 @@
 %package data
 Summary:Data Files for garcon
 Group:  System/GUI/XFCE
-Recommends: %{name}-lang = %{version}
 Requires:   %{name}-branding = %{version}
+Recommends: %{name}-lang = %{version}
 BuildArch:  noarch
 
 %description data
@@ -91,6 +94,8 @@
 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

++ garcon-0.1.11.tar.bz2 -> garcon-0.2.0.tar.bz2 ++
 3962 lines of diff (skipped)

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



commit libgarcon for openSUSE:Factory

2012-02-16 Thread h_root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2012-02-16 16:17:55

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new (New)


Package is "libgarcon", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libgarcon/libgarcon.changes  2011-10-16 
12:56:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgarcon.new/libgarcon.changes 2012-02-16 
16:17:57.0 +0100
@@ -1,0 +2,8 @@
+Sun Feb 12 22:38:22 UTC 2012 - g...@opensuse.org
+
+- update to version 0.1.10
+  - add hardware and personal directories
+  - support Link desktop types
+  - translation updates
+
+---

Old:

  garcon-0.1.9.tar.bz2

New:

  garcon-0.1.10.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.VxpfWU/_old  2012-02-16 16:17:58.0 +0100
+++ /var/tmp/diff_new_pack.VxpfWU/_new  2012-02-16 16:17:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libgarcon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:   libgarcon
-Version:0.1.9
-Release:1
-License:GPL-2.0+
+Version:0.1.10
+Release:0
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
-Url:http://wiki.xfce.org/dev/garcon
+License:GPL-2.0+
 Group:  System/Libraries
+Url:http://wiki.xfce.org/dev/garcon
 Source: 
http://archive.xfce.org/src/libs/garcon/0.1/garcon-%{version}.tar.bz2
 # PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
@@ -57,7 +56,6 @@
 as Alacarte and also supports merging.
 
 %package devel
-License:GPL-2.0+
 Summary:Development files for garcon
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
@@ -70,7 +68,6 @@
 Garcon.
 
 %package doc
-License:GPL-2.0+
 Summary:Documentation for garcon
 Group:  Documentation/HTML
 Requires:   %{libname} = %{version}
@@ -80,7 +77,6 @@
 This package include the documentation for Garcon.
 
 %package branding-upstream
-License:GPL-2.0+
 Summary:Upstream Branding of %{libname}
 Group:  System/GUI/XFCE
 # BRAND: xfce-applications.menu: Provides the Xfce applications menu.

++ garcon-0.1.9.tar.bz2 -> garcon-0.1.10.tar.bz2 ++
 15431 lines of diff (skipped)

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



commit libgarcon for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory 
checked in at 2011-12-06 18:23:35

Comparing /work/SRC/openSUSE:Factory/libgarcon (Old)
 and  /work/SRC/openSUSE:Factory/.libgarcon.new (New)


Package is "libgarcon", Maintainer is ""

Changes:




Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.Q9TuzP/_old  2011-12-06 18:41:25.0 +0100
+++ /var/tmp/diff_new_pack.Q9TuzP/_new  2011-12-06 18:41:25.0 +0100
@@ -20,7 +20,7 @@
 Name:   libgarcon
 Version:0.1.9
 Release:1
-License:GPLv2+
+License:GPL-2.0+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Url:http://wiki.xfce.org/dev/garcon
 Group:  System/Libraries
@@ -57,7 +57,7 @@
 as Alacarte and also supports merging.
 
 %package devel
-License:GPLv2+
+License:GPL-2.0+
 Summary:Development files for garcon
 Group:  Development/Libraries/C and C++
 Requires:   %{libname} = %{version}
@@ -70,7 +70,7 @@
 Garcon.
 
 %package doc
-License:GPLv2+
+License:GPL-2.0+
 Summary:Documentation for garcon
 Group:  Documentation/HTML
 Requires:   %{libname} = %{version}
@@ -80,7 +80,7 @@
 This package include the documentation for Garcon.
 
 %package branding-upstream
-License:GPLv2+
+License:GPL-2.0+
 Summary:Upstream Branding of %{libname}
 Group:  System/GUI/XFCE
 # BRAND: xfce-applications.menu: Provides the Xfce applications menu.

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



commit libgarcon for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Sun Oct 16 12:52:59 CEST 2011.




--- openSUSE:Factory/libgarcon/libgarcon.changes2011-09-23 
02:08:16.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-10-14 
18:01:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 14 15:56:18 UTC 2011 - g...@opensuse.org
+
+- recommend -doc subpackage
+
+---

calling whatdependson for head-i586




Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.dCMtRi/_old  2011-10-16 12:52:51.0 +0200
+++ /var/tmp/diff_new_pack.dCMtRi/_new  2011-10-16 12:52:51.0 +0200
@@ -63,6 +63,7 @@
 Requires:   %{libname} = %{version}
 Requires:   pkgconfig(glib-2.0)
 Requires:   pkgconfig(gtk+-2.0)
+Recommends: %{name}-doc = %{version}
 
 %description devel
 This package contains the files needed for developing applications based on

continue with "q"...



Remember to have fun...

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



commit libgarcon for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Wed Sep 21 17:10:32 CEST 2011.




--- libgarcon/libgarcon.changes 2011-06-19 16:44:27.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-09-19 
15:41:05.0 +0200
@@ -1,0 +2,16 @@
+Mon Sep 19 13:17:00 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.9
+  - rename Network category to Internet
+  - queue multiple reload-required signals
+  - speedup a number of critical code-paths
+  - use GSList instead of GList where possible
+  - Use XfceRc instead of GKeyFile, this makes garcon depend on
+libxfce4util, but is faster and more memory efficient.
+  - return an error string instead of freeing it, causing a sefgault
+in xfce4-panel
+  - do not decrement the internal refcount of items, this should
+fixed the usage of 
+  - translations updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.8.tar.bz2

New:

  garcon-0.1.9.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.j7nqY5/_old  2011-09-21 17:10:21.0 +0200
+++ /var/tmp/diff_new_pack.j7nqY5/_new  2011-09-21 17:10:21.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgarcon
-Version:0.1.8
+Version:0.1.9
 Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
@@ -31,6 +31,7 @@
 BuildRequires:  intltool
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(libxfce4util-1.0)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %define libname libgarcon-1-0
@@ -44,7 +45,6 @@
 
 %package -n %{libname}
 
-
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Group:  System/Libraries
 Requires:   %{name}-branding >= %{version}

++ garcon-0.1.8.tar.bz2 -> garcon-0.1.9.tar.bz2 ++
 6752 lines of diff (skipped)

++ libgarcon-x-suse-unimportant-support.patch ++
--- /var/tmp/diff_new_pack.j7nqY5/_old  2011-09-21 17:10:21.0 +0200
+++ /var/tmp/diff_new_pack.j7nqY5/_new  2011-09-21 17:10:21.0 +0200
@@ -1,13 +1,23 @@
-diff -ur garcon-0.1.4.orig/garcon/garcon-menu-item.c 
garcon-0.1.4/garcon/garcon-menu-item.c
 garcon-0.1.4.orig/garcon/garcon-menu-item.c2010-12-05 
15:32:47.0 +0100
-+++ garcon-0.1.4/garcon/garcon-menu-item.c 2010-12-21 14:34:49.0 
+0100
-@@ -750,7 +750,8 @@
-   icon = GET_KEY (string, G_KEY_FILE_DESKTOP_KEY_ICON);
-   path = GET_KEY (string, G_KEY_FILE_DESKTOP_KEY_PATH);
-   terminal = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_TERMINAL);
--  no_display = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY);
-+  no_display = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY)
-+   || GET_KEY (boolean, "X-SuSE-Unimportant");
-   startup_notify = GET_KEY (boolean, 
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY)
-|| GET_KEY (boolean, "X-KDE-StartupNotify");
-   hidden = GET_KEY (boolean, G_KEY_FILE_DESKTOP_KEY_HIDDEN);
+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.c2011-09-12 
20:24:20.0 +0200
 garcon-0.1.9/garcon/garcon-menu-item.c 2011-09-19 15:33:48.54661 
+0200
+@@ -732,7 +732,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);
+-  no_display = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, FALSE);
++  no_display = xfce_rc_read_bool_entry (rc, 
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, FALSE)
++   || xfce_rc_read_bool_entry (rc, "X-SuSE-Unimportant", 
FALSE);
+   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
+   boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_TERMINAL, 
FALSE);
+   garcon_menu_item_set_requires_terminal (item, boolean);
+ 
+-  boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, 
FALSE);
++  boolean = xfce_rc_read_bool_entry (rc, G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY, 
FALSE)
++|| xfce_rc_read_bool_entry (rc, "X-SuSE-Unimportant", FALSE);
+   garcon_menu_item_set_no_display (item, boolean);
+ 
+   boole

commit libgarcon for openSUSE:Factory

2011-06-20 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Mon Jun 20 10:31:12 CEST 2011.




--- libgarcon/libgarcon.changes 2011-04-16 12:45:07.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-06-19 
16:44:27.0 +0200
@@ -1,0 +2,9 @@
+Sun Jun 19 14:39:05 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.8
+  - removed the science toplevel category
+  - handle local desktop file loading directly
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.7.tar.bz2

New:

  garcon-0.1.8.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.hyJXTX/_old  2011-06-20 09:47:27.0 +0200
+++ /var/tmp/diff_new_pack.hyJXTX/_new  2011-06-20 09:47:27.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgarcon
-Version:0.1.7
+Version:0.1.8
 Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification

++ garcon-0.1.7.tar.bz2 -> garcon-0.1.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.7/ChangeLog new/garcon-0.1.8/ChangeLog
--- old/garcon-0.1.7/ChangeLog  2011-04-16 12:01:43.0 +0200
+++ new/garcon-0.1.8/ChangeLog  2011-06-19 15:35:21.0 +0200
@@ -1,3 +1,181 @@
+commit 592d5c3390d9bc5cbd66eb5d96a878162c9e221c
+Author: Nick Schermer 
+Date:   Sun Jun 19 15:35:00 2011 +0200
+
+Updates for release.
+
+commit 2e5a4a70844b7c5e03029af32b38e9bec83a4b3a
+Author: Nick Schermer 
+Date:   Sun Jun 19 15:30:18 2011 +0200
+
+Remove the science toplevel category (bug #1038).
+
+commit c22e3fea9453a08d0513c8306f66442fac64bc36
+Author: Nick Schermer 
+Date:   Sun Jun 19 15:12:13 2011 +0200
+
+Fix merging parent menu file (bug #7169).
+
+commit f8fddd91f726218935bb417fef8550b6f9c0bf00
+Author: Pjotr Anon 
+Date:   Fri Jun 17 12:11:08 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 84065e78a3932dfe3ed9a62d21d9bfe9ced76d55
+Author: Nick Schermer 
+Date:   Sun Jun 5 20:48:03 2011 +0200
+
+Handle local desktop file loading directly.
+
+This is a tiny bit faster and uses less memory.
+
+commit 3d3e623ac9e8fa1e03f74143c8bcfb9f0dd752a0
+Author: Nick Schermer 
+Date:   Thu Jun 2 12:03:08 2011 +0200
+
+Don't unref NULL file in GarconMenuDirectory.
+
+commit a3f79532450bb741a9551665a6dfdb4b7501d02a
+Author: Pjotr Anon 
+Date:   Thu May 26 17:23:27 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit dce9e68ca0cdfb6e23e8cb7ac4b707e867abe9b3
+Author: Pjotr Anon 
+Date:   Thu May 26 17:15:39 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 4f1b0cb631adc16f8e4c044c45157961371083e2
+Author: Pjotr Anon 
+Date:   Wed May 25 11:01:32 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit dfdc6215d66e221baeedd77211db7fdf03ddd0cb
+Author: Pjotr Anon 
+Date:   Wed May 25 10:30:17 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 34bb0620dd84ad50345c07b54111937e33e46156
+Author: Ričardas Vasiulis 
+Date:   Wed May 18 19:32:15 2011 +0200
+
+l10n: Updated Lithuanian (lt) translation to 96%
+
+New status: 28 messages complete with 1 fuzzy and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 51818aa7424e1292d7b5583bb758b69a83301736
+Author: Pjotr Anon 
+Date:   Mon May 9 18:04:49 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit db6235258c85166184a0306105d67619696cdce7
+Author: Pjotr Anon 
+Date:   Mon May 9 11:58:58 2011 +0200
+
+l10n: Updated Dutch (Flemish) (nl) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit

commit libgarcon for openSUSE:Factory

2011-05-16 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Mon May 16 10:30:12 CEST 2011.




--- libgarcon/libgarcon.changes 2011-04-06 22:41:12.0 +0200
+++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes2011-04-16 
12:45:07.0 +0200
@@ -1,0 +2,7 @@
+Sat Apr 16 10:32:22 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.7
+  - respect XDG priorities when returning the menu file (bxo#7470)
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.6.tar.bz2

New:

  garcon-0.1.7.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.XB7djK/_old  2011-05-16 10:29:33.0 +0200
+++ /var/tmp/diff_new_pack.XB7djK/_new  2011-05-16 10:29:33.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   libgarcon
-Version:0.1.6
+Version:0.1.7
 Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification

++ garcon-0.1.6.tar.bz2 -> garcon-0.1.7.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/ChangeLog new/garcon-0.1.7/ChangeLog
--- old/garcon-0.1.6/ChangeLog  2011-04-06 18:44:31.0 +0200
+++ new/garcon-0.1.7/ChangeLog  2011-04-16 12:01:43.0 +0200
@@ -1,3 +1,47 @@
+commit 5a7ef3ffc30e05fa43f054888f9b681fa220be23
+Author: Nick Schermer 
+Date:   Sat Apr 16 12:01:21 2011 +0200
+
+Updates for release.
+
+commit 62ec543886a724d1956bacf0887e0faa2ec011e3
+Author: Lionel Le Folgoc 
+Date:   Thu Apr 7 10:12:18 2011 +0200
+
+Respect XDG priorities when returning the menu file (Bug #7470)
+
+799e206b introduced a fallback that is supposed to try
+SYSCONFIGDIR/menus/xfce-applications.menu when no menu file was found in
+$XDG_CONFIG_DIRS. However, this doesn't work as expected, as
+SYSCONFIGDIR/menus/xfce-applications.menu is always returned instead, and
+overrides any menu in $XDG_CONFIG_DIRS.
+
+commit 62235e6787cc3f43e01987773610909d938c2de4
+Author: Michal Löffler 
+Date:   Sun Apr 10 22:32:09 2011 +0200
+
+l10n: Updated Slovak (sk) translation to 100%
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 720760fc31eb777fc196051be7b8877f7d24cb3d
+Author: Michal Löffler 
+Date:   Sun Apr 10 22:06:45 2011 +0200
+
+l10n: slovak translation
+
+New status: 29 messages complete with 0 fuzzies and 0 untranslated.
+
+Transmitted-via: Transifex (translations.xfce.org).
+
+commit 0e51f2784a30ab1b0dc9827329010bdd731e8a5e
+Author: Nick Schermer 
+Date:   Wed Apr 6 18:44:57 2011 +0200
+
+Post release tag bump.
+
 commit 63c434a3fff873740759e42acdb3d61877995499
 Author: Nick Schermer 
 Date:   Wed Apr 6 18:42:47 2011 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/NEWS new/garcon-0.1.7/NEWS
--- old/garcon-0.1.6/NEWS   2011-04-06 18:44:19.0 +0200
+++ new/garcon-0.1.7/NEWS   2011-04-16 12:01:30.0 +0200
@@ -1,3 +1,9 @@
+0.1.7
+=
+- Respect XDG priorities when returning the menu file (Bug #7470).
+- Translation updates: Slovak.
+
+
 0.1.6
 =
 - Add  to xfce-applications.menu.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/garcon-0.1.6/configure new/garcon-0.1.7/configure
--- old/garcon-0.1.6/configure  2011-04-06 18:44:25.0 +0200
+++ new/garcon-0.1.7/configure  2011-04-16 12:01:37.0 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.in 63c434a.
+# From configure.in 5a7ef3f.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for garcon 0.1.6.
+# Generated by GNU Autoconf 2.68 for garcon 0.1.7.
 #
 # Report bugs to .
 #
@@ -573,8 +573,8 @@
 # Identity of this package.
 PACKAGE_NAME='garcon'
 PACKAGE_TARNAME='garcon'
-PACKAGE_VERSION='0.1.6'
-PACKAGE_STRING='garcon 0.1.6'
+PACKAGE_VERSION='0.1.7'
+PACKAGE_STRING='garcon 0.1.7'
 PACKAGE_BUGREPORT='http://bugzilla.xfce.org/'
 PACKAGE_URL=''
 
@@ -1400,7 +1400,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures garcon 0.1.6 to adapt to many kinds of systems.
+\`configure' configures garcon 0.1.7 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1471,7 +1471,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of garcon 0.1.6:";;
+ short | recursive ) echo "Configuration of garcon 0.1.7:";;
esac
   ca

commit libgarcon for openSUSE:Factory

2011-05-02 Thread h_root

Hello community,

here is the log from the commit of package libgarcon for openSUSE:Factory
checked in at Mon May 2 17:26:03 CEST 2011.




--- libgarcon/libgarcon.changes 2011-01-30 01:19:40.0 +0100
+++ libgarcon/libgarcon.changes 2011-04-06 22:41:12.0 +0200
@@ -1,0 +2,11 @@
+Wed Apr  6 20:39:38 UTC 2011 - g...@opensuse.org
+
+- update to version 0.1.6
+  - add  to xfce-applications.menu
+  - also try the garcon install sysconfigdir for config lookups
+  - use Xdt macros for debugging and linker optimizations
+  - default menu prefix to "xfce-"
+  - bugfixes
+  - translation updates
+
+---

calling whatdependson for head-i586


Old:

  garcon-0.1.5.tar.bz2

New:

  garcon-0.1.6.tar.bz2



Other differences:
--
++ libgarcon.spec ++
--- /var/tmp/diff_new_pack.0DGiOh/_old  2011-05-02 17:08:42.0 +0200
+++ /var/tmp/diff_new_pack.0DGiOh/_new  2011-05-02 17:08:42.0 +0200
@@ -18,13 +18,14 @@
 
 
 Name:   libgarcon
-Version:0.1.5
-Release:2
+Version:0.1.6
+Release:1
 License:GPLv2+
 Summary:Library Implementing the freedesktop.org Desktop Menu 
Specification
 Url:http://wiki.xfce.org/dev/garcon
 Group:  System/Libraries
 Source: 
http://archive.xfce.org/src/libs/garcon/0.1/garcon-%{version}.tar.bz2
+# PATCH-FEATURE-OPENSUSE libgarcon-x-suse-unimportant-support.patch 
g...@opensuse.org -- Hide desktop files marked with X-SuSE-Unimportant
 Patch0: libgarcon-x-suse-unimportant-support.patch
 BuildRequires:  gtk-doc
 BuildRequires:  intltool

++ garcon-0.1.5.tar.bz2 -> garcon-0.1.6.tar.bz2 ++
 23412 lines of diff (skipped)






Remember to have fun...

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