Hello community,

here is the log from the commit of package libupnp for openSUSE:Factory checked 
in at 2018-11-20 22:27:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libupnp (Old)
 and      /work/SRC/openSUSE:Factory/.libupnp.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libupnp"

Tue Nov 20 22:27:15 2018 rev:16 rq:649808 version:1.8.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libupnp/libupnp.changes  2018-04-26 
13:32:39.907878694 +0200
+++ /work/SRC/openSUSE:Factory/.libupnp.new.19453/libupnp.changes       
2018-11-20 22:27:27.746775671 +0100
@@ -1,0 +2,9 @@
+Thu Nov 15 19:13:44 UTC 2018 - Tomáš Chvátal <tchva...@suse.com>
+
+- Version update to 1.8.4:
+  * Various fixes to communicate right with some TVs
+  * Compiler fixes
+  * Testsuite fun
+- Rebase patch libupnp-configure.patch
+
+-------------------------------------------------------------------

Old:
----
  libupnp-1.6.25.tar.bz2
  libupnp-1.6.25.tar.bz2.sha1

New:
----
  libupnp-1.8.4.tar.bz2
  libupnp-1.8.4.tar.bz2.sha1

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

Other differences:
------------------
++++++ libupnp.spec ++++++
--- /var/tmp/diff_new_pack.PshY1f/_old  2018-11-20 22:27:28.698775114 +0100
+++ /var/tmp/diff_new_pack.PshY1f/_new  2018-11-20 22:27:28.698775114 +0100
@@ -13,21 +13,20 @@
 # 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/
 #
 
 
 %define lname libupnp6
-
 Name:           libupnp
-Version:        1.6.25
+Version:        1.8.4
 Release:        0
 Summary:        Portable Universal Plug and Play (UPnP) SDK
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Url:            http://sourceforge.net/projects/pupnp/
-Source0:        
http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
-Source1:        
http://sourceforge.net/projects/pupnp/files/pupnp/libUPnP%20%version/libupnp-%version.tar.bz2.sha1
+URL:            https://github.com/mrjimenez/pupnp
+Source0:        
https://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
+Source1:        
https://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2.sha1
 Source42:       baselibs.conf
 Patch0:         libupnp-configure.patch
 BuildRequires:  libtool
@@ -40,7 +39,6 @@
 
 %package -n %{lname}
 Summary:        Portable Universal Plug and Play (UPnP) SDK
-# Replace individual packages from Packman to make migration to Tumbleweed 
easier.
 Group:          System/Libraries
 Provides:       libixml2 = %{version}-%{release}
 Obsoletes:      libixml2 < %{version}
@@ -67,8 +65,15 @@
 %patch0 -p1
 
 %build
+# the openssl simply does not compile
 autoreconf -fiv
-%configure --disable-samples --enable-ipv6 --disable-static
+%configure \
+    --disable-samples \
+    --enable-ipv6 \
+    --disable-static \
+    --enable-reuseaddr \
+    --disable-open_ssl \
+    --enable-unspecified_server
 make %{?_smp_mflags}
 
 %install
@@ -79,16 +84,14 @@
 %postun -p /sbin/ldconfig -n %{lname}
 
 %files -n %{lname}
-%doc ChangeLog NEWS TODO README.md
-%license LICENSE
+%doc ChangeLog
+%license COPYING
 %{_libdir}/libixml.so.*
-%{_libdir}/libthreadutil.so.*
 %{_libdir}/libupnp.so.*
 
 %files -n libupnp-devel
 %{_libdir}/pkgconfig/libupnp.pc
 %{_libdir}/libixml.so
-%{_libdir}/libthreadutil.so
 %{_libdir}/libupnp.so
 %{_includedir}/upnp/
 

++++++ libupnp-1.6.25.tar.bz2 -> libupnp-1.8.4.tar.bz2 ++++++
++++ 51748 lines of diff (skipped)

++++++ libupnp-1.6.25.tar.bz2.sha1 -> libupnp-1.8.4.tar.bz2.sha1 ++++++
--- /work/SRC/openSUSE:Factory/libupnp/libupnp-1.6.25.tar.bz2.sha1      
2018-04-26 13:32:39.639888512 +0200
+++ /work/SRC/openSUSE:Factory/.libupnp.new.19453/libupnp-1.8.4.tar.bz2.sha1    
2018-11-20 22:27:25.130777202 +0100
@@ -1 +1 @@
-6adb96f864bb030263b8b57b2ab4610eeddb37b5  libupnp-1.6.25.tar.bz2
+93e7b3c94cf53eb59533b4b7b137ef5cc651e28b  libupnp-1.8.4.tar.bz2

++++++ libupnp-configure.patch ++++++
--- /var/tmp/diff_new_pack.PshY1f/_old  2018-11-20 22:27:29.178774833 +0100
+++ /var/tmp/diff_new_pack.PshY1f/_new  2018-11-20 22:27:29.182774830 +0100
@@ -1,7 +1,7 @@
-Index: libupnp-1.6.25/configure.ac
+Index: libupnp-1.8.4/configure.ac
 ===================================================================
---- libupnp-1.6.25.orig/configure.ac   2018-02-10 15:26:39.000000000 +0100
-+++ libupnp-1.6.25/configure.ac        2018-04-13 10:53:41.920947961 +0200
+--- libupnp-1.8.4.orig/configure.ac
++++ libupnp-1.8.4/configure.ac
 @@ -7,7 +7,7 @@
  # (C) Copyright 2005-2007 Rémi Turboult <r...@users.sourceforge.net>
  #
@@ -9,9 +9,9 @@
 -AC_PREREQ(2.60)
 +AC_PREREQ([2.60])
  
- AC_INIT([libupnp], [1.6.25], [mrobe...@users.sourceforge.net])
+ AC_INIT([libupnp], [1.8.4], [mrobe...@users.sourceforge.net])
  dnl 
############################################################################
-@@ -594,10 +594,12 @@ AC_MSG_RESULT($docdir)
+@@ -546,10 +546,12 @@ RT_BOOL_ARG_ENABLE([samples], [yes], [co
  #
  # Checks for programs
  #
@@ -26,12 +26,3 @@
  AC_PROG_INSTALL
  AC_PROG_MAKE_SET
  AC_PROG_EGREP
-@@ -637,8 +639,6 @@ echo "----------------------------------
- #
- AC_TYPE_SIZE_T
- AC_TYPE_OFF_T
--AC_DEFINE([_LARGE_FILE_SOURCE], [], [Large files support])
--AC_DEFINE([_FILE_OFFSET_BITS], [64], [File Offset size])
- 
- 
- #


Reply via email to