Hello community,

here is the log from the commit of package hiredis for openSUSE:Factory checked 
in at 2015-03-03 11:15:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hiredis (Old)
 and      /work/SRC/openSUSE:Factory/.hiredis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hiredis"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hiredis/hiredis.changes  2013-08-28 
21:14:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.hiredis.new/hiredis.changes     2015-03-03 
11:16:34.000000000 +0100
@@ -1,0 +2,27 @@
+Mon Mar  2 20:11:44 UTC 2015 - [email protected]
+
+- Update to 0.12.1
+  * Fix `make install`: DESTDIR support, install all required 
+    files, install PKGCONF in proper location
+  * Fix `make test` as 32 bit build on 64 bit platform
+- Changes for  0.12.0
+  * Add optional KeepAlive support
+  * Try again on EINTR errors
+  * Add libuv adapter
+  * Add IPv6 support
+  * Remove possiblity of multiple close on same fd
+  * Add ability to bind source address on connect
+  * Add redisConnectFd() and redisFreeKeepFd()
+  * Fix getaddrinfo() memory leak
+  * Free string if it is unused (fixes memory leak)
+  * Improve redisAppendCommandArgv performance 2.5x
+  * Add support for SO_REUSEADDR
+  * Fix redisvFormatCommand format parsing
+  * Add GLib 2.0 adapter
+  * Refactor reading code into read.c
+  * Fix errno error buffers to not clobber errors
+  * Generate pkgconf during build
+  * Silence _BSD_SOURCE warnings
+  * Improve digit counting for multibulk creation
+
+-------------------------------------------------------------------

Old:
----
  v0.11.0.tar.gz

New:
----
  v0.12.1.tar.gz

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

Other differences:
------------------
++++++ hiredis.spec ++++++
--- /var/tmp/diff_new_pack.vPZhMb/_old  2015-03-03 11:16:35.000000000 +0100
+++ /var/tmp/diff_new_pack.vPZhMb/_new  2015-03-03 11:16:35.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package 
+# spec file for package hiredis
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%global libname lib%{name}0_10
 
+%global libname lib%{name}0_12
 Name:           hiredis
-Version:        0.11.0
-Release:        1
-License:        BSD-3-Clause
+Version:        0.12.1
+Release:        0
 Summary:        Minimalistic C client for Redis
-Url:            https://github.com/redis/hiredis
+License:        BSD-3-Clause
 Group:          Productivity/Databases/Clients
+Url:            https://github.com/redis/hiredis
 Source0:        https://github.com/redis/hiredis/archive/v%{version}.tar.gz
+BuildRequires:  pkg-config
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -34,7 +35,7 @@
 %package devel
 Summary:        Header files and libraries for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{libname} = %{version}
 
 %description devel 
 The %{name}-devel package contains the header files and 
@@ -54,7 +55,6 @@
 %build
 make %{?_smp_mflags} OPTIMIZATION="%{optflags}"
 
-
 %install
 make install PREFIX=%{buildroot}/%{_prefix} 
INSTALL_LIBRARY_PATH=%{buildroot}%{_libdir}
 
@@ -77,6 +77,7 @@
 %doc CHANGELOG.md
 %{_includedir}/%{name}/
 %{_libdir}/lib%{name}.so
+%{_libdir}/pkgconfig/hiredis.pc
 
 %files -n %{libname}
 %defattr(0755,root,root,0755)

++++++ v0.11.0.tar.gz -> v0.12.1.tar.gz ++++++
++++ 5584 lines of diff (skipped)

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

Reply via email to