[tuxpuck] libpng 1.5 fix.

Jon Ciesla limb at fedoraproject.org
Mon Jan 23 17:28:48 UTC 2012


commit 92db9a92b06b9ad45f8841bb856b2c1318888f53
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jan 23 11:28:36 2012 -0600

    libpng 1.5 fix.

 tuxpuck.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/tuxpuck.spec b/tuxpuck.spec
index b0a65c2..fd4e55d 100644
--- a/tuxpuck.spec
+++ b/tuxpuck.spec
@@ -1,6 +1,6 @@
 Name:           tuxpuck
 Version:        0.8.2
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        3D Shufflepuck Pong Game
 
 Group:          Amusements/Games
@@ -10,6 +10,7 @@ Source0:        http://www.efd.lth.se/~d00jkr/tuxpuck/%{name}-%{version}.tar.gz
 Source1:        tuxpuck.desktop
 Patch0:         tuxpuck-0.8.2-mandest.patch
 Patch1:         tuxpuck-0.8.2-utils-werror.patch
+Patch2:		tuxpuck-0.8.2-libpng15.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel, freetype-devel, libvorbis-devel
@@ -27,6 +28,7 @@ Easy to play, difficult to win.
 %setup -q
 %patch0 -p0 -z .mandest
 %patch1 -p0 -z .utils-werror
+%patch2 -p0 -z .libpng15
 
 %build
 export CFLAGS="%{optflags}"
@@ -65,6 +67,9 @@ touch --no-create %{_datadir}/icons/hicolor || :
 %{_datadir}/icons/hicolor/32x32/apps/tuxpuck.png
 
 %changelog
+* Mon Jan 23 2012 Jon Ciesla <limburgher at gmail.com> - 0.8.2-13
+- Patch for libpng 1.5.
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.2-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list