[wt] update to 3.3.2

Michal Minar miminar at fedoraproject.org
Fri Mar 14 11:18:49 UTC 2014


commit a97601350debdd9a662a201b931219c04435f849
Author: Michal Minar <miminar at redhat.com>
Date:   Fri Mar 14 10:30:44 2014 +0100

    update to 3.3.2

 .gitignore                                         |    2 +-
 sources                                            |    2 +-
 ...PACKAGE-LICENSING => wt-3.3.2-PACKAGE-LICENSING |    0
 wt.spec                                            |   12 +++++++-----
 4 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40a13df..3d355bb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/wt-3.3.1-rc1-free.tar.xz
+/wt-3.3.2-free.tar.xz
diff --git a/sources b/sources
index a4ddc60..972daa9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-211a824045a36e28cb7f8b2866d4c813  wt-3.3.1-rc1-free.tar.xz
+d5fc06a3e72654ef7d341e4c2c18152a  wt-3.3.2-free.tar.xz
diff --git a/wt-3.3.1-PACKAGE-LICENSING b/wt-3.3.2-PACKAGE-LICENSING
similarity index 100%
rename from wt-3.3.1-PACKAGE-LICENSING
rename to wt-3.3.2-PACKAGE-LICENSING
diff --git a/wt.spec b/wt.spec
index da64c4d..141beb1 100644
--- a/wt.spec
+++ b/wt.spec
@@ -3,11 +3,10 @@
 
 %global WTRUNUSER       apache
 %global WTRUNGROUP      apache
-%global alphatag        rc1
 
 Name:           wt
-Version:        3.3.1
-Release:        0.1.%{alphatag}%{?dist}
+Version:        3.3.2
+Release:        1%{?dist}
 Summary:        C++ library for developing web applications
 
 Group:          Development/Libraries
@@ -17,7 +16,7 @@ URL:            http://www.webtoolkit.eu/wt
 # Following archive was made from upstream tarball downloaded from
 #  http://citylan.dl.sourceforge.net/project/witty/wt/3.3.1/wt-3.3.1-rc1.tar.gz
 # by running ./wt-generate-tarball.sh 3.3.1-rc1 from tarball's directory
-Source0:        %{name}-%{version}-%{alphatag}-free.tar.xz
+Source0:        %{name}-%{version}-free.tar.xz
 Source1:        %{name}-%{version}-PACKAGE-LICENSING
 # Explain why the locale example is renamed to timezone.
 Source2:        timezone-README.fedora
@@ -100,7 +99,7 @@ BuildArch:      noarch
 This package contains the documents for Wt API and examples.
 
 %prep
-%setup -q -n %{name}-%{version}-%{alphatag}
+%setup -q -n %{name}-%{version}
 %patch0 -p1 -b .find-mysql
 %patch1 -p1 -b .install-mysql
 
@@ -278,6 +277,9 @@ popd
 %{_defaultdocdir}/%{name}-doc/examples/*
 
 %changelog
+* Fri Mar 14 2014 Michal Minar <miminar at redhat.com> 3.3.2-1
+- Update to 3.3.2
+
 * Sun Sep 22 2013 Michal Minar <miminar at redhat.com> 3.3.1-0.1.rc1
 - Update to 3.3.1-rc1.
 - Added dbo-mysql subpackage with MySQL backend library.


More information about the scm-commits mailing list