Hello community,

here is the log from the commit of package ulfius for openSUSE:Factory checked 
in at 2019-01-08 12:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ulfius (Old)
 and      /work/SRC/openSUSE:Factory/.ulfius.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ulfius"

Tue Jan  8 12:29:13 2019 rev:3 rq:663315 version:2.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ulfius/ulfius.changes    2018-08-27 
12:58:56.552789545 +0200
+++ /work/SRC/openSUSE:Factory/.ulfius.new.28833/ulfius.changes 2019-01-08 
12:31:25.248079818 +0100
@@ -1,0 +2,36 @@
+Fri Dec 28 15:49:07 UTC 2018 - [email protected]
+
+- Update to version 2.5.2
+  * Fix utf8 check on NULL value
+- Update to version 2.5.1
+  * Fix uwsc crash on some systems
+- Update to version 2.5.0
+  * Add struct _u_endpoint.check_utf8 to check all request parameters
+    and values to be valid utf8 strings.
+  * Add client certificate authentication for webservice and send
+    request library.
+  * Add support for SameSite attribute in response cookies
+- Update to version 2.4.4
+  * CMake scripts improvements
+- Update to version 2.4.3
+  * Add config file ulfius-cfg.h dynamically built with the options
+  * Adapt examples with new ulfius-cfg.h file
+- Update to version 2.4.2
+  * Fix #79 where yuarel should be hidden from the outside world
+- Update to version 2.4.1
+  * Fix #78 where gnutls is not required if websocket is disabled
+- Update to version 2.4.0
+  * Fix Websocket fragmented messages
+  * Fix CMake script that installed Orcania twice
+  * Fix cppcheck warnings
+  * Add timeout for http connections
+  * Allow to use MHD_RESPMEM_MUST_COPY for different memory manager
+  * Add websocket client framework
+  * Add uwsc - Ulfius WebSocket Client
+    A simple command-line websocket client program
+- Remove patches (included/fixed upstream):
+  * 0001-Fix-pkg-config-information-add-requires-fields-as-me.patch
+  * ulfius-fix-cmake-path.patch
+- Create subpackage "uwsc" for the Ulfius WebSocket Client program
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-pkg-config-information-add-requires-fields-as-me.patch
  ulfius-2.3.8.tar.gz
  ulfius-fix-cmake-path.patch

New:
----
  ulfius-2.5.2.tar.gz

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

Other differences:
------------------
++++++ ulfius.spec ++++++
--- /var/tmp/diff_new_pack.o5O1Mj/_old  2019-01-08 12:31:25.832079183 +0100
+++ /var/tmp/diff_new_pack.o5O1Mj/_new  2019-01-08 12:31:25.836079179 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package ulfius
 #
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2018, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,17 +17,15 @@
 #
 
 
-%define sover 2_3
+%define sover 2_5
 Name:           ulfius
-Version:        2.3.8
+Version:        2.5.2
 Release:        0
 Summary:        Web Framework for REST Applications in C
 License:        MIT
 Group:          Development/Languages/C and C++
 URL:            https://github.com/babelouest/ulfius
 Source:         
https://github.com/babelouest/ulfius/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         ulfius-fix-cmake-path.patch
-Patch1:         0001-Fix-pkg-config-information-add-requires-fields-as-me.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
@@ -61,14 +60,20 @@
 %description devel
 Development and header files for libulfius.
 
+%package -n uwsc
+Summary:        Ulfius WebSocket Client
+Group:          Productivity/Networking/Web/Utilities
+
+%description -n uwsc
+A simple command-line websocket client program.
+
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
 %cmake \
-    -DCMAKE_SHARED_LINKER_FLAGS=""
+    -DCMAKE_SHARED_LINKER_FLAGS="" \
+    -DCMAKE_INSTALL_PREFIX:PATH=/
 make %{?_smp_mflags}
 
 %install
@@ -86,7 +91,11 @@
 %files devel
 %doc API.md
 %{_includedir}/ulfius.h
+%{_includedir}/ulfius-cfg.h
 %{_libdir}/libulfius.so
 %{_libdir}/pkgconfig/libulfius.pc
 
+%files -n uwsc
+%{_bindir}/uwsc
+
 %changelog

++++++ ulfius-2.3.8.tar.gz -> ulfius-2.5.2.tar.gz ++++++
++++ 11871 lines of diff (skipped)


Reply via email to