Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package snack for openSUSE:Factory checked 
in at 2021-06-18 10:13:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snack (Old)
 and      /work/SRC/openSUSE:Factory/.snack.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snack"

Fri Jun 18 10:13:55 2021 rev:20 rq:900513 version:2.2.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/snack/snack.changes      2017-11-04 
19:30:29.858471755 +0100
+++ /work/SRC/openSUSE:Factory/.snack.new.2625/snack.changes    2021-06-18 
10:14:08.834022873 +0200
@@ -1,0 +2,6 @@
+Thu Jun 17 06:34:39 UTC 2021 - Reinhard Max <[email protected]>
+
+- Disable the Python binding, because it only supports Python 2.
+- Remove unneeded build dependencies (snack-tk-libs.patch). 
+
+-------------------------------------------------------------------

New:
----
  snack-tk-libs.patch

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

Other differences:
------------------
++++++ snack.spec ++++++
--- /var/tmp/diff_new_pack.tQsq4d/_old  2021-06-18 10:14:09.226023392 +0200
+++ /var/tmp/diff_new_pack.tQsq4d/_new  2021-06-18 10:14:09.230023397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package snack
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,30 +12,28 @@
 # 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/
 #
 
 
 Name:           snack
 BuildRequires:  alsa-devel
 BuildRequires:  libvorbis-devel
-BuildRequires:  python
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
-Summary:        Sound Extension for Tcl/Tk and Python
-License:        GPL-2.0+
+Summary:        Sound Extension for Tcl/Tk
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/Tcl
 Version:        2.2.10
 Release:        0
 Requires:       tcl
 Requires:       tk
-%{py_requires}
-Url:            http://www.speech.kth.se/snack
+URL:            http://www.speech.kth.se/snack
 Source0:        %{name}%{version}.tar.bz2
 Source1:        snack-rpmlintrc
 Patch0:         snack.patch
 Patch1:         snack-alsa.patch
 Patch2:         snack-CVE-2012-6303.patch
+Patch3:         snack-tk-libs.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -65,6 +63,7 @@
 %patch0
 %patch1
 %patch2 -p 1
+%patch3
 chmod 644 BSD.txt changes README COPYING doc/* ext/*
 chmod 755 ext/configure
 
@@ -82,8 +81,7 @@
 make OPTFLAGS="$CFLAGS"
 
 %install
-%{INSTALL_DIR} %buildroot%py_sitedir
-%{INSTALL_DATA} python/tkSnack.py %buildroot%py_sitedir
+%{INSTALL_DIR} %buildroot%_libdir
 cd unix
 make  install \
        DESTDIR=%buildroot \
@@ -100,6 +98,5 @@
 %defattr(644, root, root, 755)
 %doc BSD.txt changes README COPYING doc/* ext
 %tclscriptdir/*
-%py_sitedir/*
 
 %changelog

++++++ snack-tk-libs.patch ++++++
--- unix/Makefile.in.orig
+++ unix/Makefile.in
@@ -36,7 +36,7 @@ CFLAGS    = ${OPTFLAGS} @CFLAGS@ @AFLAG@
 
 LIBSO     = -lc @ALIB@ @TCL_LIB_SPEC@
 
-LIBSN     = -lc @TK_LIBS@ @ALIB@ @TCL_LIB_SPEC@ @TK_LIB_SPEC@
+LIBSN     = -lc @ALIB@ @TCL_LIB_SPEC@ @TK_LIB_SPEC@
 
 SHLIB_LD     = @SHLIB_LD@
 SHLIB_SUFFIX = @SHLIB_SUFFIX@

Reply via email to