orion pushed to irrlicht (epel7). "fix incorrect version in Makefile causing rpmverify failures"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat Mar 28 03:50:43 UTC 2015


>From 77878e8215e68fe3e87403f10426f13d00f22b43 Mon Sep 17 00:00:00 2001
From: Tom Callaway <spot at fedoraproject.org>
Date: Mon, 12 May 2014 13:58:30 -0400
Subject: fix incorrect version in Makefile causing rpmverify failures


diff --git a/irrlicht.spec b/irrlicht.spec
index 30437f1..e97e243 100644
--- a/irrlicht.spec
+++ b/irrlicht.spec
@@ -1,6 +1,6 @@
 %global irrxml_version 1.8.1
 %global irrlicht_version 1.8.1
-%global master_release 2
+%global master_release 3
 
 Name:		irrlicht
 Summary: 	A high performance realtime 3D engine
@@ -84,6 +84,9 @@ Development headers and libraries for irrXML.
 %patch5 -p1 -b .fix-locale-decimal-points
 %patch6 -p1 -b .mesa10
 
+# Upstream forgot to increment VERSION_RELEASE to 1 in 1.8.1
+sed -i 's|VERSION_RELEASE = 0|VERSION_RELEASE = 1|g' source/Irrlicht/Makefile
+
 sed -i 's/\r//' readme.txt
 iconv -o readme.txt.iso88591 -f iso88591 -t utf8 readme.txt
 mv readme.txt.iso88591 readme.txt
@@ -149,6 +152,9 @@ popd
 %{_libdir}/libIrrXML.so
 
 %changelog
+* Mon May 12 2014 Tom Callaway <spot at fedoraproject.org> - 1.8.1-3
+- fix VERSION_RELEASE to be correct in Makefile, resolving bz 1096792
+
 * Thu Nov 28 2013 Igor Gnatenko <i.gnatenko.brain at gmail.com> - 1.8.1-2
 - Change _IRR_MATERIAL_MAX_TEXTURES_ to 8 (RHBZ #1035757)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/irrlicht.git/commit/?h=epel7&id=77878e8215e68fe3e87403f10426f13d00f22b43


More information about the scm-commits mailing list