rpms/DevIL/devel .cvsignore, 1.4, 1.5 DevIL.spec, 1.11, 1.12 sources, 1.4, 1.5 DevIL-1.7.5-CVE-2008-5262.patch, 1.2, NONE DevIL-1.7.5-add-missing-files.patch, 1.1, NONE

Hans de Goede jwrdegoede at fedoraproject.org
Tue Feb 10 13:26:35 UTC 2009


Author: jwrdegoede

Update of /cvs/extras/rpms/DevIL/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25741

Modified Files:
	.cvsignore DevIL.spec sources 
Removed Files:
	DevIL-1.7.5-CVE-2008-5262.patch 
	DevIL-1.7.5-add-missing-files.patch 
Log Message:
* Tue Feb 10 2009 Hans de Goede <hdegoede at redhat.com> 1.7.7-1
- Update to latest upstream: 1.7.7



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/DevIL/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	14 Jan 2009 10:53:07 -0000	1.4
+++ .cvsignore	10 Feb 2009 13:26:05 -0000	1.5
@@ -1 +1 @@
-DevIL-1.7.5.tar.gz
+devil-1.7.7.tar.gz


Index: DevIL.spec
===================================================================
RCS file: /cvs/extras/rpms/DevIL/devel/DevIL.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- DevIL.spec	19 Jan 2009 10:01:48 -0000	1.11
+++ DevIL.spec	10 Feb 2009 13:26:05 -0000	1.12
@@ -1,15 +1,13 @@
 Name:           DevIL
-Version:        1.7.5
-Release:        2%{?dist}
+Version:        1.7.7
+Release:        1%{?dist}
 Summary:        A cross-platform image library
 Group:          System Environment/Libraries
 License:        LGPLv2
 URL:            http://openil.sourceforge.net/
-Source0:        http://downloads.sourceforge.net/openil/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/openil/devil-%{version}.tar.gz
 Patch0:         DevIL-1.7.5-allegropicfix.patch
 Patch1:         DevIL-1.7.5-il_endian_h.patch
-Patch2:         DevIL-1.7.5-CVE-2008-5262.patch
-Patch3:         DevIL-1.7.5-add-missing-files.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  allegro-devel
 BuildRequires:  lcms-devel
@@ -35,7 +33,7 @@
 %package devel
 Summary:        Development files for DevIL
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
+Requires:       %{name} = %{version}-%{release}, pkgconfig
 Requires(post): info
 Requires(preun): info
 
@@ -57,8 +55,7 @@
 Group:          Development/Libraries
 Requires:       %{name}-ILUT = %{version}-%{release}
 Requires:       %{name}-devel = %{version}-%{release}
-Requires:       allegro-devel
-Requires:       libGLU-devel
+Requires:       pkgconfig allegro-devel libGLU-devel
 
 %description ILUT-devel
 Development files for the libILUT component of DevIL
@@ -68,8 +65,6 @@
 %setup -q -n devil-%{version}
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 iconv -f iso8859-1 CREDITS -t utf8 > CREDITS.conv
 touch -r CREDITS CREDITS.conv
 mv CREDITS.conv CREDITS
@@ -118,6 +113,8 @@
 %defattr(-,root,root,-)
 %{_libdir}/libIL.so
 %{_libdir}/libILU.so
+%{_libdir}/pkgconfig/IL.pc
+%{_libdir}/pkgconfig/ILU.pc
 %dir %{_includedir}/IL
 %{_includedir}/IL/devil_cpp_wrapper.hpp
 %{_includedir}/IL/il.h
@@ -134,10 +131,14 @@
 %files ILUT-devel
 %defattr(-,root,root,-)
 %{_libdir}/libILUT.so
+%{_libdir}/pkgconfig/ILUT.pc
 %{_includedir}/IL/ilut.h
 
 
 %changelog
+* Tue Feb 10 2009 Hans de Goede <hdegoede at redhat.com> 1.7.7-1
+- Update to latest upstream: 1.7.7
+
 * Mon Jan 19 2009 Hans de Goede <hdegoede at redhat.com> 1.7.5-2
 - Fix missing symbols (rh 480269)
 - Fix off by one error in CVE-2008-5262 check (rh 479864)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/DevIL/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	14 Jan 2009 10:53:07 -0000	1.4
+++ sources	10 Feb 2009 13:26:05 -0000	1.5
@@ -1 +1 @@
-2a74578507a21d75d7fcc5afd41444d0  DevIL-1.7.5.tar.gz
+1951c24fe343c882c0c1ceeeb7468c7e  devil-1.7.7.tar.gz


--- DevIL-1.7.5-CVE-2008-5262.patch DELETED ---


--- DevIL-1.7.5-add-missing-files.patch DELETED ---




More information about the fedora-extras-commits mailing list