[nethack-vultures] Fixes to use libpng 1.5

Bruno Wolff III bruno at fedoraproject.org
Sun Jan 29 06:40:19 UTC 2012


commit 874f5c75f9038759165ee60cd6452d40716ad3d9
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sun Jan 29 00:37:36 2012 -0600

    Fixes to use libpng 1.5

 nethack-vultures.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nethack-vultures.spec b/nethack-vultures.spec
index aa2a847..6d78fe2 100644
--- a/nethack-vultures.spec
+++ b/nethack-vultures.spec
@@ -1,6 +1,6 @@
 Name:           nethack-vultures
 Version:        2.1.2
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        NetHack - Vulture's Eye and Vulture's Claw
 
 Group:          Amusements/Games
@@ -13,6 +13,7 @@ Patch1:         %{name}-2.1.2-config.patch
 Patch2:         %{name}-1.10.1-clawguide.patch
 Patch3:         %{name}-2.1.2-tabfullscreen.patch
 Patch4:         %{name}-2.1.2-logging.patch
+Patch5:         %{name}-libpng.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel
@@ -49,6 +50,7 @@ Claw, which is based on the Slash'Em core.
 %patch2 -F1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p0 -b .libpng
 sed -i -e 's|/usr/games/lib/nethackdir|%{_prefix}/games/vultureseye|g' \
     nethack/doc/{nethack,recover}.6 nethack/include/config.h
 sed -i -e 's|/var/lib/games/nethack|%{_var}/games/vultureseye|g' \
@@ -196,6 +198,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Sat Jan 28 2012 Bruno Wolff III <bruno at wolff.to> - 2.1.2-6
+- Update for libpng 1.5
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list