[tntnet/f20] Update to 2.2.1

Martin Gansser martinkg at fedoraproject.org
Mon Jan 20 18:19:33 UTC 2014


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

    Update to 2.2.1

 tntnet.spec |   19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/tntnet.spec b/tntnet.spec
index 98f3cd2..6ee1f8e 100644
--- a/tntnet.spec
+++ b/tntnet.spec
@@ -1,6 +1,6 @@
 Name:             tntnet
-Version:          2.2
-Release:          7%{?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,6 +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.1
 
 %description devel
 Development files for %{name}
@@ -63,6 +64,7 @@ getent passwd %{name} > /dev/null || \
 exit 0
 
 %post
+/sbin/ldconfig
 %systemd_post %{name}.service
 
 %preun
@@ -70,9 +72,9 @@ exit 0
 
 %postun
 %systemd_postun_with_restart %{name}.service
+/sbin/ldconfig
 
 %files
-%defattr (-, root, root)
 %doc AUTHORS ChangeLog COPYING README
 %dir %{_sysconfdir}/tntnet
 %config(noreplace) %{_sysconfdir}/%{name}/%{name}.xml
@@ -94,12 +96,19 @@ exit 0
 %{_mandir}/man8/tntnet.8.gz
 
 %files devel
-%defattr (-, root, root)
 %{_bindir}/tntnet-config
 %{_libdir}/libtntnet*.so
 %{_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.
+- Using %%defattr is not needed anymore.
+
 * Thu Aug 08 2013 Petr Pisar <ppisar at redhat.com> - 2.2-7
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list