From e574360254d793a5c985a87f62c1450c24af378e Mon Sep 17 00:00:00 2001 From: Shakthi Kannan Date: Sep 29 2012 17:07:29 +0000 Subject: Updated to 0.11.0 --- diff --git a/.gitignore b/.gitignore index fe51914..6990acf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /antirez-hiredis-v0.10.0-3-gdf203bc.tar.gz /antirez-hiredis-v0.10.1-28-gd5d8843.tar.gz +/antirez-hiredis-v0.11.0-0-g0fff0f1.tar.gz diff --git a/hiredis.spec b/hiredis.spec index 384cc06..4979592 100644 --- a/hiredis.spec +++ b/hiredis.spec @@ -1,12 +1,12 @@ Name: hiredis -Version: 0.10.1 -Release: 4%{?dist} +Version: 0.11.0 +Release: 1%{?dist} Summary: A minimalistic C client library for Redis Group: System Environment/Libraries License: BSD URL: https://github.com/antirez/hiredis -Source0: antirez-%{name}-v%{version}-28-gd5d8843.tar.gz +Source0: antirez-%{name}-v%{version}-0-g0fff0f1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,7 +23,7 @@ The %{name}-devel package contains the header files and libraries to develop applications using a Redis database. %prep -%setup -q -n antirez-%{name}-d5d8843 +%setup -q -n antirez-%{name}-0fff0f1 %build make %{?_smp_mflags} OPTIMIZATION="%{optflags}" @@ -61,6 +61,9 @@ rm -rf %{buildroot} %{_libdir}/libhiredis.so %changelog +* Sat Sep 29 2012 Shakthi Kannan 0.11.0-1 +- Updated to 0.11.0 + * Thu Jul 19 2012 Fedora Release Engineering - 0.10.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 2375bde..c3cffaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dffcfd855a569ccf596478e8903d0133 antirez-hiredis-v0.10.1-28-gd5d8843.tar.gz +5a42727ea95d3a12a782433199a7c0ba antirez-hiredis-v0.11.0-0-g0fff0f1.tar.gz