diff --git a/.gitignore b/.gitignore index 9d48346..fe51914 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /antirez-hiredis-v0.10.0-3-gdf203bc.tar.gz +/antirez-hiredis-v0.10.1-28-gd5d8843.tar.gz diff --git a/hiredis.spec b/hiredis.spec index 01d14ce..4edfeb3 100644 --- a/hiredis.spec +++ b/hiredis.spec @@ -1,12 +1,12 @@ Name: hiredis -Version: 0.10.0 -Release: 3%{?dist} +Version: 0.10.1 +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}-3-gdf203bc.tar.gz +Source0: antirez-%{name}-v%{version}-28-gd5d8843.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: redis @@ -24,7 +24,7 @@ The %{name}-devel package contains the header files and libraries to develop applications using a Redis database. %prep -%setup -q -n antirez-%{name}-df203bc +%setup -q -n antirez-%{name}-d5d8843 %build make %{?_smp_mflags} OPTIMIZATION="%{optflags}" @@ -49,7 +49,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc COPYING TODO +%doc COPYING %{_bindir}/hiredis-example %{_bindir}/hiredis-test %{_libdir}/libhiredis.so.0.10 @@ -62,6 +62,9 @@ rm -rf %{buildroot} %{_libdir}/libhiredis.so %changelog +* Fri Dec 30 2011 Shakthi Kannan 0.10.1-1 +- Updated to upstream 0.10.1-28-gd5d8843. + * Mon May 16 2011 Shakthi Kannan 0.10.0-3 - Removed INSTALL_LIB from install target as we use INSTALL_LIBRARY_PATH. - Use 'client library' in Summary. diff --git a/sources b/sources index f3e570b..2375bde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b32b930e5e1ee007594c1056c3ff1c0e antirez-hiredis-v0.10.0-3-gdf203bc.tar.gz +dffcfd855a569ccf596478e8903d0133 antirez-hiredis-v0.10.1-28-gd5d8843.tar.gz