Hello community,

here is the log from the commit of package libmicrohttpd for openSUSE:Factory 
checked in at 2016-04-30 23:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmicrohttpd (Old)
 and      /work/SRC/openSUSE:Factory/.libmicrohttpd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmicrohttpd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmicrohttpd/libmicrohttpd.changes      
2015-12-23 08:48:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmicrohttpd.new/libmicrohttpd.changes 
2016-04-30 23:24:45.000000000 +0200
@@ -1,0 +2,9 @@
+Thu Apr 14 18:10:40 UTC 2016 - [email protected]
+
+- Update to 0.9.49
+  * See provided Changelog for details
+- Fix typo in previous changelog entry
+- Refresh patches
+- Use pkgconfig style dependencies
+
+-------------------------------------------------------------------
@@ -4 +13 @@
-- Update to 0.9.4
+- Update to 0.9.48

Old:
----
  libmicrohttpd-0.9.48.tar.gz
  libmicrohttpd-0.9.48.tar.gz.sig

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

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

Other differences:
------------------
++++++ libmicrohttpd.spec ++++++
--- /var/tmp/diff_new_pack.dmS5YQ/_old  2016-04-30 23:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.dmS5YQ/_new  2016-04-30 23:24:46.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmicrohttpd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2010,2011,2012  Stephan Kleine
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,7 +19,7 @@
 
 %global libmicrohttpd libmicrohttpd12
 Name:           libmicrohttpd
-Version:        0.9.48
+Version:        0.9.49
 Release:        0
 Summary:        Small Embeddable HTTP Server Library
 License:        LGPL-2.1+
@@ -33,15 +33,15 @@
 Patch2:         libmicrohttpd_test_data.patch
 BuildRequires:  curl
 BuildRequires:  file-devel
-BuildRequires:  libcurl-devel
 BuildRequires:  libgcrypt-devel >= 1.2.4
-BuildRequires:  libgnutls-devel
-BuildRequires:  libtasn1-devel
 BuildRequires:  libtool
 BuildRequires:  makeinfo
 BuildRequires:  openssl-devel
 BuildRequires:  pkg-config
 BuildRequires:  socat
+BuildRequires:  pkgconfig(gnutls)
+BuildRequires:  pkgconfig(libcurl)
+BuildRequires:  pkgconfig(libtasn1)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,7 +72,7 @@
 
 %package -n %{libmicrohttpd}
 Summary:        Small embeddable http server library
-Group:          System/libraries
+Group:          System/Libraries
 
 %description -n %{libmicrohttpd}
 Shared library for %{name} (%{summary}).
@@ -81,7 +81,8 @@
 Summary:        Small Embeddable HTTP Server Library
 Group:          Development/Libraries/C and C++
 Requires:       %{libmicrohttpd} = %{version}
-Requires:       libgnutls-devel
+Requires:       pkg-config
+Requires:       pkgconfig(gnutls)
 Requires(post): info
 Requires(preun): info
 
@@ -91,8 +92,8 @@
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
+%patch1
+%patch2
 
 %build
 %configure \
@@ -108,7 +109,7 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
@@ -116,7 +117,6 @@
 make -j 1 check
 
 %post -n %{libmicrohttpd} -p /sbin/ldconfig
-
 %postun -n %{libmicrohttpd} -p /sbin/ldconfig
 
 %post devel
@@ -137,7 +137,7 @@
 %{_includedir}/microhttpd.h
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/%{name}.pc
-%{_infodir}/%{name}*.info*
-%{_mandir}/man3/%{name}.3*
+%{_infodir}/%{name}*.info%{ext_info}
+%{_mandir}/man3/%{name}.3%{ext_man}
 
 %changelog

++++++ disable-stalling-test.patch ++++++
--- /var/tmp/diff_new_pack.dmS5YQ/_old  2016-04-30 23:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.dmS5YQ/_new  2016-04-30 23:24:46.000000000 +0200
@@ -1,7 +1,7 @@
-Index: libmicrohttpd-0.9.48/src/testcurl/test_start_stop.c
+Index: src/testcurl/test_start_stop.c
 ===================================================================
---- libmicrohttpd-0.9.48.orig/src/testcurl/test_start_stop.c
-+++ libmicrohttpd-0.9.48/src/testcurl/test_start_stop.c
+--- src/testcurl/test_start_stop.c.orig
++++ src/testcurl/test_start_stop.c
 @@ -108,21 +108,6 @@ main (int argc, char *const *argv)
  {
    unsigned int errorCount = 0;

++++++ libmicrohttpd-0.9.48.tar.gz -> libmicrohttpd-0.9.49.tar.gz ++++++
++++ 8377 lines of diff (skipped)


++++++ libmicrohttpd_test_data.patch ++++++
--- /var/tmp/diff_new_pack.dmS5YQ/_old  2016-04-30 23:24:46.000000000 +0200
+++ /var/tmp/diff_new_pack.dmS5YQ/_new  2016-04-30 23:24:46.000000000 +0200
@@ -1,7 +1,7 @@
-Index: libmicrohttpd-0.9.48/src/testcurl/https/test_https_sni.c
+Index: src/testcurl/https/test_https_sni.c
 ===================================================================
---- libmicrohttpd-0.9.48.orig/src/testcurl/https/test_https_sni.c
-+++ libmicrohttpd-0.9.48/src/testcurl/https/test_https_sni.c
+--- src/testcurl/https/test_https_sni.c.orig
++++ src/testcurl/https/test_https_sni.c
 @@ -186,7 +186,7 @@ do_get (const char *url)
    size_t len;
    struct curl_slist *dns_info;
@@ -20,10 +20,10 @@
      {
        fprintf (stderr, "Error: local file & received file differ.\n");
        free (cbc.buf);
-Index: libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.c
+Index: src/testcurl/https/tls_test_common.c
 ===================================================================
---- libmicrohttpd-0.9.48.orig/src/testcurl/https/tls_test_common.c
-+++ libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.c
+--- src/testcurl/https/tls_test_common.c.orig
++++ src/testcurl/https/tls_test_common.c
 @@ -74,7 +74,7 @@ test_daemon_get (void *cls,
    char url[255];
    size_t len;
@@ -74,10 +74,10 @@
                len) != 0) )
      {
        fprintf (stderr, "Error: local file & received file differ.\n");
-Index: libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.h
+Index: src/testcurl/https/tls_test_common.h
 ===================================================================
---- libmicrohttpd-0.9.48.orig/src/testcurl/https/tls_test_common.h
-+++ libmicrohttpd-0.9.48/src/testcurl/https/tls_test_common.h
+--- src/testcurl/https/tls_test_common.h.orig
++++ src/testcurl/https/tls_test_common.h
 @@ -34,7 +34,7 @@
  
  #define DEAMON_TEST_PORT 4233


Reply via email to