Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 886767 Details for
Bug 1080832
libjpeg-turbo-1.3.1 is available
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Cleaned up SPEC file for 1.3.1
libjpeg-turbo.spec (text/plain), 7.55 KB, created by
Simone Caronni
on 2014-04-16 07:19:13 UTC
(
hide
)
Description:
Cleaned up SPEC file for 1.3.1
Filename:
MIME Type:
Creator:
Simone Caronni
Created:
2014-04-16 07:19:13 UTC
Size:
7.55 KB
patch
obsolete
>Name: libjpeg-turbo >Version: 1.3.1 >Release: 1%{?dist} >Summary: A MMX/SSE2 accelerated library for manipulating JPEG image files >License: IJG >URL: http://sourceforge.net/projects/libjpeg-turbo > >Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz >Patch0: %{name}12-noinst.patch >Patch1: %{name}-1.3.1-missing-header.patch > >BuildRequires: autoconf >BuildRequires: automake >BuildRequires: libtool > >%ifarch %{ix86} x86_64 >BuildRequires: nasm >%endif > >%description >The libjpeg-turbo package contains a library of functions for manipulating JPEG >images. > >%package devel >Summary: Headers for the libjpeg-turbo library >Requires: libjpeg-turbo%{?_isa} = %{version}-%{release} >Obsoletes: libjpeg-turbo-static < 1.3.1 >Provides: libjpeg-turbo-static = 1.3.1%{?dist} > >%description devel >This package contains header files necessary for developing programs which will >manipulate JPEG files using the libjpeg-turbo library. > >%package utils >Summary: Utilities for manipulating JPEG images >Requires: libjpeg-turbo%{?_isa} = %{version}-%{release} > >%description utils >The libjpeg-turbo-utils package contains simple client programs for accessing >the libjpeg functions. It contains cjpeg, djpeg, jpegtran, rdjpgcom and >wrjpgcom. Cjpeg compresses an image file into JPEG format. Djpeg decompresses a >JPEG file into a regular image file. Jpegtran can perform various useful >transformations on JPEG files. Rdjpgcom displays any text comments included in a >JPEG file. Wrjpgcom inserts text comments into a JPEG file. > >%package -n turbojpeg >Summary: TurboJPEG library > >%description -n turbojpeg >The turbojpeg package contains the TurboJPEG shared library. > >%package -n turbojpeg-devel >Summary: Headers for the TurboJPEG library >Requires: turbojpeg%{?_isa} = %{version}-%{release} > >%description -n turbojpeg-devel >This package contains header files necessary for developing programs which will >manipulate JPEG files using the TurboJPEG library. > >%prep >%setup -q >%patch0 -p1 >%patch1 -p1 > >%build >autoreconf -fiv >%configure --disable-static >make %{?_smp_mflags} > >%install >make install DESTDIR=%{buildroot} >find %{buildroot} -name "*.la" -delete > ># Fix perms >chmod -x README-turbo.txt > >%check >make test > >%post -p /sbin/ldconfig >%postun -p /sbin/ldconfig > >%post -n turbojpeg -p /sbin/ldconfig >%postun -n turbojpeg -p /sbin/ldconfig > >%files >%doc README README-turbo.txt change.log ChangeLog.txt >%{_libdir}/libjpeg.so.62* > >%files devel >%doc coderules.txt jconfig.txt libjpeg.txt structure.txt example.c >%{_includedir}/jconfig.h >%{_includedir}/jerror.h >%{_includedir}/jmorecfg.h >%{_includedir}/jpegint.h >%{_includedir}/jpeglib.h >%{_libdir}/libjpeg.so > >%files utils >%doc usage.txt wizard.txt >%{_bindir}/cjpeg >%{_bindir}/djpeg >%{_bindir}/jpegtran >%{_bindir}/rdjpgcom >%{_bindir}/wrjpgcom >%{_mandir}/man1/cjpeg.1* >%{_mandir}/man1/djpeg.1* >%{_mandir}/man1/jpegtran.1* >%{_mandir}/man1/rdjpgcom.1* >%{_mandir}/man1/wrjpgcom.1* > >%files -n turbojpeg >%{_libdir}/libturbojpeg.so.0* > >%files -n turbojpeg-devel >%{_includedir}/turbojpeg.h >%{_libdir}/libturbojpeg.so > >%changelog >* Tue Apr 15 2014 Simone Caronni <negativo17@gmail.com> - 1.3.1-1 >- Update to 1.3.1. >- Remove upstreamed patches, add missing jpegint.h to installation. >- Clean up SPEC file, format text to 80 columns. >- Disable -static subpackage (obsoleted by -devel). >- Remove libjpeg obsolency, removed in Fedora 13. > >* Thu Dec 19 2013 Petr Hracek <phracek@redhat.com> - 1.3.0-2 >- Apply fixes CVE-2013-6629, CVE-2013-6630 (#20131737) > >* Thu Jul 25 2013 Petr Hracek <phracek@redhat.com> - 1.3.0-1 >- new upstream version >- no soname bump change > >* Tue Mar 26 2013 Adam Tkac <atkac redhat com> - 1.2.90-2 >- rebuild for ARM64 support > >* Fri Feb 08 2013 Adam Tkac <atkac redhat com> 1.2.90-1 >- update to 1.2.90 > >* Mon Feb 04 2013 Adam Tkac <atkac redhat com> 1.2.90-0.1.20130204svn922 >- update to 1.2.80 snapshot (#854695) >- run `make test` during build > >* Fri Jan 18 2013 Adam Tkac <atkac redhat com> 1.2.1-6 >- build with jpeg6 API/ABI (jpeg8-ABI feature was dropped) > >* Tue Dec 04 2012 Adam Tkac <atkac redhat com> 1.2.1-5 >- change license to IJG (#877517) > >* Wed Oct 24 2012 Adam Tkac <atkac redhat com> 1.2.1-4 >- build with jpeg8 API/ABI (#854695) > >* Thu Oct 18 2012 Adam Tkac <atkac redhat com> 1.2.1-3 >- minor provides tuning (#863231) > >* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild > >* Mon Jul 16 2012 Adam Tkac <atkac redhat com> 1.2.1-1 >- update to 1.2.1 > >* Thu Mar 08 2012 Adam Tkac <atkac redhat com> 1.2.0-1 >- update to 1.2.0 > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-4 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Mon Nov 21 2011 Orion Poplawski <orion cora nwra com> 1.1.1-3 >- Make turobojpeg-devel depend on turbojpeg > >* Fri Oct 7 2011 Orion Poplawski <orion cora nwra com> 1.1.1-2 >- Ship the turbojpeg library (#744258) > >* Mon Jul 11 2011 Adam Tkac <atkac redhat com> 1.1.1-1 >- update to 1.1.1 > - ljt11-rh688712.patch merged > >* Tue Mar 22 2011 Adam Tkac <atkac redhat com> 1.1.0-2 >- handle broken JPEGs better (#688712) > >* Tue Mar 01 2011 Adam Tkac <atkac redhat com> 1.1.0-1 >- update to 1.1.0 > >* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.90-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Mon Jan 17 2011 Adam Tkac <atkac redhat com> 1.0.90-1 >- update to 1.0.90 >- libjpeg-turbo10-rh639672.patch merged > >* Fri Oct 29 2010 Adam Tkac <atkac redhat com> 1.0.1-3 >- add support for arithmetic coded files into decoder (#639672) > >* Wed Sep 29 2010 jkeating - 1.0.1-2 >- Rebuilt for gcc bug 634757 > >* Mon Sep 13 2010 Adam Tkac <atkac redhat com> 1.0.1-1 >- update to 1.0.1 > - libjpeg-turbo10-rh617469.patch merged >- add -static subpkg (#632859) > >* Wed Aug 04 2010 Adam Tkac <atkac redhat com> 1.0.0-3 >- fix huffman decoder to handle broken JPEGs well (#617469) > >* Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.0-2 >- add libjpeg-devel%%{_isa} provides to -devel subpkg to satisfy imlib-devel > deps > >* Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.0-1 >- update to 1.0.0 >- patches merged > - libjpeg-turbo-programs.patch > - libjpeg-turbo-nosimd.patch >- add libjpeg provides to the main package to workaround problems with broken > java-1.6.0-openjdk package > >* Fri Jul 02 2010 Adam Tkac <atkac redhat com> 0.0.93-13 >- remove libjpeg provides from -utils subpkg > >* Wed Jun 30 2010 Rex Dieter <rdieter@fedoraproject.org> 0.0.93-12 >- move Obsoletes: libjpeg to main pkg > >* Wed Jun 30 2010 Rex Dieter <rdieter@fedoraproject.org> 0.0.93-11 >- -utils: Requires: %%name ... > >* Wed Jun 30 2010 Adam Tkac <atkac redhat com> 0.0.93-10 >- add Provides = libjpeg to -utils subpackage > >* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 0.0.93-9 >- merge review related fixes (#600243) > >* Wed Jun 16 2010 Adam Tkac <atkac redhat com> 0.0.93-8 >- merge review related fixes (#600243) > >* Mon Jun 14 2010 Adam Tkac <atkac redhat com> 0.0.93-7 >- obsolete -static libjpeg subpackage (#600243) > >* Mon Jun 14 2010 Adam Tkac <atkac redhat com> 0.0.93-6 >- improve package description a little (#600243) >- include example.c as %%doc in the -devel subpackage > >* Fri Jun 11 2010 Adam Tkac <atkac redhat com> 0.0.93-5 >- don't use "fc12" disttag in obsoletes/provides (#600243) > >* Thu Jun 10 2010 Adam Tkac <atkac redhat com> 0.0.93-4 >- fix compilation on platforms without MMX/SSE (#600243) > >* Thu Jun 10 2010 Adam Tkac <atkac redhat com> 0.0.93-3 >- package review related fixes (#600243) > >* Wed Jun 09 2010 Adam Tkac <atkac redhat com> 0.0.93-2 >- package review related fixes (#600243) > >* Fri Jun 04 2010 Adam Tkac <atkac redhat com> 0.0.93-1 >- initial package
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1080832
:
886766
| 886767