[tomcat-native] Update to 1.1.22.

Ville Skyttä scop at fedoraproject.org
Tue Aug 9 08:40:07 UTC 2011


commit be8024fbd4ec72ce73aebff9b8693937c8481ac0
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Tue Aug 9 11:39:49 2011 +0300

    Update to 1.1.22.

 .gitignore         |    2 +-
 sources            |    2 +-
 tomcat-native.spec |   10 +++++++---
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e5ad2bf..dafa321 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-tomcat-native-1.1.20-src.tar.gz
+/*.tar.*
diff --git a/sources b/sources
index 7c93681..f9d7b11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fb2b9d073cb6575c2d0020eda266ca0c  tomcat-native-1.1.20-src.tar.gz
+44d764f8d99d0454c7337ba9701558ee  tomcat-native-1.1.22-src.tar.gz
diff --git a/tomcat-native.spec b/tomcat-native.spec
index c6900a5..6e0d960 100644
--- a/tomcat-native.spec
+++ b/tomcat-native.spec
@@ -1,11 +1,11 @@
 Name:           tomcat-native
-Version:        1.1.20
-Release:        2%{?dist}
+Version:        1.1.22
+Release:        1%{?dist}
 Summary:        Tomcat native library
 
 Group:          System Environment/Libraries
 License:        ASL 2.0
-URL:            http://tomcat.apache.org/tomcat-6.0-doc/apr.html
+URL:            http://tomcat.apache.org/tomcat-7.0-doc/apr.html
 Source0:        http://www.apache.org/dist/tomcat/tomcat-connectors/native/%{version}/source/%{name}-%{version}-src.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -30,6 +30,7 @@ provides support for using APR in Tomcat.
 
 %prep
 %setup -q -n %{name}-%{version}-src
+f=CHANGELOG.txt ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
 
 %build
@@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Aug  9 2011 Ville Skyttä <ville.skytta at iki.fi> - 1.1.22-1
+- Update to 1.1.22.
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.20-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list