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 619492 Details for
Bug 861790
Please update libopenraw to 0.0.9
[?]
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.
[patch]
patch against master
libopenraw.patch (text/plain), 3.91 KB, created by
Julian Sikorski
on 2012-09-30 19:15:52 UTC
(
hide
)
Description:
patch against master
Filename:
MIME Type:
Creator:
Julian Sikorski
Created:
2012-09-30 19:15:52 UTC
Size:
3.91 KB
patch
obsolete
>diff --git a/libopenraw.spec b/libopenraw.spec >index 28dac15..5ebc5d7 100644 >--- a/libopenraw.spec >+++ b/libopenraw.spec >@@ -1,22 +1,10 @@ > Summary: Decode camera RAW files > Name: libopenraw >-Version: 0.0.8 >-Release: 8%{?dist} >+Version: 0.0.9 >+Release: 1%{?dist} > License: LGPLv3+ >-Group: System Environment/Libraries > URL: http://libopenraw.freedesktop.org/wiki >-Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.gz >-# upstream patch 1b15acdcfdc4664bc6c0be473cb6e096071a4e62 adds support >-# for certain PEF files and fixes a crash when opening such files >-Patch0: 0001-Support-partially-PEF-from-Pentax-K20D.patch >-# upstream patch 22287584fbfa4657098ee997957a6c4fc972a53b to >-# properly decompress CFA from certain cameras (patch slightly modified >-# to omit patching README) >-Patch1: 0001-Properly-decompress-CFA-from-Canon-7D-5DMkII-500D-1D.patch >-# https://bugs.freedesktop.org/show_bug.cgi?id=31088 >-Patch2: libopenraw-0.0.8-pixbufloaderdir.patch >- >-BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) >+Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 > > BuildRequires: libtool autoconf automake > BuildRequires: boost-devel >@@ -35,7 +23,6 @@ image processing application. > > %package gnome > Summary: GUI components of %{name} >-Group: System Environment/Libraries > > Requires: %{name} = %{version}-%{release} > >@@ -44,7 +31,6 @@ The %{name}-gnome package contains gui components of %{name}. > > %package devel > Summary: Development files for %{name} >-Group: Development/Libraries > > Requires: %{name} = %{version}-%{release} > Requires: pkgconfig >@@ -55,7 +41,6 @@ developing applications that use %{name}. > > %package gnome-devel > Summary: Development files for %{name}-gnome >-Group: Development/Libraries > > Requires: %{name}-gnome = %{version}-%{release} > Requires: %{name}-devel = %{version}-%{release} >@@ -67,7 +52,6 @@ developing applications that use %{name}-gnome. > > %package pixbuf-loader > Summary: RAW image loader for GTK+ applications >-Group: System Environment/Libraries > > Requires: gtk2 > Requires: %{name} = %{version}-%{release} >@@ -80,12 +64,8 @@ digital cameras, in GTK+ applications. > > %prep > %setup -q >-%patch1 -p1 -b CFA-decrompress-fix >-%patch0 -p1 -b pef-crash-fix >-%patch2 -p1 -b pixbufloaderdir > > %build >-autoreconf -i -f > %configure --disable-static --enable-gnome > > # Omit unused direct shared library dependencies. >@@ -102,9 +82,6 @@ rm -rf $RPM_BUILD_ROOT > make install DESTDIR=$RPM_BUILD_ROOT > find $RPM_BUILD_ROOT -type f -name "*.la" -delete > >-%clean >-rm -rf $RPM_BUILD_ROOT >- > %post -p /sbin/ldconfig > > %postun -p /sbin/ldconfig >@@ -121,7 +98,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : > gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : > > %files >-%defattr(-,root,root,-) > %doc AUTHORS > %doc ChangeLog > %doc COPYING >@@ -131,11 +107,9 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : > %{_libdir}/%{name}.so.* > > %files gnome >-%defattr(-,root,root,-) > %{_libdir}/%{name}gnome.so.* > > %files devel >-%defattr(-,root,root,-) > %{_libdir}/%{name}.so > %{_libdir}/pkgconfig/%{name}-1.0.pc > >@@ -143,7 +117,6 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : > %{_includedir}/%{name}-1.0/%{name}/*.h > > %files gnome-devel >-%defattr(-,root,root,-) > %{_libdir}/%{name}gnome.so > %{_libdir}/pkgconfig/%{name}-gnome-1.0.pc > >@@ -151,10 +124,15 @@ gdk-pixbuf-query-loaders-%{__isa_bits} --update-cache || : > %{_includedir}/%{name}-1.0/%{name}-gnome/gdkpixbuf.h > > %files pixbuf-loader >-%defattr(-,root,root,-) > %{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so > > %changelog >+* Sun Sep 30 2012 Julian Sikorski <belegdol@fedoraproject.org> - 0.0.9-1 >+- Updated to 0.0.9 >+- Dropped obsolete Group, Buildroot, %%clean and %%defattr >+- Switched to .bz2 sources >+- Dropped included patches >+ > * Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.8-8 > - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 861790
: 619492