Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alacarte for openSUSE:Factory checked in at 2022-03-24 22:58:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacarte (Old) and /work/SRC/openSUSE:Factory/.alacarte.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacarte" Thu Mar 24 22:58:18 2022 rev:71 rq:964520 version:3.44.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alacarte/alacarte.changes 2022-03-23 20:19:02.046485019 +0100 +++ /work/SRC/openSUSE:Factory/.alacarte.new.1900/alacarte.changes 2022-03-24 23:00:28.344393714 +0100 @@ -1,0 +2,11 @@ +Wed Mar 23 22:46:15 UTC 2022 - Luciano Santos <[email protected]> + +- Update to version 3.44.1: + + Updated translations. +- Replace intltool build requirement with gettext to follow + upstream changes. +- Add a shell construct to check whether the ChangeLog file size is + zero or not. If it's zero, we don't package the file, but remove + it. + +------------------------------------------------------------------- Old: ---- alacarte-3.44.0.tar.xz New: ---- alacarte-3.44.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alacarte.spec ++++++ --- /var/tmp/diff_new_pack.zUHFth/_old 2022-03-24 23:00:28.860394212 +0100 +++ /var/tmp/diff_new_pack.zUHFth/_new 2022-03-24 23:00:28.864394216 +0100 @@ -16,12 +16,8 @@ # -# TODO -- Get rid of this once the Python stuff location issue gets -# sorted out (https://gitlab.gnome.org/GNOME/alacarte/-/issues/14). -%bcond_without aclocal_fix - Name: alacarte -Version: 3.44.0 +Version: 3.44.1 Release: 0 Summary: Menu editor for GNOME License: LGPL-2.1-or-later @@ -29,15 +25,11 @@ URL: https://gitlab.gnome.org/GNOME/alacarte Source: https://download.gnome.org/sources/alacarte/3.44/%{name}-%{version}.tar.xz -%if %{with aclocal_fix} -BuildRequires: autoconf -BuildRequires: automake -%endif BuildRequires: fdupes +BuildRequires: gettext BuildRequires: glib2-devel # Needed for the typelib() dependency parser BuildRequires: gobject-introspection -BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: python-rpm-macros BuildRequires: python3 >= 3.3 @@ -57,14 +49,8 @@ %prep %autosetup -p1 -%if %{with aclocal_fix} -sed -i -r 's/(sysconfig.)(get_default_scheme)/\1_\2/' aclocal.m4 -%endif %build -%if %{with aclocal_fix} -NOCONFIGURE=1 autoreconf -ifv -%endif %configure %make_build @@ -74,9 +60,17 @@ %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot}%{_prefix} +# If ChangeLog is empty, don't package it. +if test -s ChangeLog; then + install -p -m 0644 -D ChangeLog \ + %{buildroot}%{_defaultdocdir}/Alacarte/ChangeLog +else + rm -f ChangeLog +fi + %files %license COPYING -%doc AUTHORS ChangeLog NEWS README +%doc AUTHORS NEWS README %{_bindir}/alacarte %{_datadir}/alacarte %{_datadir}/applications/alacarte.desktop ++++++ alacarte-3.44.0.tar.xz -> alacarte-3.44.1.tar.xz ++++++ ++++ 21554 lines of diff (skipped)
