Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mpg123 for openSUSE:Factory checked 
in at 2023-01-16 17:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mpg123 (Old)
 and      /work/SRC/openSUSE:Factory/.mpg123.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mpg123"

Mon Jan 16 17:57:46 2023 rev:33 rq:1058449 version:1.31.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mpg123/mpg123.changes    2022-11-02 
12:46:55.689503045 +0100
+++ /work/SRC/openSUSE:Factory/.mpg123.new.32243/mpg123.changes 2023-01-16 
17:57:47.314441004 +0100
@@ -1,0 +2,7 @@
+Sun Jan 15 11:51:12 UTC 2023 - Luigi Baldoni <[email protected]>
+
+- Update to version 1.31.2
+  * Fix build --with-network=internal only (configure logic error,
+    bug 348).
+
+-------------------------------------------------------------------

Old:
----
  mpg123-1.31.1.tar.bz2
  mpg123-1.31.1.tar.bz2.sig

New:
----
  mpg123-1.31.2.tar.bz2
  mpg123-1.31.2.tar.bz2.sig

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

Other differences:
------------------
++++++ mpg123.spec ++++++
--- /var/tmp/diff_new_pack.kWjpEQ/_old  2023-01-16 17:57:48.114445493 +0100
+++ /var/tmp/diff_new_pack.kWjpEQ/_new  2023-01-16 17:57:48.122445538 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mpg123
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:           mpg123
-Version:        1.31.1
+Version:        1.31.2
 Release:        0
 Summary:        Console MPEG audio player and decoder library
 License:        LGPL-2.1-only

++++++ mpg123-1.31.1.tar.bz2 -> mpg123-1.31.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.31.1/AUTHORS new/mpg123-1.31.2/AUTHORS
--- old/mpg123-1.31.1/AUTHORS   2022-11-01 00:05:02.000000000 +0100
+++ new/mpg123-1.31.2/AUTHORS   2023-01-14 23:41:35.000000000 +0100
@@ -30,6 +30,8 @@
 
 Contributions/ideas Thomas Orgis era (includes backports from mhipp trunk):
 
+Dave Yeo <[email protected]>: continued OS/2 fixing
+madebr and manx: github mirror and CI
 Vitaly Kirsanov <[email protected]>: ports/cmake (optional CMake build)
 Won-Kyu Park <[email protected]>: patch to get rid of asm textrels (x86 PIC)
 Michael Weiser <[email protected]>: update of coreaudio output to 
AudioComponents API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.31.1/NEWS new/mpg123-1.31.2/NEWS
--- old/mpg123-1.31.1/NEWS      2022-11-01 00:05:01.000000000 +0100
+++ new/mpg123-1.31.2/NEWS      2023-01-14 23:41:35.000000000 +0100
@@ -1,3 +1,9 @@
+1.31.2
+------
+- Fix build --with-network=internal only (configure logic error, bug 348).
+- Fix OS/2 build with getaddrinfo() (which may support IPv6 eventually, thanks
+  to Dave Yeo).
+
 1.31.1
 ------
 - Fix largefile aliases for the case of a largefile-insensitive build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.31.1/configure new/mpg123-1.31.2/configure
--- old/mpg123-1.31.1/configure 2022-11-01 00:05:46.000000000 +0100
+++ new/mpg123-1.31.2/configure 2023-01-14 23:44:09.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mpg123 1.31.1.
+# Generated by GNU Autoconf 2.69 for mpg123 1.31.2.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='mpg123'
 PACKAGE_TARNAME='mpg123'
-PACKAGE_VERSION='1.31.1'
-PACKAGE_STRING='mpg123 1.31.1'
+PACKAGE_VERSION='1.31.2'
+PACKAGE_STRING='mpg123 1.31.2'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1687,7 +1687,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 mpg123 1.31.1 to adapt to many kinds of systems.
+\`configure' configures mpg123 1.31.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1758,7 +1758,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of mpg123 1.31.1:";;
+     short | recursive ) echo "Configuration of mpg123 1.31.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1999,7 +1999,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-mpg123 configure 1.31.1
+mpg123 configure 1.31.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2605,7 +2605,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by mpg123 $as_me 1.31.1, which was
+It was created by mpg123 $as_me 1.31.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3564,7 +3564,7 @@
 
 # Define the identity of the package.
  PACKAGE='mpg123'
- VERSION='1.31.1'
+ VERSION='1.31.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19630,7 +19630,7 @@
 fi
 
 # new net123
-if test x$network_type != xinternal -a x$network_type != xdisabled; then
+if test x$network_type != xdisabled; then
 
 $as_echo "#define NET123 1" >>confdefs.h
 
@@ -20754,7 +20754,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by mpg123 $as_me 1.31.1, which was
+This file was extended by mpg123 $as_me 1.31.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -20820,7 +20820,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-mpg123 config.status 1.31.1
+mpg123 config.status 1.31.2
 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/mpg123-1.31.1/configure.ac 
new/mpg123-1.31.2/configure.ac
--- old/mpg123-1.31.1/configure.ac      2022-11-01 00:05:01.000000000 +0100
+++ new/mpg123-1.31.2/configure.ac      2023-01-14 23:41:35.000000000 +0100
@@ -9,7 +9,7 @@
 AC_PREREQ([2.69])
 
 dnl ############# Initialisation
-AC_INIT([mpg123], [1.31.1], [[email protected]])
+AC_INIT([mpg123], [1.31.2], [[email protected]])
 dnl Increment API_VERSION when the API gets changes (new functions).
 
 dnl libmpg123
@@ -2639,7 +2639,7 @@
 fi
 
 # new net123
-if test x$network_type != xinternal -a x$network_type != xdisabled; then
+if test x$network_type != xdisabled; then
   AC_DEFINE([NET123], [1], [ Define to for new net123 network stack. ])
 fi
 if test x$network_type = xexec -a x$have_fork != xyes; then
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.31.1/mpg123.spec 
new/mpg123-1.31.2/mpg123.spec
--- old/mpg123-1.31.1/mpg123.spec       2022-11-01 00:05:53.000000000 +0100
+++ new/mpg123-1.31.2/mpg123.spec       2023-01-14 23:45:30.000000000 +0100
@@ -3,7 +3,7 @@
 # - devel packages for alsa, sdl, etc... to build the respective output 
modules.
 Summary:       The fast console mpeg audio decoder/player.
 Name:          mpg123
-Version:       1.31.1
+Version:       1.31.2
 Release:       1
 URL:           http://www.mpg123.org/
 License:       GPL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mpg123-1.31.1/src/resolver.c 
new/mpg123-1.31.2/src/resolver.c
--- old/mpg123-1.31.1/src/resolver.c    2022-11-01 00:05:02.000000000 +0100
+++ new/mpg123-1.31.2/src/resolver.c    2023-01-14 23:41:35.000000000 +0100
@@ -25,6 +25,9 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 #include <errno.h>
+#if defined (IPV6) && defined (__OS2__)
+#include <libcx/net.h>
+#endif
 #endif
 #ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>

Reply via email to