Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2017-12-06 08:54:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmicrohttpd (Old)
 and      /work/SRC/openSUSE:Factory/.libmicrohttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmicrohttpd"

Wed Dec  6 08:54:40 2017 rev:29 rq:547134 version:0.9.57

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes      
2017-05-31 12:11:48.167643769 +0200
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2017-12-06 08:54:46.001380482 +0100
@@ -1,0 +2,14 @@
+Fri Dec  1 14:05:56 UTC 2017 - tchva...@suse.com
+
+- Install copying
+
+-------------------------------------------------------------------
+Thu Nov 30 15:01:33 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.9.57:
+  * See provided Changelog for details
+- Drop no longer needed patches:
+  * libmicrohttpd_test_data.patch
+  * disable-stalling-test.patch
+
+-------------------------------------------------------------------

Old:
----
  disable-stalling-test.patch
  libmicrohttpd-0.9.55.tar.gz
  libmicrohttpd-0.9.55.tar.gz.sig
  libmicrohttpd_test_data.patch

New:
----
  libmicrohttpd-0.9.57.tar.gz
  libmicrohttpd-0.9.57.tar.gz.sig

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

Other differences:
------------------
++++++ libmicrohttpd.spec ++++++
--- /var/tmp/diff_new_pack.ssiCs9/_old  2017-12-06 08:54:46.945345926 +0100
+++ /var/tmp/diff_new_pack.ssiCs9/_new  2017-12-06 08:54:46.949345779 +0100
@@ -17,22 +17,20 @@
 #
 
 
-%global libmicrohttpd libmicrohttpd12
+%global sover   12
+%global libname %{name}%{sover}
 Name:           libmicrohttpd
-Version:        0.9.55
+Version:        0.9.57
 Release:        0
 Summary:        Small Embeddable HTTP Server Library
 # Some internal tests are licenced as GPL-3.0+ - they are only used in
 # check phase and not shipped further
-License:        LGPL-2.1+ and GPL-3.0+
+License:        LGPL-2.1+ AND GPL-3.0+
 Group:          Productivity/Networking/Web/Servers
 Url:            https://www.gnu.org/software/libmicrohttpd/
 Source0:        https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz
 Source1:        
https://ftp.gnu.org/gnu/libmicrohttpd/%{name}-%{version}.tar.gz.sig
 Source2:        
https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring
-# PATCH-WORKAROUND-OPENSUSE: the threads have a problem deadlocking (in OBS)
-Patch1:         disable-stalling-test.patch
-Patch2:         libmicrohttpd_test_data.patch
 BuildRequires:  curl
 BuildRequires:  file-devel
 BuildRequires:  libgcrypt-devel >= 1.2.4
@@ -71,19 +69,19 @@
 if you want to be able to serve simple WWW pages from within your C or C++
 application, check it out.
 
-%package -n %{libmicrohttpd}
+%package -n %{libname}
 Summary:        Small embeddable http server library
 License:        LGPL-2.1+
 Group:          System/Libraries
 
-%description -n %{libmicrohttpd}
+%description -n %{libname}
 Shared library for %{name} (%{summary}).
 
 %package devel
 Summary:        Small Embeddable HTTP Server Library
 License:        LGPL-2.1+
 Group:          Development/Libraries/C and C++
-Requires:       %{libmicrohttpd} = %{version}
+Requires:       %{libname} = %{version}
 Requires:       pkgconfig
 Requires:       pkgconfig(gnutls)
 Requires(post): info
@@ -95,8 +93,6 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
 
 %build
 %configure \
@@ -112,7 +108,7 @@
 make %{?_smp_mflags}
 
 %install
-make %{?_smp_mflags} DESTDIR=%{buildroot} install
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
@@ -121,9 +117,8 @@
 # verification of anything.
 make -j1 check || :
 
-%post -n %{libmicrohttpd} -p /sbin/ldconfig
-%postun -n %{libmicrohttpd} -p /sbin/ldconfig
-
+%post -n %{libname} -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 %post devel
 %install_info --info-dir=%{_infodir} %{_infodir}/libmicrohttpd.info%{ext_info}
 %install_info --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
@@ -132,12 +127,11 @@
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd.info%{ext_info}
 %install_info_delete --info-dir=%{_infodir} 
%{_infodir}/libmicrohttpd-tutorial.info%{ext_info}
 
-%files -n %{libmicrohttpd}
-%defattr(-,root,root)
-%{_libdir}/%{name}.so.*
+%files -n %{libname}
+%doc COPYING
+%{_libdir}/%{name}.so.%{sover}*
 
 %files devel
-%defattr(-,root,root)
 %doc ChangeLog
 %{_includedir}/microhttpd.h
 %{_libdir}/%{name}.so

++++++ libmicrohttpd-0.9.55.tar.gz -> libmicrohttpd-0.9.57.tar.gz ++++++
++++ 28827 lines of diff (skipped)



Reply via email to