[ETL] Latest upstream.

Jon Ciesla limb at fedoraproject.org
Mon Apr 23 13:30:23 UTC 2012


commit 3bb6e30c780246392d93bde71e0c1af5f4b50492
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Apr 23 08:29:57 2012 -0500

    Latest upstream.

 .gitignore |    1 +
 ETL.spec   |   16 ++++++++++------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 87fe7d6..8a70267 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ETL-0.04.13.tar.gz
 /ETL-0.04.14.tar.gz
+/ETL-0.04.15.tar.gz
diff --git a/ETL.spec b/ETL.spec
index 642cc01..239c53a 100644
--- a/ETL.spec
+++ b/ETL.spec
@@ -1,17 +1,17 @@
 %define debug_package %{nil}
 
 Name:           ETL
-Version:        0.04.14
-Release:        3%{?dist}
+Version:        0.04.15
+Release:        1%{?dist}
 Summary:        Extended Template Library
 
 Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://synfig.org
 Source0:        http://downloads.sourceforge.net/synfig/ETL-%{version}.tar.gz
-Patch0:         ETL-0.04.13-gcc47.patch
+#Patch0:         ETL-0.04.13-gcc47.patch
 Patch1:		ETL-0.04.14-disable-tests.patch
-Patch2:		ETL-0.04.14-gcc47.patch
+#Patch2:		ETL-0.04.14-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Buildrequires:  doxygen
 Buildrequires:  autoconf automake
@@ -34,9 +34,9 @@ developing applications that use %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+#%patch0 -p1
 %patch1 -p0
-%patch2 -p0
+#%patch2 -p0
 
 %build
 #pushd test
@@ -70,6 +70,10 @@ make check
 
 
 %changelog
+* Mon Apr 23 2012 Jon Ciesla <limburgher at gmail.com> - 0.04.15-1
+- New ETL, BZ 814969.
+- gcc47 ETL 0.04.13,14 patches upstreamed.
+
 * Wed Mar 21 2012 Jon Ciesla <limburgher at gmail.com> - 0.04.14-3
 - Patch for gcc47 builds against ETL.
 
diff --git a/sources b/sources
index 50f969b..d4851de 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7cb91905cbe07af327340aeba2226c06  ETL-0.04.14.tar.gz
+aac5038cdb4067100e57fb52337b0cfd  ETL-0.04.15.tar.gz


More information about the scm-commits mailing list