Hello community, here is the log from the commit of package mozo for openSUSE:Factory checked in at 2015-07-05 18:02:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mozo (Old) and /work/SRC/openSUSE:Factory/.mozo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mozo" Changes: -------- --- /work/SRC/openSUSE:Factory/mozo/mozo.changes 2014-03-22 18:02:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mozo.new/mozo.changes 2015-07-05 18:02:10.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 20 22:17:21 UTC 2014 - [email protected] + +- Update to 1.10.0: + * Update translations. +- Spec cleanup. + +------------------------------------------------------------------- @@ -23 +29,0 @@ - Old: ---- mozo-1.8.0.tar.xz New: ---- mozo-1.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mozo.spec ++++++ --- /var/tmp/diff_new_pack.tsLZ0d/_old 2015-07-05 18:02:10.000000000 +0200 +++ /var/tmp/diff_new_pack.tsLZ0d/_new 2015-07-05 18:02:10.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for mozo +# spec file for package mozo # -# Copyright (c) 2014 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 @@ -13,44 +13,46 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + +%define _version 1.10 Name: mozo -Version: 1.8.0 +Version: 1.10.0 Release: 0 -License: LGPL-2.1+ Summary: MATE Desktop menu editor -Url: http://mate-desktop.org +License: LGPL-2.1+ Group: System/GUI/Other -Source0: http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz -BuildArch: noarch -Recommends: %{name}-lang -Provides: mate-menu-editor = %{version} -Obsoletes: mate-menu-editor < %{version} -Obsoletes: mate-menu-editor-lang < %{version} -Requires: python-mate-menus >= 1.8.0 - +Url: http://mate-desktop.org/ +Source0: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: mate-common -BuildRequires: pkgconfig(libmate-menu) >= 1.8.0 -BuildRequires: pkgconfig(pygobject-2.0) BuildRequires: update-desktop-files - -%lang_package +BuildRequires: pkgconfig(libmate-menu) >= 1.9.0 +BuildRequires: pkgconfig(pygobject-2.0) +Requires: python-mate-menus >= 1.9.0 +Recommends: %{name}-lang = %{version} +Provides: mate-menu-editor = %{version} +Obsoletes: mate-menu-editor < %{version} +Obsoletes: mate-menu-editor-lang < %{version} +BuildArch: noarch %description -This package provides Mozo, a menu editor for the MATE Desktop, using -the freedesktop.org menu specification. +This package provides Mozo, a menu editor for the MATE Desktop, +using the freedesktop.org menu specification. + +%lang_package %prep %setup -q %build %configure -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install -%makeinstall +%make_install %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{python_sitelib} %suse_update_desktop_file %{name} @@ -64,16 +66,16 @@ %icon_theme_cache_postun %files -%defattr(-,root,root,-) -%doc AUTHORS README COPYING +%defattr(-,root,root) +%doc AUTHORS COPYING NEWS README %{_bindir}/%{name} +%{_datadir}/%{name}/ %{python_sitelib}/Mozo/ %{_datadir}/applications/%{name}.desktop -%{_datadir}/icons/hicolor/*/*/* -%{_datadir}/%{name}/ -%{_mandir}/man1/%{name}.1.gz +%{_datadir}/icons/hicolor/*/apps/%{name}* +%{_mandir}/man?/%{name}.?%{?ext_man} %files lang -f %{name}.lang -%defattr(-,root,root,-) +%defattr(-,root,root) %changelog ++++++ mozo-1.8.0.tar.xz -> mozo-1.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/NEWS new/mozo-1.10.0/NEWS --- old/mozo-1.8.0/NEWS 2014-03-01 15:10:05.000000000 +0100 +++ new/mozo-1.10.0/NEWS 2015-05-20 21:23:55.000000000 +0200 @@ -1,3 +1,7 @@ +1.10.0 + + * Translations update + 1.8.0 * Tarball renamed to mozo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/aclocal.m4 new/mozo-1.10.0/aclocal.m4 --- old/mozo-1.8.0/aclocal.m4 2014-03-01 15:10:25.000000000 +0100 +++ new/mozo-1.10.0/aclocal.m4 2015-05-20 21:24:06.000000000 +0200 @@ -672,7 +672,7 @@ # nls.m4 serial 5 (gettext-0.18) -dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation, +dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation, dnl Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -864,6 +864,61 @@ fi[]dnl ])# PKG_CHECK_MODULES + +# PKG_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable pkgconfigdir as the location where a module +# should install pkg-config .pc files. By default the directory is +# $libdir/pkgconfig, but the default can be changed by passing +# DIRECTORY. The user can override through the --with-pkgconfigdir +# parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_INSTALLDIR + + +# PKG_NOARCH_INSTALLDIR(DIRECTORY) +# ------------------------- +# Substitutes the variable noarch_pkgconfigdir as the location where a +# module should install arch-independent pkg-config .pc files. By +# default the directory is $datadir/pkgconfig, but the default can be +# changed by passing DIRECTORY. The user can override through the +# --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +]) dnl PKG_NOARCH_INSTALLDIR + + +# PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +# [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +# ------------------------------------------- +# Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])# PKG_CHECK_VAR + # Copyright (C) 2002-2013 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation @@ -947,10 +1002,9 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/configure new/mozo-1.10.0/configure --- old/mozo-1.8.0/configure 2014-03-01 15:10:26.000000000 +0100 +++ new/mozo-1.10.0/configure 2015-05-20 21:24:07.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mozo 1.8.0. +# Generated by GNU Autoconf 2.69 for mozo 1.10.0. # # Report bugs to <http://www.mate-desktop.org>. # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='mozo' PACKAGE_TARNAME='mozo' -PACKAGE_VERSION='1.8.0' -PACKAGE_STRING='mozo 1.8.0' +PACKAGE_VERSION='1.10.0' +PACKAGE_STRING='mozo 1.10.0' PACKAGE_BUGREPORT='http://www.mate-desktop.org' PACKAGE_URL='' @@ -1346,7 +1346,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 mozo 1.8.0 to adapt to many kinds of systems. +\`configure' configures mozo 1.10.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1412,7 +1412,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mozo 1.8.0:";; + short | recursive ) echo "Configuration of mozo 1.10.0:";; esac cat <<\_ACEOF @@ -1515,7 +1515,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mozo configure 1.8.0 +mozo configure 1.10.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1884,7 +1884,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mozo $as_me 1.8.0, which was +It was created by mozo $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2436,8 +2436,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2750,7 +2750,7 @@ # Define the identity of the package. PACKAGE='mozo' - VERSION='1.8.0' + VERSION='1.10.0' cat >>confdefs.h <<_ACEOF @@ -7098,7 +7098,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mozo $as_me 1.8.0, which was +This file was extended by mozo $as_me 1.10.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7164,7 +7164,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mozo config.status 1.8.0 +mozo config.status 1.10.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/configure.ac new/mozo-1.10.0/configure.ac --- old/mozo-1.8.0/configure.ac 2014-03-01 15:09:59.000000000 +0100 +++ new/mozo-1.10.0/configure.ac 2015-05-20 21:23:41.000000000 +0200 @@ -1,7 +1,7 @@ dnl -*- Mode: autoconf -*- dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.53) -AC_INIT(mozo, 1.8.0, http://www.mate-desktop.org) +AC_INIT(mozo, 1.10.0, http://www.mate-desktop.org) AC_CONFIG_SRCDIR(mozo.in) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([1.7 dist-xz no-dist-gzip check-news]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/po/LINGUAS new/mozo-1.10.0/po/LINGUAS --- old/mozo-1.8.0/po/LINGUAS 2014-02-19 21:40:56.000000000 +0100 +++ new/mozo-1.10.0/po/LINGUAS 2015-05-10 14:08:26.000000000 +0200 @@ -55,6 +55,7 @@ kn ko ku +ku_IQ ky lt lv diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/po/ku_IQ.po new/mozo-1.10.0/po/ku_IQ.po --- old/mozo-1.8.0/po/ku_IQ.po 1970-01-01 01:00:00.000000000 +0100 +++ new/mozo-1.10.0/po/ku_IQ.po 2015-05-10 14:07:59.000000000 +0200 @@ -0,0 +1,83 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +# Haval Abdulkarim <[email protected]>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: MATE Desktop Environment\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-03-14 14:26+0100\n" +"PO-Revision-Date: 2014-10-29 18:16+0000\n" +"Last-Translator: Haval Abdulkarim <[email protected]>\n" +"Language-Team: Kurdish (Iraq) (http://www.transifex.com/projects/p/MATE/language/ku_IQ/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: ku_IQ\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: ../Mozo/MainWindow.py:164 +msgid "Name" +msgstr "ناو" + +#: ../Mozo/MainWindow.py:180 +msgid "Show" +msgstr "پیشاندان" + +#: ../Mozo/MainWindow.py:188 +msgid "Item" +msgstr "" + +#: ../data/mozo.desktop.in.in.h:1 ../data/mozo.ui.h:2 +msgid "Main Menu" +msgstr "لیستەی سەرەکی" + +#: ../data/mozo.desktop.in.in.h:2 +msgid "Change which applications are shown on the main menu" +msgstr "" + +#: ../data/mozo.ui.h:1 +msgid "_Revert to Original" +msgstr "" + +#: ../data/mozo.ui.h:3 +msgid "Restore the default menu layout" +msgstr "" + +#: ../data/mozo.ui.h:4 +msgid "_Menus:" +msgstr "" + +#: ../data/mozo.ui.h:5 +msgid "It_ems:" +msgstr "" + +#: ../data/mozo.ui.h:6 +msgid "_New Menu" +msgstr "" + +#: ../data/mozo.ui.h:7 +msgid "Ne_w Item" +msgstr "" + +#: ../data/mozo.ui.h:8 +msgid "New _Separator" +msgstr "" + +#: ../data/mozo.ui.h:9 +msgid "Move Up" +msgstr "گواستنەوە بۆ سەرەوە" + +#: ../data/mozo.ui.h:10 +msgid "Move Down" +msgstr "گواستنەوە بۆ خوارەوە" + +#: ../data/mozo.ui.h:11 +msgid "Revert Changes?" +msgstr "" + +#: ../data/mozo.ui.h:12 +msgid "Revert all menus to original settings?" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/po/sk.po new/mozo-1.10.0/po/sk.po --- old/mozo-1.8.0/po/sk.po 2014-02-23 19:34:47.000000000 +0100 +++ new/mozo-1.10.0/po/sk.po 2015-05-10 14:07:59.000000000 +0200 @@ -3,15 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Ján Ďanovský <[email protected]>, 2014 +# Ján Ďanovský <[email protected]>, 2014-2015 # Marcel Telka <[email protected]>, 2008 -# tibbi <[email protected]>, 2014 +# Tibor Kaputa <[email protected]>, 2014 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-14 14:26+0100\n" -"PO-Revision-Date: 2014-02-20 23:24+0000\n" +"PO-Revision-Date: 2015-03-19 17:01+0000\n" "Last-Translator: Ján Ďanovský <[email protected]>\n" "Language-Team: Slovak (http://www.transifex.com/projects/p/MATE/language/sk/)\n" "MIME-Version: 1.0\n" @@ -34,7 +34,7 @@ #: ../data/mozo.desktop.in.in.h:1 ../data/mozo.ui.h:2 msgid "Main Menu" -msgstr "Hlavná ponuka" +msgstr "Hlavné menu" #: ../data/mozo.desktop.in.in.h:2 msgid "Change which applications are shown on the main menu" @@ -46,11 +46,11 @@ #: ../data/mozo.ui.h:3 msgid "Restore the default menu layout" -msgstr "Obnoviť ṕredvolené rozloženie ponuky" +msgstr "Obnoviť ṕredvolené rozloženie menu" #: ../data/mozo.ui.h:4 msgid "_Menus:" -msgstr "_Ponuky:" +msgstr "_Menu:" #: ../data/mozo.ui.h:5 msgid "It_ems:" @@ -58,7 +58,7 @@ #: ../data/mozo.ui.h:6 msgid "_New Menu" -msgstr "_Nová ponuka" +msgstr "_Nové menu" #: ../data/mozo.ui.h:7 msgid "Ne_w Item" @@ -82,4 +82,4 @@ #: ../data/mozo.ui.h:12 msgid "Revert all menus to original settings?" -msgstr "Vrátiť všetky ponuky na pôvodné nastavenia?" +msgstr "Vrátiť pôvodné nastavenia všetkým menu?" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mozo-1.8.0/po/uk.po new/mozo-1.10.0/po/uk.po --- old/mozo-1.8.0/po/uk.po 2014-02-19 21:40:43.000000000 +0100 +++ new/mozo-1.10.0/po/uk.po 2015-05-10 14:07:58.000000000 +0200 @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Koljan1970 <[email protected]>, 2013 +# Микола Ткач <[email protected]>, 2013,2015 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-03-14 14:26+0100\n" -"PO-Revision-Date: 2013-06-22 08:17+0000\n" -"Last-Translator: Koljan1970 <[email protected]>\n" +"PO-Revision-Date: 2015-05-04 09:32+0000\n" +"Last-Translator: Микола Ткач <[email protected]>\n" "Language-Team: Ukrainian (http://www.transifex.com/projects/p/MATE/language/uk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -36,7 +36,7 @@ #: ../data/mozo.desktop.in.in.h:2 msgid "Change which applications are shown on the main menu" -msgstr "Вибір програм, що показуються у головному меню" +msgstr "Вибір проґрам, що показуються у головному меню" #: ../data/mozo.ui.h:1 msgid "_Revert to Original"
