Hello community,

here is the log from the commit of package websocketpp for openSUSE:Factory 
checked in at 2014-11-24 11:08:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/websocketpp (Old)
 and      /work/SRC/openSUSE:Factory/.websocketpp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "websocketpp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/websocketpp/websocketpp.changes  2014-11-02 
16:46:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.websocketpp.new/websocketpp.changes     
2014-11-24 11:08:47.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Nov 19 18:34:39 UTC 2014 - [email protected]
+
+- update to 0.4.0
+- Breaking API changes:
+  + All methods now throw websocketpp::exception
+  + Custom logging policies have some new required constructors
+- Breaking utility changes:
+  + websocketpp::lib::net::htonll and websocketpp::lib::net::ntohll
+    have been prefixed with an underscore to avoid conflicts
+  + signature changes to base64_encode, sha1::calc
+- New Features:
+  + Adds incomplete minimal_server and minimal_client configs
+- Bug and compatibility fixes    
+- use cmake macros
+- clean spec file
+
+-------------------------------------------------------------------

Old:
----
  websocketpp-0.3.0.tar.gz

New:
----
  websocketpp-0.4.0.tar.gz

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

Other differences:
------------------
++++++ websocketpp.spec ++++++
--- /var/tmp/diff_new_pack.f1I21T/_old  2014-11-24 11:08:48.000000000 +0100
+++ /var/tmp/diff_new_pack.f1I21T/_new  2014-11-24 11:08:48.000000000 +0100
@@ -17,16 +17,16 @@
 
 
 Name:           websocketpp
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        C++ WebSocket Protocol Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 Url:            http://www.zaphoyd.com/websocketpp
-Source0:        %{name}-%{version}.tar.gz
+Source0:        
https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        websocketpp.pc
 BuildRequires:  boost-devel
-BuildRequires:  cmake
+BuildRequires:  cmake >= 2.6
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
 BuildArch:      noarch
@@ -50,31 +50,36 @@
 iostreams and one based on Boost Asio.
 
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
+%if 0%{?suse_version} >= 1310
+%cmake
+%else
 mkdir build
 pushd build
 cmake .. \
     -DCMAKE_INSTALL_PREFIX=%{_prefix} \
     -DCMAKE_BUILD_TYPE=RelWithDebInfo \
     -DCMAKE_VERBOSE_MAKEFILE=ON
-
+%endif
 make %{?_smp_mflags}
-popd
 
 %install
+%if 0%{?suse_version} >= 1310
+%cmake_install
+%else
 pushd build
 %make_install
+%endif
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/websocketpp.pc
-popd
 
 %files devel
 %defattr(-,root,root,-)
 %doc COPYING changelog.md readme.md roadmap.md
 %{_includedir}/websocketpp
-%{_prefix}/lib/cmake
-%{_prefix}/lib/cmake/websocketpp
+%{_libexecdir}/cmake
+%{_libexecdir}/cmake/websocketpp
 %{_datadir}/pkgconfig/websocketpp.pc
 
 %changelog

++++++ websocketpp-0.3.0.tar.gz -> websocketpp-0.4.0.tar.gz ++++++
++++ 8509 lines of diff (skipped)

++++++ websocketpp.pc ++++++
--- /var/tmp/diff_new_pack.f1I21T/_old  2014-11-24 11:08:48.000000000 +0100
+++ /var/tmp/diff_new_pack.f1I21T/_new  2014-11-24 11:08:48.000000000 +0100
@@ -4,6 +4,6 @@
 
 Name: websocketpp
 Description: WebSocket API
-Version: 0.3.0
+Version: 0.4.0
 URL: http://www.zaphoyd.com/websocketpp/
 Cflags: -I${includedir}/

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to