Bug 135190

Summary: libmng 1.0.8 is released
Product: [Fedora] Fedora Reporter: Robert Scheck <redhat-bugzilla>
Component: libmngAssignee: Matthias Clasen <mclasen>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://sourceforge.net/project/shownotes.php?group_id=5635&release_id=258535
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-12 14:31:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Scheck 2004-10-09 23:14:59 UTC
Description of problem:
libmng 1.0.8 was released at August 06, 2004 and Fedora Development 
is hanging around the older 1.0.7. 1.0.8 contains fixes and minor 
enhancements, for more information please have a look to the 
changelog.

Version-Release number of selected component (if applicable):
libmng-1.0.7-4

Actual results:
--- snipp ---
--- libmng.spec       2004-07-19 17:50:15.000000000 +0200
+++ libmng.spec.rsc   2004-10-10 01:14:50.000000000 +0200
@@ -1,13 +1,12 @@
 Name: libmng
-Version: 1.0.7
-Release: 4
+Version: 1.0.8
+Release: 0
 URL: http://www.libmng.com/
 Summary: A library which supports MNG graphics.
 License: BSD-like
 Source: http://osdn.dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.gz
 Group: System Environment/Libraries
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Prefix: %{_prefix}
 Requires: zlib, libjpeg
 BuildPrereq: gcc glibc-devel zlib-devel libjpeg-devel
--- snapp ---

Expected results:
Upgrade to 1.0.8 ;-)

Comment 1 Robert Scheck 2004-10-09 23:18:42 UTC
Wah, I forgot to copy a section:

@@ -43,6 +42,7 @@
 %setup -q

 %build
+chmod 755 autogen.sh
 [ ! -x ./configure ] && ./autogen.sh --help # generate, but don't run
 %configure --enable-shared --enable-static --with-zlib --with-jpeg \
        --with-gnu-ld

otherwise building aborts...