Hello community,

here is the log from the commit of package alacarte for openSUSE:Factory 
checked in at 2020-03-10 15:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alacarte (Old)
 and      /work/SRC/openSUSE:Factory/.alacarte.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alacarte"

Tue Mar 10 15:55:10 2020 rev:65 rq:783422 version:3.36.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/alacarte/alacarte.changes        2020-01-27 
20:13:17.452370626 +0100
+++ /work/SRC/openSUSE:Factory/.alacarte.new.26092/alacarte.changes     
2020-03-10 15:55:11.499257085 +0100
@@ -1,0 +2,21 @@
+Thu Mar  5 18:44:30 UTC 2020 - [email protected]
+
+- Update to version 3.36.0:
+  + Require Python 3.2+.
+
+-------------------------------------------------------------------
+Fri Feb 14 10:46:57 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Update to version 3.35.91:
+  + Fix bad command validation.
+  + Require Python 3.0+.
+  + Support Python 3.8+.
+- Drop fix-bad-command-validation.patch and alacarte-python3.patch:
+  fixed upstream.
+- Drop autoconf and automake BuildRequires, and no longer call
+  autoreconf: no patch touches the build system.
+- Rebase alacarte-trans.patch.
+- Drop deprecated use of %desktop_database_post/postun and
+ -%icon_theme_cache_post/postun macros.
+
+-------------------------------------------------------------------

Old:
----
  alacarte-3.11.91.tar.xz
  alacarte-python3.patch
  fix-bad-command-validation.patch

New:
----
  alacarte-3.36.0.tar.xz

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

Other differences:
------------------
++++++ alacarte.spec ++++++
--- /var/tmp/diff_new_pack.IdhtRe/_old  2020-03-10 15:55:11.987257373 +0100
+++ /var/tmp/diff_new_pack.IdhtRe/_new  2020-03-10 15:55:11.991257375 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package alacarte
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,15 @@
 
 
 Name:           alacarte
-Version:        3.11.91
+Version:        3.36.0
 Release:        0
 Summary:        Menu editor for GNOME
 License:        LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 URL:            http://www.realistanew.com/projects/alacarte
-Source:         
http://download.gnome.org/sources/alacarte/3.11/%{name}-%{version}.tar.xz
+Source:         
https://download.gnome.org/sources/alacarte/3.36/%{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE alacarte-trans.patch bnc#947793 [email protected] -- Fix 
untranslated messages
 Patch0:         alacarte-trans.patch
-# PATCH-FIX-UPSTREAM fix-bad-command-validation.patch bsc#1057908 bgo#728372 
[email protected] -- Fix bad command validation
-Patch1:         fix-bad-command-validation.patch
-# PATCH-FIX-UPSTREAM alacarte-python3.patch bsc#1075771 bgo#787490 
[email protected] -- Support python 3.
-Patch2:         alacarte-python3.patch
-# Needed for Patch2
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  fdupes
 BuildRequires:  glib2-devel
 # Needed for the typelib() dependency parser
@@ -41,7 +34,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
-BuildRequires:  python3
+BuildRequires:  python3 >= 3.2
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
@@ -60,12 +53,8 @@
 %setup -q
 translation-update-upstream
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
 
 %build
-# needed for Patch2
-autoreconf -fi
 %configure
 make %{?_smp_mflags}
 
@@ -75,14 +64,6 @@
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %license COPYING
 %doc AUTHORS ChangeLog NEWS README

++++++ alacarte-3.11.91.tar.xz -> alacarte-3.36.0.tar.xz ++++++
++++ 6408 lines of diff (skipped)

++++++ alacarte-trans.patch ++++++
--- /var/tmp/diff_new_pack.IdhtRe/_old  2020-03-10 15:55:12.107257444 +0100
+++ /var/tmp/diff_new_pack.IdhtRe/_new  2020-03-10 15:55:12.107257444 +0100
@@ -1,7 +1,7 @@
-Index: alacarte-3.11.91/Alacarte/ItemEditor.py
+Index: alacarte-3.35.91/Alacarte/ItemEditor.py
 ===================================================================
---- alacarte-3.11.91.orig/Alacarte/ItemEditor.py
-+++ alacarte-3.11.91/Alacarte/ItemEditor.py
+--- alacarte-3.35.91.orig/Alacarte/ItemEditor.py
++++ alacarte-3.35.91/Alacarte/ItemEditor.py
 @@ -22,6 +22,8 @@ import gi
  gi.require_version('Gtk', '3.0')
  from gi.repository import GLib, GObject, Gtk
@@ -19,16 +19,3 @@
          self.builder.add_from_file(os.path.join(config.pkgdatadir, 
self.ui_file))
  
          self.dialog = self.builder.get_object('editor')
-Index: alacarte-3.11.91/data/alacarte.ui
-===================================================================
---- alacarte-3.11.91.orig/data/alacarte.ui
-+++ alacarte-3.11.91/data/alacarte.ui
-@@ -70,7 +70,7 @@
-             </child>
-             <child>
-               <object class="GtkButton" id="restore_button">
--                <property name="label">Restore System Configuration</property>
-+              <property name="label" translatable="yes">Restore System 
Configuration</property>
-                 <property name="visible">True</property>
-                 <property name="can_focus">True</property>
-                 <property name="can_default">True</property>


Reply via email to