e2060ac
%global	commit0 0a182c13556bc46424e32083559e2ff6784c17ac
5b7745c
%global	commit1 943be3f2a3f26a6b1bbde944347921c85a98af3d
509c0ad
#%%global	shortcommit0 %%(c=%%{commit0}; echo ${c:0:7})
509c0ad
#%%global	shortcommit1 %%(c=%%{commit1}; echo ${c:0:7})
509c0ad
%global	snapshot 0
509c0ad
#%%global	date 20190819
d8f274d
%global	yname yafaray
509c0ad
#%%global	prerelease beta
d8f274d
04367b1
# [Fedora] Turn off the brp-python-bytecompile script 
04367b1
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
04367b1
d8f274d
Name:		YafaRay
d8f274d
License:	LGPLv2+
d8f274d
Summary:	A free open-source ray-tracing render engine
ddaa48e
Version:	3.4.4
04367b1
URL:		http://www.yafaray.org/
465a7e4
Release:	%{?prerelease:0.}3%{?prerelease}%{?shortcommit0:.%{date}git%{shortcommit0}}%{?dist}
d8f274d
d8f274d
%{?shortcommit0:
d8f274d
Source0:	https://github.com/%{name}/Core/archive/%{commit0}.tar.gz#/Core-%{shortcommit0}.tar.gz}
d8f274d
%{!?shortcommit0:
d8f274d
Source0:	https://github.com/%{name}/Core/archive/v%{version}.tar.gz#/Core-%{version}.tar.gz}
d8f274d
d8f274d
%{?shortcommit1:
d8f274d
Source1:	https://github.com/%{name}/Blender-Exporter/archive/%{commit1}.tar.gz#/Blender-Exporter-%{shortcommit1}.tar.gz}
d8f274d
%{!?shortcommit1:
d8f274d
Source1:	https://github.com/%{name}/Blender-Exporter/archive/v%{version}.tar.gz#/Blender-Exporter-%{version}.tar.gz}
d8f274d
d8f274d
Source2:	yafaray-blender.metainfo.xml
d8f274d
d8f274d
BuildRequires:	blender-rpm-macros
9a3524e
BuildRequires:	boost-devel
d8f274d
BuildRequires:	cmake
d8f274d
BuildRequires:	gcc-c++
9a3524e
BuildRequires:	git
d8f274d
BuildRequires:	libappstream-glib
d8f274d
BuildRequires:	opencv-devel
5b7745c
BuildRequires:	pkgconfig(freetype2)
182288a
BuildRequires:	pkgconfig(libjpeg)
182288a
BuildRequires:	pkgconfig(libxml-2.0)
5b7745c
BuildRequires:	pkgconfig(libpng)
5b7745c
BuildRequires:	pkgconfig(libtiff-4)
182288a
BuildRequires:	pkgconfig(OpenEXR) >= 1.2
182288a
BuildRequires:	pkgconfig(python3)
5b7745c
BuildRequires:	pkgconfig(Qt5)
5b7745c
BuildRequires:	pkgconfig(zlib)
d8f274d
BuildRequires:	swig
5b7745c
d8f274d
d8f274d
Requires:	%{name}%{?_isa} = %{version}-%{release}
d8f274d
# Set exclusive arch
d8f274d
# https://koji.fedoraproject.org/koji/taskinfo?taskID=17920427
d8f274d
ExclusiveArch:	%{ix86} x86_64
04367b1
d8f274d
%description
628a6bb
YafaRay is a free open-source ray-tracing render engine. Ray-tracing is a
628a6bb
rendering technique for generating realistic images by tracing the path of
628a6bb
light through a 3D scene. A render engine consists of a "faceless" computer
628a6bb
program that interacts with a host 3D application to provide very specific
628a6bb
ray-tracing capabilities "on demand". Blender 3D is the host application of
628a6bb
YafaRay.
d8f274d
04367b1
%package	lib
04367b1
Summary:	Libraries for %{name}
d8f274d
Requires:	%{name}%{?_isa} = %{version}-%{release}
d8f274d
04367b1
%description	lib
628a6bb
%{name} is a free open-source ray-tracing render engine. Ray-tracing is a
628a6bb
rendering technique for generating realistic images by tracing the path of
628a6bb
light through a 3D scene. A render engine consists of a "faceless" computer
628a6bb
program that interacts with a host 3D application to provide very specific
628a6bb
ray-tracing capabilities "on demand". Blender 3D is the host application of
628a6bb
%{name}.
628a6bb
628a6bb
This package contains the program libraries.
d8f274d
d8f274d
%package	blender
d8f274d
Summary:	Blender integration scripts%{name} = %{version}-%{release}
d8f274d
Requires:	blender
d8f274d
Obsoletes:	%{yname}-blender < 0.1.1-4
d8f274d
Provides:	%{yname}-blender = %{version}-%{release}
d8f274d
628a6bb
%package    devel
628a6bb
Summary:    Development files for %{name}
628a6bb
Requires:   %{name}-lib%{?_isa} = %{version}-%{release}
628a6bb
628a6bb
%description    devel
628a6bb
%{name} is a free open-source ray-tracing render engine. Ray-tracing is a
628a6bb
rendering technique for generating realistic images by tracing the path of
628a6bb
light through a 3D scene. A render engine consists of a "faceless" computer
628a6bb
program that interacts with a host 3D application to provide very specific
628a6bb
ray-tracing capabilities "on demand". Blender 3D is the host application of
628a6bb
%{name}.
628a6bb
628a6bb
The %{name}-devel package contains libraries and header files for applications
628a6bb
that use %{name}.
628a6bb
d8f274d
%description	blender
628a6bb
%{name} is a free open-source ray-tracing render engine. Ray-tracing is a
628a6bb
rendering technique for generating realistic images by tracing the path of
628a6bb
light through a 3D scene. A render engine consists of a "faceless" computer
628a6bb
program that interacts with a host 3D application to provide very specific
628a6bb
ray-tracing capabilities "on demand". Blender 3D is the host application of
628a6bb
%{name}.
628a6bb
628a6bb
%{name} uses a python-coded settings interface to set lighting and rendering
628a6bb
parameters. This settings interface is launched by an entry automatically
d8f274d
added to the Blender Render menu.
d8f274d
d8f274d
%prep
509c0ad
%if %{?snapshot}
d8f274d
%autosetup -D -n Core-%{commit0}
d8f274d
%autosetup -D -T -a 1 -n Core-%{commit0}
d8f274d
07aacde
#Fix syntax for python 3.5+ declaration
07aacde
sed -i 's|metaclass=RNAMeta|metaclass.RNAMeta|' Blender-Exporter-%{commit1}/ot/%{yname}_presets.py
07aacde
%else
07aacde
%autosetup -D -n Core-%{version}
07aacde
%autosetup -D -T -a 1 -n Core-%{version}
07aacde
07aacde
#Fix syntax for python 3.5+ declaration
07aacde
sed -i 's|metaclass=RNAMeta|metaclass.RNAMeta|' Blender-Exporter-%{version}/ot/%{yname}_presets.py
07aacde
07aacde
%endif
07aacde
07aacde
d8f274d
sed -i -e 's|set(YAF_LIB_DIR lib)|set(YAF_LIB_DIR %{_lib})|g' CMakeLists.txt
d8f274d
sed -i -e 's|set(YAF_TARGET_TYPE ARCHIVE DESTINATION ${CMAKE_INSTALL_PREFIX}/lib RUNTIME)|\
5b7745c
    set(YAF_TARGET_TYPE ARCHIVE DESTINATION ${CMAKE_INSTALL_PREFIX}%{_lib} RUNTIME)|g' CMakeLists.txt
d8f274d
d8f274d
# Set proper permission per packaging guideline
d8f274d
find . -name "*.h" -exec chmod 644 {} \;
d8f274d
find . -name "*.c" -exec chmod 644 {} \;
d8f274d
find . -name "*.cc" -exec chmod 644 {} \;
d8f274d
d8f274d
%build
d8f274d
%cmake \
d8f274d
	-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=true \
d8f274d
	-DCMAKE_SKIP_RPATH:BOOL=true \
2333a7b
	-DDEBUG_BUILD=ON \
07aacde
	-DWITH_QT=ON \
2333a7b
	-DUSER_DBGFLAGS="%{optflags}" \
5b7745c
	-DYAF_PY_VERSION="%{python3_version}" \
5b7745c
	-DYAF_BINDINGS_PY_DIR="%{python3_sitearch}" \
c22bb34
	.
07aacde
d8f274d
%make_build VERBOSE=1
d8f274d
07aacde
d8f274d
%install
d8f274d
%make_install VERBOSE=1
d8f274d
07aacde
d8f274d
# Let RPM pick docs in the file section
d8f274d
rm -fr %{buildroot}%{_docdir}/%{yname}
d8f274d
04367b1
# Install add-on on Blender directory
d8f274d
mkdir -p %{buildroot}%{blender_addons}/%{yname}
07aacde
5b7745c
%if %{snapshot}
07aacde
cp -pR Blender-Exporter-%{commit1}/* \
d8f274d
  %{buildroot}%{blender_addons}/%{yname}
07aacde
%else
07aacde
cp -pR Blender-Exporter-%{version}/* \
07aacde
  %{buildroot}%{blender_addons}/%{yname}
07aacde
%endif
07aacde
07aacde
d8f274d
# AppData
628a6bb
install -p -m 644 -D %{SOURCE2} %{buildroot}%{_metainfodir}/%{yname}-blender.metainfo.xml
628a6bb
d8f274d
%check
5d00630
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{yname}-blender.metainfo.xml
d8f274d
bea22e4
%ldconfig_scriptlets
d8f274d
d8f274d
%files
d8f274d
%{_bindir}/%{yname}-xml
d8f274d
%{_datadir}/%{yname}/*
5b7745c
%{python3_sitearch}/*
d8f274d
04367b1
%files lib
628a6bb
%license LICENSES
628a6bb
%doc AUTHORS CHANGELOG README
d8f274d
%{_libdir}/%{yname}-plugins
07aacde
#%%{_libdir}/*.py
d8f274d
%{_libdir}/*.so
2333a7b
%{_libdir}/libyafarayqt.so
d8f274d
628a6bb
%files devel
628a6bb
%{_includedir}/%{yname}/
628a6bb
d8f274d
%files blender
5d00630
%{_metainfodir}/%{yname}-blender.metainfo.xml
07aacde
%{blender_addons}/%{yname}/*
04367b1
d8f274d
%changelog
465a7e4
* Fri Jun 26 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.4.4-3
465a7e4
- Rebuild for blender-2.83.1
465a7e4
061df44
* Mon Jun 08 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.4.4-2
061df44
- Rebuilt for Blender 2.83.0
061df44
93da0cc
* Thu Jun 04 2020 Nicolas Chauvet <kwizart@gmail.com> - 3.4.4-1.3
93da0cc
- Rebuilt for OpenCV 4.3
93da0cc
3455ffc
* Sat May 30 2020 Jonathan Wakely <jwakely@redhat.com> - 3.4.4-1.2
3455ffc
- Rebuilt for Boost 1.73
3455ffc
5842559
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.4.4-1.1
5842559
- Rebuilt for Python 3.9
5842559
ddaa48e
* Sat May 09 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.4.4-1
ddaa48e
- Update to 3.4.4 (#1822412)
ddaa48e
d85bc85
* Sat Apr 11 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.4.1-1
d85bc85
- Update to 3.4.1 (#1822412)
d85bc85
509c0ad
* Sat Mar 28 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.4.0-1
509c0ad
- Update to 3.4.0
509c0ad
1d076f9
* Sun Mar 15 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-33.20190819git0a182c1
1d076f9
- Rebuild for blender 2.82a
1d076f9
228140f
* Fri Feb 21 2020 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-32.20190819git0a182c1
228140f
- Rebuilt for blender 2.8.2
228140f
162f854
* Tue Jan 28 2020 Nicolas Chauvet <kwizart@gmail.com> - 3.3.0-31.20190819git0a182c1
162f854
- Rebuild for OpenCV 4.2
162f854
8f7b6b1
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-30.20190819git0a182c1
8f7b6b1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
8f7b6b1
0e9bed5
* Sun Dec 29 2019 Nicolas Chauvet <kwizart@gmail.com> - 3.3.0-29.20190819git0a182c1
0e9bed5
- Rebuilt for opencv4
0e9bed5
20c40ac
* Thu Dec 12 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-28.20190819git0a182c1
20c40ac
- Rebuilt for openvdb 7.0.0
20c40ac
f74475f
* Fri Dec 06 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-27.20190819git0a182c1
f74475f
- Rebuild for blender 2.81a
f74475f
5061d4a
* Sat Nov 23 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-26.20190819git0a182c1
5061d4a
- Rebuild for blender 2.81
5061d4a
5d00630
* Sun Nov 03 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-25.20190819git0a182c1
5d00630
- Rebuilt for alembic 1.7.12 on blender
5d00630
6077e2e
* Sat Aug 24 2019 Simone Caronni <negativo17@gmail.com> - 3.3.0-24.20190819git0a182c1
6077e2e
- Use packaging guidelines format for package release.
6077e2e
e2060ac
* Sat Aug 24 2019 Simone Caronni <negativo17@gmail.com> - 3.3.0-23.20190819git
e2060ac
- Update to latest Core snapshot.
628a6bb
- Add devel subpackage.
628a6bb
- Fix descriptions.
628a6bb
- Use _metainfodir macro.
628a6bb
- Move license in the libraries subpackage, as this is always installed.
2333a7b
- Fix build flags, debug package so binaries are stripped.
e2060ac
c34d8c2
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-22.20190223git
c34d8c2
- Rebuilt for Python 3.8
c34d8c2
2491240
* Sat Aug 17 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-21
3dfebfb
- Rebuild for blender 2.80
2491240
- Rebuild for embree 3.6.0 beta
3dfebfb
7a8cfb2
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-19.20190223git
7a8cfb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7a8cfb2
5b7745c
* Fri Jun 21 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-18
5b7745c
- Append Python3 declaration on cmake invocation
5b7745c
aa5ea58
* Fri Apr 12 2019 Richard Shaw <hobbes1069@gmail.com> - 3.3.0-17
aa5ea58
- Rebuild for OpenEXR 2.3.0.
aa5ea58
56eb0c7
* Thu Mar 14 2019 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-16
56eb0c7
- Rebuild for updated blender
56eb0c7
8857e21
* Thu Jan 31 2019 Kalev Lember <klember@redhat.com> - 3.3.0-15
8857e21
- Rebuilt for Boost 1.69
8857e21
c22bb34
* Wed Jan 23 2019 Björn Esser <besser82@fedoraproject.org> - 3.3.0-14
c22bb34
- Append curdir to CMake invokation. (#1668512)
548e0e6
27b411f
* Fri Nov 02 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-13
27b411f
- Rebuilt for blender
27b411f
f94c2dc
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-12
f94c2dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
f94c2dc
949bd33
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 3.3.0-11
949bd33
- Rebuilt for Python 3.7
949bd33
7451e39
* Wed Apr 04 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-10
7451e39
- Actually rebuild for blender 2.78b
7451e39
8584f0d
* Thu Mar 29 2018 Luya Tshimbalanaga <luya@fedoraproject.org> - 3.3.0-9
8584f0d
- Rebuild for blender-2.79b
8584f0d
3c274a1
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 3.3.0-8
3c274a1
- Rebuild for opencv soname bump
3c274a1
60ff3f3
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0-7
60ff3f3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
60ff3f3
422b4c2
* Tue Jan 23 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-6
422b4c2
- Rebuild for embree-3.0.0-beta.0
422b4c2
84b888b
* Fri Jan 19 2018 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-5
84b888b
- Rebuilt for embree 2.12.2
84b888b
4f37446
* Thu Dec 28 2017 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-4
4f37446
- Rebuild for OpenCV
4f37446
6a5c4a7
* Thu Sep 14 2017 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-3
6a5c4a7
- bump
6a5c4a7
f4cd4de
* Wed Sep 13 2017 Luya Tshimbalanga <luya@fedoraproject.org> - 3.3.0-2
f4cd4de
- Rebuild for Blender 2.79
f4cd4de
0788a82
* Wed Aug 23 2017 Luya Tshimbalanga <releng@fedoraproject.org> - 3.3.0-4
0788a82
- Update to 3.3.0
0788a82
- Set enabled blender addon
0788a82
0b37a7d
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-4
0b37a7d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0b37a7d
41da479
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.0-3
41da479
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
41da479
e1042bf
* Thu Jul 20 2017 Kalev Lember <klember@redhat.com> - 3.2.0-2
e1042bf
- Rebuilt for Boost 1.64
e1042bf
07aacde
* Fri May 26 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-1
07aacde
- Upstream update
07aacde
5a8942f
* Fri Apr 28 2017 Simone Caronni <negativo17@gmail.com> - 3.2.0-0.7.20170221git
5a8942f
- Rebuild for OpenCV 3.2.0 update.
5a8942f
04367b1
* Sat Feb 25 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.6.20170221git
04367b1
- Enable preset
04367b1
- Change upstream url
04367b1
d8f274d
* Wed Feb 22 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.5.20170221git
d8f274d
- Latest git snapshot
d8f274d
d8f274d
* Fri Feb 17 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.4.20170217git
d8f274d
- Latest git snapshot
d8f274d
- Fix spelling to adhere US spelling guideine
d8f274d
- Fix license
d8f274d
- Fix mixed use of spaces and tab errors
d8f274d
- Set source files non executables
d8f274d
d8f274d
* Mon Feb 13 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.3.20170212git
d8f274d
- Add conditional statement for release line
d8f274d
- Align description to 80 columns as possible
d8f274d
- Disable rpath per Fedora packaging guideline
d8f274d
- Let RPM pick docs in the file section
d8f274d
- Add missing requirement libappstream-glib
d8f274d
- Temporarily disable preset in yafaray-blender
d8f274d
d8f274d
* Sun Feb 12 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.2.20170212git
d8f274d
- Latest git snapshot
d8f274d
- Add libtiff dependency
d8f274d
- Use versioning from Fedora packaging guideline
d8f274d
- Define sources url
d8f274d
d8f274d
* Wed Feb 08 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.2.0-0.1.20170131git
d8f274d
- Move appdata to its own file
d8f274d
- Latest git snapshot
d8f274d
- Use POSITION_INDEPENDENT_CODE to prevent compilation error
d8f274d
- Fix library path
d8f274d
d8f274d
* Thu Jan 12 2017 Luya Tshimbalanga <luya_tfz@thefinalzone.net> - 3.1.1-0.2.beta
d8f274d
- Fixed changelog by including missing upstream update info
d8f274d
- Fixed url for the sources
d8f274d
- Added requirement for base package
d8f274d
- Fix lib sharing, relic for legacy method
d8f274d
- Further cleaned up spec
d8f274d
d8f274d
* Thu Sep 22 2016 Luya Tshimbalanga <luya@fedoraproject.org> - 3.0.0-0.1.beta
d8f274d
- Update to 3.1.1-beta
d8f274d
d8f274d
* Sat Jul 16 2016 Luya Tshimbalanga <luya@fedoraproject.org> - 3.0.0-0.1.beta
d8f274d
- Update to 3.0.0-beta
d8f274d
- Cleaned up spec file
d8f274d
- Dropped scons as dependency
d8f274d
d8f274d
* Tue Mar 08 2016 Yaakov Selkowitz <yselkowi@redhat.com> - 0.1.1-14
d8f274d
- Fix FTBFS with GCC 6 (#1307303)
d8f274d
d8f274d
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.1-13
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d8f274d
d8f274d
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-12
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d8f274d
d8f274d
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-11
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d8f274d
d8f274d
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-11
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d8f274d
d8f274d
* Wed Nov 27 2013 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-10
d8f274d
- rebuild (openexr)
d8f274d
d8f274d
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-9
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
d8f274d
d8f274d
* Sun Mar 10 2013 Rex Dieter <rdieter@fedoraproject.org> - 0.1.1-8
d8f274d
- rebuild (OpenEXR)
d8f274d
d8f274d
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-7
d8f274d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild