rpms/jasper/FC-5 .cvsignore,1.2,1.3 jasper.spec,1.13,1.14

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Tue Oct 3 20:34:56 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/jasper/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13944

Modified Files:
	.cvsignore jasper.spec 
Log Message:
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15
- memory leak (#207006)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/jasper/FC-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Dec 2004 16:40:10 -0000	1.2
+++ .cvsignore	3 Oct 2006 20:34:55 -0000	1.3
@@ -1 +1,2 @@
+geojasper_src.zip
 jasper-1.701.0.zip


Index: jasper.spec
===================================================================
RCS file: /cvs/extras/rpms/jasper/FC-5/jasper.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- jasper.spec	1 Mar 2006 18:16:10 -0000	1.13
+++ jasper.spec	3 Oct 2006 20:34:56 -0000	1.14
@@ -12,7 +12,7 @@
 Name:    jasper
 Group:   System Environment/Libraries
 Version: 1.701.0
-Release: 12%{?dist}
+Release: 15%{?dist}
 
 License: JasPer License Version 2.0
 %if "%{?geo:1}" == "1"
@@ -29,14 +29,16 @@
 Patch1: jasper-1.701.0-GL.patch
 # autoconf/automake bits of patch1
 Patch2: jasper-1.701.0-GL-ac.patch
+# memory leak, see
+# http://gyachi.sourceforge.net/download.shtml
+# http://ayttm.sourceforge.net/files.shtml
+# http://ayttm.sourceforge.net/jasper-memory-leak-1.701.0.patch.gz
+Patch3: jasper-1.701.0-memory_leak.patch
 
 BuildRequires: automake 
 BuildRequires: libjpeg-devel
-BuildRequires: freeglut-devel
-# workaround: 
-#  "freeglut-devel should Requires: libGL-devel, libGLU-devel"
-#  http://bugzilla.redhat.com/bugzilla/179464
-BuildRequires: libGL-devel libGLU-devel
+# "freeglut-devel: Requires: libGL-devel libGLU-devel" (#179464)
+BuildRequires: freeglut-devel libGL-devel libGLU-devel
 
 %description
 This package contains an implementation of the image compression
@@ -56,6 +58,7 @@
 %setup -q -n %{name}-%{version}%{?geo:.GEO}
 
 %patch1 -p1 -b .GL
+%patch3 -p1 -b .memleak
 
 %if "%{?geo:1}" == "1"
 chmod +x configure configure.ac
@@ -93,7 +96,7 @@
 
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc COPYRIGHT LICENSE NEWS README
 %{_bindir}/imgcmp
 %{_bindir}/jiv
@@ -102,7 +105,7 @@
 %{_libdir}/lib*.so.*
 
 %files devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc doc/*
 %{_includedir}/jasper/
 %{_libdir}/lib*.so
@@ -118,6 +121,12 @@
 
 
 %changelog
+* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-15
+- memory leak (#207006)
+
+* Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-13
+- fc6 respin
+
 * Wed Mar 1 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.701.0-12
 - fixup build issues introduced by geojasper integration
 




More information about the scm-commits mailing list