[AntTweakBar] Updated to upsteam 1.14 release. Dropped upstream patches.

Sean Middleditch elanthis at fedoraproject.org
Sun Jun 12 23:03:22 UTC 2011


commit 1ec66c3714a82f1c1846925c4e6cd69d0686a6d6
Author: Sean Middleditch <sean at middleditch.us>
Date:   Sun Jun 12 16:03:04 2011 -0700

    Updated to upsteam 1.14 release.
    Dropped upstream patches.

 .gitignore                     |    1 +
 AntTweakBar-fix-includes.patch |   84 ----------------------------------------
 AntTweakBar-makefile.patch     |   35 ----------------
 AntTweakBar.spec               |   23 ++++-------
 sources                        |    2 +-
 5 files changed, 10 insertions(+), 135 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65cc08c..4ed383b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 AntTweakBar_113.zip
+/AntTweakBar_114.zip
diff --git a/AntTweakBar.spec b/AntTweakBar.spec
index 7721b24..466f196 100644
--- a/AntTweakBar.spec
+++ b/AntTweakBar.spec
@@ -1,12 +1,12 @@
 Name:		AntTweakBar
-Version:	1.13
-Release:	6%{?dist}
+Version:	1.14
+Release:	1%{?dist}
 Summary:	GUI library for videogame property editing UIs
 
 Group:		Applications/Internet
 License:	zlib
 URL:		http://www.antisphere.com/Wiki/tools:anttweakbar
-Source0:	http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_113.zip
+Source0:	http://www.antisphere.com/Tools/AntTweakBar/AntTweakBar_114.zip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: mesa-libGL-devel
@@ -14,16 +14,7 @@ BuildRequires: mesa-libGLU-devel
 BuildRequires: libX11-devel
 BuildRequires: xorg-x11-proto-devel
 
-# upstream has missing includes for standard libc functions
-# patch sent to upstream author via email.
-Patch0:		AntTweakBar-fix-includes.patch
-
-# allow overriding CXXFLAGS with Fedora preferred build options,
-# and attach a proper soname to the shared library generated.
-# patch sent to upstream author via email.
-Patch1:		AntTweakBar-makefile.patch
-
-# DOS mode file in upstream source makes this necessary
+# DOS mode file in upstream source makes this necessary for any patches
 %global _default_patch_fuzz 2
 
 %description
@@ -40,8 +31,6 @@ Header files for developing applications making use of AntTweakBar.
 
 %prep
 %setup -q -n AntTweakBar
-%patch0 -p1
-%patch1 -p1
 
 # fix encoding in license file
 iconv --from=iso-8859-1 --to=utf8 ./License.txt > ./License.txt.utf8
@@ -94,6 +83,10 @@ rm -rf "%{buildroot}"
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sun Jun 11 2011 Sean Middleditch <sean at middleditch.us> - 1.14-1
+- Updated to upsteam 1.14 release.
+- Dropped upstream patches.
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.13-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 97854cf..783c167 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c02dd71d0f86c62f022eed7e0bcb5b8  AntTweakBar_113.zip
+5aaee2ea2bca03a258f8dad494828d7e  AntTweakBar_114.zip


More information about the scm-commits mailing list