[tinc] * Wed Apr 24 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.21-1 - Updated to new upstream ver

Fabian Affolter fab at fedoraproject.org
Wed Apr 24 15:30:26 UTC 2013


commit 413eb84734a91d4884112160cd4ad3b9eeddbf5d
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Apr 24 17:30:17 2013 +0200

    * Wed Apr 24 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.21-1
    - Updated to new upstream version 1.0.21

 .gitignore |    1 +
 sources    |    2 +-
 tinc.spec  |   23 +++++------------------
 3 files changed, 7 insertions(+), 19 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c93e620..d56dc51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ tinc-1.0.12.tar.gz
 /tinc-1.0.13.tar.gz
 /tinc-1.0.16.tar.gz
 /tinc-1.0.19.tar.gz
+/tinc-1.0.21.tar.gz
diff --git a/sources b/sources
index 82978e2..07aa852 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5d97ee0f1ccf8fea5b492f6b54d5ac32  tinc-1.0.19.tar.gz
+d7bc9ca38672c9da08d74ff2a3e8e36d  tinc-1.0.21.tar.gz
diff --git a/tinc.spec b/tinc.spec
index d621a5e..e8d21a3 100644
--- a/tinc.spec
+++ b/tinc.spec
@@ -1,13 +1,11 @@
 Name:           tinc
-Version:        1.0.19
-Release:        3%{?dist}
+Version:        1.0.21
+Release:        1%{?dist}
 Summary:        A virtual private network daemon
 
-Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://www.tinc-vpn.org/
 Source0:        http://www.tinc-vpn.org/packages/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  openssl-devel
 BuildRequires:  lzo-devel
@@ -15,7 +13,6 @@ BuildRequires:  lzo-devel
 Requires(post):  info
 Requires(preun): info
 
-
 %description
 tinc is a Virtual Private Network (VPN) daemon that uses tunnelling
 and encryption to create a secure private network between hosts on
@@ -25,45 +22,35 @@ existing software. This tunnelling allows VPN sites to share
 information with each other over the Internet without exposing any
 information to others.
 
-
 %prep
 %setup -q
 
-
 %build
 %configure
 make %{?_smp_mflags}
 
-
 %install
-rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="install -p"
 rm -f %{buildroot}%{_infodir}/dir
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %post
 /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || :
 
-
 %preun
 if [ $1 = 0 ] ; then
 /sbin/install-info --delete %{_infodir}/%{name}.info %{_infodir}/dir || :
 fi
 
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING COPYING.README NEWS README THANKS doc/sample* doc/*.tex
 %{_mandir}/man*/%{name}*.*
 %{_infodir}/%{name}.info.gz
 %{_sbindir}/%{name}d
 
-
 %changelog
+* Wed Apr 24 2013 Fabian Affolter <mail at fabian-affolter.ch> - 1.0.21-1
+- Updated to new upstream version 1.0.21
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.19-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list