[tclap] upstream release

bpostle bpostle at fedoraproject.org
Sat Dec 14 23:35:25 UTC 2013


commit b76a78a54f8a05397f240952b6338c74040aa854
Author: Bruno Postle <bruno at postle.net>
Date:   Sat Dec 14 23:41:10 2013 +0000

    upstream release

 .gitignore |    1 +
 sources    |    2 +-
 tclap.spec |    8 ++++++--
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 93354e3..318c6d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tclap-1.2.0.tar.gz
+/tclap-1.2.1.tar.gz
diff --git a/sources b/sources
index d3a2a97..b676211 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f6ea7c05ef62f920d30e4bde5ee3ec8c  tclap-1.2.0.tar.gz
+eb0521d029bf3b1cc0dcaa7e42abf82a  tclap-1.2.1.tar.gz
diff --git a/tclap.spec b/tclap.spec
index 59342d1..ffd35d7 100644
--- a/tclap.spec
+++ b/tclap.spec
@@ -1,7 +1,7 @@
 Name:           tclap
 Summary:        Template-Only Command Line Argument Parser
-Version:        1.2.0
-Release:        9%{?dist}
+Version:        1.2.1
+Release:        1%{?dist}
 License:        MIT
 URL:            http://%{name}.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -40,6 +40,7 @@ API documentation for the Template-Only Command Line Argument Parser library
 %prep
 %setup -q
 sed -i 's/\r//' docs/style.css
+rm -rf docs/html/CVS
 
 %build
 %configure
@@ -68,6 +69,9 @@ make %{?_smp_mflags} check
 %doc __tmp_doc/*
 
 %changelog
+* Sat Dec 14 2013 Bruno Postle 1.2.1-1
+- Upstream release
+
 * Fri Dec 13 2013 Michael Schwendt <mschwendt at fedoraproject.org> - 1.2.0-9
 - Fix duplicate documentation (#1001296)
 - Fix the unusual packaging (eliminate dummy base package!)


More information about the scm-commits mailing list