[tntnet] Update to 2.2.1

Martin Gansser martinkg at fedoraproject.org
Mon Jan 20 18:15:54 UTC 2014


commit 1c6fc06e6b63ed9363e5ca7023b8d16fdf774d1b
Author: Martin Gansser <mgansser at alice.de>
Date:   Mon Jan 20 19:16:09 2014 +0100

    Update to 2.2.1

 .gitignore  |    1 +
 sources     |    2 +-
 tntnet.spec |   11 +++++++----
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 063a5f6..128ca96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /tntnet-2.1.tar.gz
 /tntnet.spec
 /tntnet-2.2.tar.gz
+/tntnet-2.2.1.tar.gz
diff --git a/sources b/sources
index aa6a43b..8116382 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cf773f8b0ce5db98a2a4fb7a8fa7eaa  tntnet-2.2.tar.gz
+febe799675c1b8b2f7259bad30cf6f23  tntnet-2.2.1.tar.gz
diff --git a/tntnet.spec b/tntnet.spec
index 9a25b00..6ee1f8e 100644
--- a/tntnet.spec
+++ b/tntnet.spec
@@ -1,6 +1,6 @@
 Name:             tntnet
-Version:          2.2
-Release:          8%{?dist}
+Version:          2.2.1
+Release:          1%{?dist}
 Summary:          A web application server for web applications
 
 # GPLv2+: framework/common/gcryptinit.c
@@ -13,7 +13,7 @@ Source1:          %{name}.service
 
 BuildRequires:    kernel-headers
 BuildRequires:    openssl-devel
-BuildRequires:    cxxtools-devel >= 2.2
+BuildRequires:    cxxtools-devel >= 2.2.1
 BuildRequires:    zip
 BuildRequires:    zlib-devel
 BuildRequires:    systemd-units
@@ -29,7 +29,7 @@ Requires(postun): systemd-units
 Summary:          Development files for %{name}
 Group:            Development/Libraries
 Requires:         %{name}%{?_isa} = %{version}-%{release}
-Requires:         cxxtools-devel%{?_isa} >= 2.2
+Requires:         cxxtools-devel%{?_isa} >= 2.2.1
 
 %description devel
 Development files for %{name}
@@ -101,6 +101,9 @@ exit 0
 %{_includedir}/tnt/
 
 %changelog
+* Mon Jan 20 2014 Martin Gansser <martinkg at fedoraproject.org> - 2.2.1-1
+- new release
+
 * Sun Sep 22 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-8
 - Add missing dependency on cxxtools-devel in tntnet-devel (#896003).
 - Add missing /sbin/ldconfig calls in %%post and %%postun.


More information about the scm-commits mailing list