[socket_wrapper/epel7] Update to version 1.1.1.

asn asn at fedoraproject.org
Wed Sep 10 12:17:00 UTC 2014


commit 1ff3975a73d8128ad485d811867b6c1e53c91a8c
Author: Andreas Schneider <asn at cryptomilk.org>
Date:   Tue Sep 9 15:48:51 2014 +0200

    Update to version 1.1.1.

 .gitignore          |    1 +
 socket_wrapper.spec |   11 +++++++----
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9f2cb25..c8f11dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /socket_wrapper-1.0.1.tar.gz
 /socket_wrapper-1.0.2.tar.gz
 /socket_wrapper-1.1.0.tar.gz
+/socket_wrapper-1.1.1.tar.gz
diff --git a/socket_wrapper.spec b/socket_wrapper.spec
index 283f5a0..4b2ffaa 100644
--- a/socket_wrapper.spec
+++ b/socket_wrapper.spec
@@ -1,5 +1,5 @@
 Name:           socket_wrapper
-Version:        1.1.0
+Version:        1.1.1
 Release:        1%{?dist}
 
 License:        BSD
@@ -30,12 +30,12 @@ development/testing.
 
 %build
 if test ! -e "obj"; then
-    mkdir obj
+mkdir obj
 fi
 pushd obj
 %cmake \
-  -DUNIT_TESTING=ON \
-  %{_builddir}/%{name}-%{version}
+-DUNIT_TESTING=ON \
+%{_builddir}/%{name}-%{version}
 
 make %{?_smp_mflags} VERBOSE=1
 popd
@@ -65,6 +65,9 @@ popd
 %{_libdir}/pkgconfig/socket_wrapper.pc
 
 %changelog
+* Tue Sep 09 2014 - Andreas Schneider <asn at redhat.com> - 1.1.1-1
+- Update to version 1.1.1.
+
 * Mon Jun 02 2014 - Andreas Schneider <asn at redhat.com> - 1.1.0-1
 - Update to version 1.1.0.
 
diff --git a/sources b/sources
index daa3afc..13b569c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5f71ac78ef8fe568bf653ccce9da7975  socket_wrapper-1.1.0.tar.gz
+7bf691a5973785579f262f956065efc3  socket_wrapper-1.1.1.tar.gz


More information about the scm-commits mailing list