[tcl-tcludp] 1.0.11

Tom Callaway spot at fedoraproject.org
Tue Aug 26 17:56:20 UTC 2014


commit e14a3fd1e6bd798106663268dec8b00033e9c1cb
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Tue Aug 26 13:56:16 2014 -0400

    1.0.11

 .gitignore      |    1 +
 sources         |    2 +-
 tcl-tcludp.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f21515d..1bed24e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 tcludp-1.0.8.tar.gz
 /tcludp-1.0.10.tar.gz
+/tcludp-1.0.11.tar.gz
diff --git a/sources b/sources
index f3a3f95..ee2770d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1843398b4ee9fbc17eb2e19465710f80  tcludp-1.0.10.tar.gz
+945ea7afd1df9e46090733ffbfd724a1  tcludp-1.0.11.tar.gz
diff --git a/tcl-tcludp.spec b/tcl-tcludp.spec
index 90a03d6..46e8a05 100644
--- a/tcl-tcludp.spec
+++ b/tcl-tcludp.spec
@@ -3,8 +3,8 @@
 %define realname tcludp
 
 Name:		tcl-%{realname}
-Version:	1.0.10
-Release:	5%{?dist}
+Version:	1.0.11
+Release:	1%{?dist}
 Summary:	Tcl extension for UDP support
 Group:		System Environment/Libraries
 License:	MIT
@@ -19,7 +19,7 @@ Requires:	tcl(abi) = 8.6
 The Tcl UDP extension provides a simple library to support UDP socket in Tcl.
 
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n %{realname}
 
 %build
 %configure
@@ -37,6 +37,9 @@ mv %{buildroot}%{_libdir}/udp%{version} %{buildroot}%{tcl_sitearch}/udp%{version
 %{_mandir}/mann/udp*
 
 %changelog
+* Tue Aug 26 2014 Tom Callaway <spot at fedoraproject.org> - 1.0.11-1
+- update to 1.0.11
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list