[wt/f20] new upstream version 3.3.3

Michal Minar miminar at fedoraproject.org
Wed Jun 11 10:21:22 UTC 2014


commit 07718e90c27d64e7c42e1e530246e98d6ba76f00
Author: Michal Minar <miminar at redhat.com>
Date:   Wed Jun 11 12:13:17 2014 +0200

    new upstream version 3.3.3

 .gitignore                                         |    1 +
 install-mysql.patch                                |   15 ---------------
 sources                                            |    2 +-
 ...PACKAGE-LICENSING => wt-3.3.3-PACKAGE-LICENSING |    0
 wt.spec                                            |   19 ++++++++++---------
 5 files changed, 12 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3d355bb..c8cd48d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wt-3.3.2-free.tar.xz
+/wt-3.3.3-free.tar.xz
diff --git a/sources b/sources
index 972daa9..0ca071c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5fc06a3e72654ef7d341e4c2c18152a  wt-3.3.2-free.tar.xz
+61ed3b79c409efffeb749a9fe103d7e2  wt-3.3.3-free.tar.xz
diff --git a/wt-3.3.2-PACKAGE-LICENSING b/wt-3.3.3-PACKAGE-LICENSING
similarity index 100%
rename from wt-3.3.2-PACKAGE-LICENSING
rename to wt-3.3.3-PACKAGE-LICENSING
diff --git a/wt-generate-tarball.sh b/wt-generate-tarball.sh
old mode 100644
new mode 100755
diff --git a/wt.spec b/wt.spec
index 8d223fc..f56fdf6 100644
--- a/wt.spec
+++ b/wt.spec
@@ -5,8 +5,8 @@
 %global WTRUNGROUP      apache
 
 Name:           wt
-Version:        3.3.2
-Release:        2%{?dist}
+Version:        3.3.3
+Release:        1%{?dist}
 Summary:        C++ library for developing web applications
 
 Group:          Development/Libraries
@@ -14,8 +14,8 @@ Group:          Development/Libraries
 License:        GPLv2 and Boost and MIT and (Boost or MIT) and BSD and zlib
 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
+#  http://citylan.dl.sourceforge.net/project/witty/wt/3.3.3/wt-3.3.3.tar.gz
+# by running ./wt-generate-tarball.sh 3.3.3 from tarball's directory
 Source0:        %{name}-%{version}-free.tar.xz
 Source1:        %{name}-%{version}-PACKAGE-LICENSING
 # Explain why the locale example is renamed to timezone.
@@ -26,11 +26,10 @@ Source3:        README.fedora
 # Therefore we use this script to remove its code before shipping it.
 # Download the upstream tarball and invoke this script while in the
 # tarball's directory:
-#   sh wt-generate-tarball.sh UPSTREAM_VERSION
+#   ./wt-generate-tarball.sh UPSTREAM_VERSION
 Source4:        wt-generate-tarball.sh
 Patch0:         find-mysql.patch
-Patch1:         install-mysql.patch
-Patch2:         use-system-sqlite.patch
+Patch1:         use-system-sqlite.patch
 
 BuildRequires:  cmake >= 2.6 boost-devel%{_isa} >= 1.41 openssl-devel
 BuildRequires:  GraphicsMagick-devel pango-devel sqlite-devel postgresql-devel
@@ -102,8 +101,7 @@ This package contains the documents for Wt API and examples.
 %prep
 %setup -q -n %{name}-%{version}
 %patch0 -p1 -b .find-mysql
-%patch1 -p1 -b .install-mysql
-%patch2 -p1 -b .use-system-sqlite
+%patch1 -p1 -b .use-system-sqlite
 
 # static files like javascript and css should not be executable
 for d in src resources examples; do
@@ -279,6 +277,9 @@ popd
 %{_defaultdocdir}/%{name}-doc/examples/*
 
 %changelog
+* Wed Jun 11 2014 Michal Minar <miminar at redhat.com> 3.3.3-1
+- New upstream version 3.3.3.
+
 * Fri Mar 21 2014 Michal Minar <miminar at redhat.com> 3.3.2-2
 - Got rid of bundled sqlite libraries.
 


More information about the scm-commits mailing list