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.000000000 +0200 +++ /mounts/work_src_done/STABLE/libgarcon/libgarcon.changes 2011-04-16 12:45:07.000000000 +0200 @@ -1,0 +2,7 @@ +Sat Apr 16 10:32:22 UTC 2011 - [email protected] + +- 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.000000000 +0200 +++ /var/tmp/diff_new_pack.XB7djK/_new 2011-05-16 10:29:33.000000000 +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.000000000 +0200 +++ new/garcon-0.1.7/ChangeLog 2011-04-16 12:01:43.000000000 +0200 @@ -1,3 +1,47 @@ +commit 5a7ef3ffc30e05fa43f054888f9b681fa220be23 +Author: Nick Schermer <[email protected]> +Date: Sat Apr 16 12:01:21 2011 +0200 + + Updates for release. + +commit 62ec543886a724d1956bacf0887e0faa2ec011e3 +Author: Lionel Le Folgoc <[email protected]> +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 <[email protected]> +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 <[email protected]> +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 <[email protected]> +Date: Wed Apr 6 18:44:57 2011 +0200 + + Post release tag bump. + commit 63c434a3fff873740759e42acdb3d61877995499 Author: Nick Schermer <[email protected]> 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.000000000 +0200 +++ new/garcon-0.1.7/NEWS 2011-04-16 12:01:30.000000000 +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 <DefaultMergeDirs/> 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.000000000 +0200 +++ new/garcon-0.1.7/configure 2011-04-16 12:01:37.000000000 +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 <http://bugzilla.xfce.org/>. # @@ -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 cat <<\_ACEOF @@ -1596,7 +1596,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -garcon configure 0.1.6 +garcon configure 0.1.7 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1967,7 +1967,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by garcon $as_me 0.1.6, which was +It was created by garcon $as_me 0.1.7, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2898,7 +2898,7 @@ # Define the identity of the package. PACKAGE=garcon - VERSION=0.1.6 + VERSION=0.1.7 cat >>confdefs.h <<_ACEOF @@ -2981,7 +2981,7 @@ GARCON_VERSION_MAJOR=0 GARCON_VERSION_MINOR=1 -GARCON_VERSION_MICRO=6 +GARCON_VERSION_MICRO=7 GARCON_VERSION_API_MAJOR=1 GARCON_VERSION_API=$GARCON_VERSION_API_MAJOR @@ -13366,7 +13366,7 @@ - ALL_LINGUAS="ar bn ca cs da de el en_GB es eu fi fr gl he hr hu id it ja kk ku lt lv nb_NO nb nl pa pl pt_BR pt pt_PT ro ru sq sv tr ug uk ur zh_CN zh_TW " + ALL_LINGUAS="ar bn ca cs da de el en_GB es eu fi fr gl he hr hu id it ja kk ku lt lv nb_NO nb nl pa pl pt_BR pt pt_PT ro ru sk sq sv tr ug uk ur zh_CN zh_TW " for ac_header in locale.h do : @@ -15713,7 +15713,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by garcon $as_me 0.1.6, which was +This file was extended by garcon $as_me 0.1.7, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15779,7 +15779,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -garcon config.status 0.1.6 +garcon config.status 0.1.7 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/configure.in new/garcon-0.1.7/configure.in --- old/garcon-0.1.6/configure.in 2011-04-06 18:44:19.000000000 +0200 +++ new/garcon-0.1.7/configure.in 2011-04-16 12:01:31.000000000 +0200 @@ -29,8 +29,8 @@ m4_define([garcon_version_api_major], [1]) m4_define([garcon_version_major], [0]) m4_define([garcon_version_minor], [1]) -m4_define([garcon_version_micro], [6]) -m4_define([garcon_version_build], [63c434a]) +m4_define([garcon_version_micro], [7]) +m4_define([garcon_version_build], [5a7ef3f]) m4_define([garcon_version_tag], []) m4_define([garcon_version], [garcon_version_major().garcon_version_minor().garcon_version_micro()ifelse(garcon_version_tag(), [git], [garcon_version_tag()-garcon_version_build()], [garcon_version_tag()])]) @@ -45,7 +45,7 @@ AC_COPYRIGHT([Copyright (c) 2007-2011 Jannis Pohlmann <[email protected]>]) AC_INIT([garcon], [garcon_version], [http://bugzilla.xfce.org/]) AC_PREREQ([2.50]) -AC_REVISION([63c434a]) +AC_REVISION([5a7ef3f]) AC_CANONICAL_TARGET() dnl *************************** @@ -110,7 +110,7 @@ dnl ****************************** dnl *** Check for i18n support *** dnl ****************************** -XDT_I18N([ar bn ca cs da de el en_GB es eu fi fr gl he hr hu id it ja kk ku lt lv nb_NO nb nl pa pl pt_BR pt pt_PT ro ru sq sv tr ug uk ur zh_CN zh_TW ]) +XDT_I18N([ar bn ca cs da de el en_GB es eu fi fr gl he hr hu id it ja kk ku lt lv nb_NO nb nl pa pl pt_BR pt pt_PT ro ru sk sq sv tr ug uk ur zh_CN zh_TW ]) dnl *********************************** dnl *** Check for required packages *** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/docs/reference/html/garcon-Version-Information.html new/garcon-0.1.7/docs/reference/html/garcon-Version-Information.html --- old/garcon-0.1.6/docs/reference/html/garcon-Version-Information.html 2011-04-06 18:44:45.000000000 +0200 +++ new/garcon-0.1.7/docs/reference/html/garcon-Version-Information.html 2011-04-16 12:01:57.000000000 +0200 @@ -91,7 +91,7 @@ <hr> <div class="refsect2"> <a name="GARCON-MICRO-VERSION:CAPS"></a><h3>GARCON_MICRO_VERSION</h3> -<pre class="programlisting">#define GARCON_MICRO_VERSION 6 +<pre class="programlisting">#define GARCON_MICRO_VERSION 7 </pre> <p> The micro version number of the garcon library. @@ -198,7 +198,7 @@ <p> </p> <div class="example"> -<a name="id404968"></a><p class="title"><b>Example 1. Checking the runtime version of the garcon library</b></p> +<a name="id569081"></a><p class="title"><b>Example 1. Checking the runtime version of the garcon library</b></p> <div class="example-contents"><pre class="programlisting"> const gchar *mismatch; mismatch = garcon_check_version (GARCON_VERSION_MAJOR, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/docs/reference/html/index.html new/garcon-0.1.7/docs/reference/html/index.html --- old/garcon-0.1.6/docs/reference/html/index.html 2011-04-06 18:44:45.000000000 +0200 +++ new/garcon-0.1.7/docs/reference/html/index.html 2011-04-16 12:01:57.000000000 +0200 @@ -20,7 +20,7 @@ </h3> <div class="affiliation"><div class="address"><p><code class="email"><<a class="email" href="mailto:[email protected]">[email protected]</a>></code></p></div></div> </div></div></div> -<div><p class="releaseinfo">Version 0.1.6 +<div><p class="releaseinfo">Version 0.1.7 </p></div> <div><p class="copyright">Copyright © 2006, 2007, 2008, 2009 Jannis Pohlmann</p></div> <div><div class="legalnotice"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/docs/reference/html/pt01.html new/garcon-0.1.7/docs/reference/html/pt01.html --- old/garcon-0.1.6/docs/reference/html/pt01.html 2011-04-06 18:44:45.000000000 +0200 +++ new/garcon-0.1.7/docs/reference/html/pt01.html 2011-04-16 12:01:57.000000000 +0200 @@ -21,7 +21,7 @@ </tr></table> <div class="part"> <div class="titlepage"><div><div><h1 class="title"> -<a name="id399720"></a>Part I. Overview</h1></div></div></div> +<a name="id563834"></a>Part I. Overview</h1></div></div></div> <p> The <span class="application">garcon</span> library depends on the following libraries: </p> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/docs/reference/version.xml new/garcon-0.1.7/docs/reference/version.xml --- old/garcon-0.1.6/docs/reference/version.xml 2011-04-06 18:44:31.000000000 +0200 +++ new/garcon-0.1.7/docs/reference/version.xml 2011-04-16 12:01:43.000000000 +0200 @@ -1 +1 @@ -0.1.6 +0.1.7 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/garcon/garcon-config.c new/garcon-0.1.7/garcon/garcon-config.c --- old/garcon-0.1.6/garcon/garcon-config.c 2011-04-06 18:44:19.000000000 +0200 +++ new/garcon-0.1.7/garcon/garcon-config.c 2011-04-16 12:01:30.000000000 +0200 @@ -179,11 +179,11 @@ { /* Build the filename, if the file exists return the path */ path = g_build_filename (dirs[i], filename, NULL); - if (!g_path_is_absolute (path) || !g_file_test (path, G_FILE_TEST_IS_REGULAR)) - { - g_free (path); - path = NULL; - } + if (g_path_is_absolute (path) && g_file_test (path, G_FILE_TEST_IS_REGULAR)) + return path; + + g_free (path); + path = NULL; } /* Also try the install prefix of garcon in case XDG_CONFIG_DIRS is not diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/garcon/garcon-config.h new/garcon-0.1.7/garcon/garcon-config.h --- old/garcon-0.1.6/garcon/garcon-config.h 2011-04-06 18:44:31.000000000 +0200 +++ new/garcon-0.1.7/garcon/garcon-config.h 2011-04-16 12:01:43.000000000 +0200 @@ -57,7 +57,7 @@ * application compile time, rather than from the library * linked against at application run time. **/ -#define GARCON_MICRO_VERSION 6 +#define GARCON_MICRO_VERSION 7 /** * GARCON_CHECK_VERSION: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/garcon-0.1.6/po/sk.po new/garcon-0.1.7/po/sk.po --- old/garcon-0.1.6/po/sk.po 1970-01-01 01:00:00.000000000 +0100 +++ new/garcon-0.1.7/po/sk.po 2011-04-16 12:01:31.000000000 +0200 @@ -0,0 +1,138 @@ +# Slovak translation for libxfce4menu +# Copyright (C) 2007-2009 Jannis Pohlmann <[email protected]> +# This file is distributed under the same license as the libxfce4menu package. +# Michal Löffler [email protected], 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: garcon\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-03-19 17:05+0000\n" +"PO-Revision-Date: 2011-04-10 22:05+0100\n" +"Last-Translator: Michal Löffler <[email protected]>\n" +"Language-Team: Slovak <[email protected]>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Slovak\n" +"X-Poedit-Country: SLOVAKIA\n" + +#: ../data/xfce/xfce-accessories.directory.in.h:1 +msgid "Accessories" +msgstr "Príslušenstvo" + +#: ../data/xfce/xfce-accessories.directory.in.h:2 +msgid "Common desktop tools and applications" +msgstr "Bežné nástroje pracovnej plochy a aplikácie" + +#: ../data/xfce/xfce-development.directory.in.h:1 +msgid "Development" +msgstr "Vývoj" + +#: ../data/xfce/xfce-development.directory.in.h:2 +msgid "Software development tools" +msgstr "Nástroje na vývoj softvéru" + +#: ../data/xfce/xfce-education.directory.in.h:1 +msgid "Education" +msgstr "Vzdelávanie" + +#: ../data/xfce/xfce-education.directory.in.h:2 +msgid "Educational software" +msgstr "Výučbový softvér" + +#: ../data/xfce/xfce-games.directory.in.h:1 +msgid "Games" +msgstr "Hry" + +#: ../data/xfce/xfce-games.directory.in.h:2 +msgid "Games, puzzles, and other fun software" +msgstr "Hry, hlavolamy a iný zábavný softvér" + +#: ../data/xfce/xfce-graphics.directory.in.h:1 +msgid "Graphics" +msgstr "Grafika" + +#: ../data/xfce/xfce-graphics.directory.in.h:2 +msgid "Graphics creation and manipulation applications" +msgstr "Aplikácie na tvorbu a manupuláciu s grafikou" + +#: ../data/xfce/xfce-multimedia.directory.in.h:1 +msgid "Audio and video players and editors" +msgstr "Prehrávače a editory zvuku a vieda" + +#: ../data/xfce/xfce-multimedia.directory.in.h:2 +msgid "Multimedia" +msgstr "Multimédiá" + +#: ../data/xfce/xfce-network.directory.in.h:1 +msgid "Network" +msgstr "Sieť" + +#: ../data/xfce/xfce-network.directory.in.h:2 +msgid "Network applications and utilities" +msgstr "Sieťové aplikácie a nástroje" + +#: ../data/xfce/xfce-office.directory.in.h:1 +msgid "Office" +msgstr "Kancelária" + +#: ../data/xfce/xfce-office.directory.in.h:2 +msgid "Office and productivity applications" +msgstr "Kancelárske a produkčné aplikácie" + +#: ../data/xfce/xfce-other.directory.in.h:1 +msgid "Applications that don't fit into other categories" +msgstr "Aplikácie ktoré nemožno zaradiť do iných kategórií" + +#: ../data/xfce/xfce-other.directory.in.h:2 +msgid "Other" +msgstr "Ostatné" + +#: ../data/xfce/xfce-science.directory.in.h:1 +msgid "Science" +msgstr "Veda" + +#: ../data/xfce/xfce-science.directory.in.h:2 +msgid "Scientific software" +msgstr "Vedecký softvér" + +#: ../data/xfce/xfce-screensavers.directory.in.h:1 +msgid "Screensaver applets" +msgstr "Aplety šetričov obrazovky" + +#: ../data/xfce/xfce-screensavers.directory.in.h:2 +msgid "Screensavers" +msgstr "Šetriče obrazovky" + +#: ../data/xfce/xfce-settings.directory.in.h:1 +msgid "Desktop and system settings applications" +msgstr "Aplikácie pre nastavenie pracovnej plochy a systému" + +#: ../data/xfce/xfce-settings.directory.in.h:2 +msgid "Settings" +msgstr "Nastavenia" + +#: ../data/xfce/xfce-system.directory.in.h:1 +msgid "System" +msgstr "Systém" + +#: ../data/xfce/xfce-system.directory.in.h:2 +msgid "System tools and utilities" +msgstr "Systémové nástroje" + +#: ../garcon/garcon-menu.c:698 +#, c-format +msgid "File \"%s\" not found" +msgstr "Súbor \"%s\" nebol nájdený" + +#: ../garcon/garcon-menu-parser.c:278 +#, c-format +msgid "Could not load menu file data from %s: %s" +msgstr "Nepodarilo sa načítať dáta súboru ponuky z %s: %s" + +#: ../garcon/garcon-menu-parser.c:284 +#, c-format +msgid "Could not load menu file data from %s" +msgstr "Nepodarilo sa načítať dáta súboru ponuky z %s" + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
