2014-07-23 10:35:02 +00:00
|
|
|
%global gimpplugindir %(gimptool --gimpplugindir)/plug-ins
|
|
|
|
|
2018-09-04 15:27:00 +00:00
|
|
|
%global use_system_cimg 1
|
2018-01-10 21:28:37 +00:00
|
|
|
|
|
|
|
# As generated by new-snapshot.sh script
|
2021-07-20 11:32:47 +00:00
|
|
|
%global zart_version 20210720git939cf38
|
|
|
|
%global gmic_qt_version 20210720git2885531
|
|
|
|
%global gmic_community_version 20210720git06dab61
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
Summary: GREYC's Magic for Image Computing
|
2019-08-15 13:07:35 +00:00
|
|
|
Name: gmic
|
2021-07-20 11:32:47 +00:00
|
|
|
Version: 2.9.8
|
2021-07-31 15:54:44 +00:00
|
|
|
Release: 3%{?dist}
|
2018-09-04 15:27:00 +00:00
|
|
|
Source0: https://gmic.eu/files/source/%{name}_%{version}.tar.gz
|
2018-01-10 21:28:37 +00:00
|
|
|
# GIT archive snapshot of https://github.com/c-koi/zart
|
|
|
|
Source1: zart-%{zart_version}.tar.gz
|
|
|
|
# GIT archive snapshot of https://github.com/c-koi/gmic-qt
|
|
|
|
Source2: gmic-qt-%{gmic_qt_version}.tar.gz
|
|
|
|
# GIT archive snapshot of https://github.com/dtschump/gmic-community
|
|
|
|
Source3: gmic-community-%{gmic_community_version}.tar.gz
|
2018-02-23 16:33:55 +00:00
|
|
|
License: (CeCILL or CeCILL-C) and GPLv3+
|
2018-09-04 15:27:00 +00:00
|
|
|
Url: http://gmic.eu/
|
2014-07-23 10:35:02 +00:00
|
|
|
%if %{use_system_cimg}
|
2018-09-04 16:37:43 +00:00
|
|
|
BuildRequires: CImg-devel == 1:%{version}
|
2014-07-23 10:35:02 +00:00
|
|
|
%endif
|
|
|
|
BuildRequires: libX11-devel
|
2015-06-23 12:42:17 +00:00
|
|
|
BuildRequires: libXext-devel
|
2014-07-23 10:35:02 +00:00
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: fftw-devel
|
2021-07-31 15:54:44 +00:00
|
|
|
%if 0%{?fedora} > 34
|
|
|
|
BuildRequires: openexr-devel
|
|
|
|
BuildRequires: imath-devel
|
|
|
|
%else
|
2014-07-23 10:35:02 +00:00
|
|
|
BuildRequires: OpenEXR-devel
|
2021-07-31 15:54:44 +00:00
|
|
|
%endif
|
2014-07-23 10:35:02 +00:00
|
|
|
BuildRequires: zlib-devel
|
2015-06-23 12:42:17 +00:00
|
|
|
BuildRequires: gimp-devel-tools
|
2014-07-23 10:35:02 +00:00
|
|
|
BuildRequires: hdf5-devel
|
|
|
|
BuildRequires: opencv-devel
|
|
|
|
BuildRequires: GraphicsMagick-c++-devel
|
|
|
|
BuildRequires: ilmbase-devel
|
2015-06-23 12:42:17 +00:00
|
|
|
BuildRequires: qt5-qtbase-devel
|
2015-03-20 08:56:31 +00:00
|
|
|
BuildRequires: libcurl-devel
|
2018-07-23 11:59:48 +00:00
|
|
|
BuildRequires: gcc-c++
|
2020-09-08 19:27:15 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2020-12-18 23:39:38 +00:00
|
|
|
BuildRequires: make
|
2018-01-10 21:28:37 +00:00
|
|
|
# The C library binding was mistakenly put in a -static
|
|
|
|
# package despite being a shared library
|
2019-10-18 18:27:13 +00:00
|
|
|
Obsoletes: gmic-static <= 2.1.8
|
|
|
|
|
2021-07-31 15:54:44 +00:00
|
|
|
Patch0: gmic-openexr3.patch
|
2020-04-02 18:00:11 +00:00
|
|
|
Patch2: Makefile_arch.patch
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
G'MIC is an open and full-featured framework for image processing, providing
|
|
|
|
several different user interfaces to convert/manipulate/filter/visualize
|
|
|
|
generic image datasets, from 1d scalar signals to 3d+t sequences of
|
|
|
|
multi-spectral volumetric images.
|
|
|
|
|
|
|
|
%package devel
|
2014-11-26 14:29:30 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-07-23 10:35:02 +00:00
|
|
|
Summary: Development files for G'MIC
|
|
|
|
|
|
|
|
%package gimp
|
2014-11-26 14:29:30 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-07-23 10:35:02 +00:00
|
|
|
Summary: G'MIC plugin for GIMP
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
G'MIC is an open and full-featured framework for image processing, providing
|
|
|
|
several different user interfaces to convert/manipulate/filter/visualize
|
|
|
|
generic image datasets, from 1d scalar signals to 3d+t sequences of
|
|
|
|
multi-spectral volumetric images.
|
|
|
|
|
|
|
|
Provides files for building applications against the G'MIC API
|
|
|
|
|
|
|
|
%description gimp
|
|
|
|
G'MIC is an open and full-featured framework for image processing, providing
|
|
|
|
several different user interfaces to convert/manipulate/filter/visualize
|
|
|
|
generic image datasets, from 1d scalar signals to 3d+t sequences of
|
|
|
|
multi-spectral volumetric images.
|
|
|
|
|
|
|
|
Provides a plugin for using G'MIC from GIMP
|
|
|
|
|
|
|
|
%prep
|
2018-01-10 21:28:37 +00:00
|
|
|
%setup -q -a 1 -a 2 -a 3
|
2014-07-23 10:35:02 +00:00
|
|
|
|
2021-07-31 15:54:44 +00:00
|
|
|
%if 0%{?fedora} > 34
|
|
|
|
%patch0 -p1
|
|
|
|
%endif
|
|
|
|
|
2020-04-02 18:27:22 +00:00
|
|
|
%ifarch armv7hl s390x ppc64le
|
2020-04-02 18:00:11 +00:00
|
|
|
%patch2 -p1 -b.arch
|
|
|
|
%endif
|
|
|
|
|
2021-01-05 14:44:37 +00:00
|
|
|
# remove stash-file (thanks Wolfgang Lieff <Wolfgang.Lieff@airborneresearch.org.au>)
|
|
|
|
rm -f zart/.qmake.stash
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
%build
|
2016-05-01 16:07:36 +00:00
|
|
|
export CCACHE_DISABLE=1
|
2014-07-23 10:35:02 +00:00
|
|
|
cd src
|
2018-01-10 21:28:37 +00:00
|
|
|
|
|
|
|
ln -fs ../gmic-community/libcgmic/gmic_libc.cpp .
|
|
|
|
ln -fs ../gmic-community/libcgmic/gmic_libc.h .
|
|
|
|
ln -fs ../gmic-community/libcgmic/use_libcgmic.c .
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
%if %{use_system_cimg}
|
|
|
|
# We want to build against the system installed CImg package.
|
|
|
|
# G'MIC provides no way todo this, so we just copy the file
|
|
|
|
# over what's there already
|
|
|
|
mv CImg.h CImg.h.bak
|
|
|
|
cp /usr/include/CImg.h CImg.h
|
|
|
|
%endif
|
|
|
|
|
2018-01-10 21:28:37 +00:00
|
|
|
make OPT_CFLAGS="%{optflags} -g" NOSTRIP=1 cli lib libc
|
|
|
|
|
|
|
|
cd ../gmic-qt
|
|
|
|
%{qmake_qt5} CONFIG+=release GMIC_PATH=../src HOST=gimp gmic_qt.pro && %{make_build}
|
|
|
|
%{qmake_qt5} CONFIG+=release GMIC_PATH=../src HOST=none gmic_qt.pro && %{make_build}
|
|
|
|
|
|
|
|
cd ../zart
|
|
|
|
%{qmake_qt5} CONFIG+=release GMIC_PATH=../src zart.pro && %{make_build}
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
%install
|
2018-01-10 21:28:37 +00:00
|
|
|
mv gmic-qt/COPYING COPYING-gmic-qt
|
|
|
|
mv gmic-community/libcgmic/COPYING COPYING-libcgmic
|
|
|
|
|
2019-01-23 13:19:16 +00:00
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
iconv -f iso8859-1 -t utf-8 COPYING > COPYING.conv && mv -f COPYING.conv COPYING
|
2018-01-10 21:28:37 +00:00
|
|
|
iconv -f iso8859-1 -t utf-8 COPYING-libcgmic > COPYING-libcgmic.conv && mv -f COPYING-libcgmic.conv COPYING-libcgmic
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
cd src
|
|
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
|
|
|
|
|
|
# Makefile is not multilib aware
|
|
|
|
if test "%{_prefix}/lib" != "%{_libdir}"
|
|
|
|
then
|
|
|
|
mv $RPM_BUILD_ROOT/%{_prefix}/lib/* $RPM_BUILD_ROOT/%{_libdir}/
|
|
|
|
fi
|
|
|
|
|
|
|
|
# Makefile creates too many intermediate symlinks for the library
|
2018-01-10 21:28:37 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libgmic.so.2
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_libdir}/libcgmic.so.2
|
|
|
|
ln -s libgmic.so.%{version} $RPM_BUILD_ROOT/%{_libdir}/libgmic.so.2
|
|
|
|
ln -s libcgmic.so.%{version} $RPM_BUILD_ROOT/%{_libdir}/libcgmic.so.2
|
2014-07-23 10:35:02 +00:00
|
|
|
|
2020-09-08 19:27:15 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/gmic_qt.desktop
|
|
|
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/zart.desktop
|
|
|
|
|
2019-01-23 15:52:32 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
|
2019-01-25 10:51:47 +00:00
|
|
|
mv $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/gmic $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/gmic
|
|
|
|
rm -rf $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/
|
2019-01-23 15:52:32 +00:00
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
# Sourced files shouldn't be executable
|
|
|
|
chmod -x $RPM_BUILD_ROOT/%{_sysconfdir}/bash_completion.d/gmic
|
|
|
|
|
2019-01-22 17:39:07 +00:00
|
|
|
%ldconfig_scriptlets
|
2014-07-23 10:35:02 +00:00
|
|
|
|
2020-09-08 19:27:15 +00:00
|
|
|
%post
|
|
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
|
|
|
%postun
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
%files
|
2019-04-11 15:21:03 +00:00
|
|
|
%doc README
|
|
|
|
%license COPYING COPYING-gmic-qt COPYING-libcgmic
|
2014-07-23 10:35:02 +00:00
|
|
|
%{_bindir}/gmic
|
2018-01-10 21:28:37 +00:00
|
|
|
%{_bindir}/gmic_qt
|
2015-06-23 12:42:17 +00:00
|
|
|
%{_bindir}/zart
|
2014-07-23 10:35:02 +00:00
|
|
|
%{_sysconfdir}/bash_completion.d/gmic
|
|
|
|
%{_libdir}/libgmic.so.*
|
2018-01-10 21:28:37 +00:00
|
|
|
%{_libdir}/libcgmic.so.*
|
2014-07-23 10:35:02 +00:00
|
|
|
%{_mandir}/man1/%{name}.1.gz
|
|
|
|
%{_mandir}/fr/man1/%{name}.1.gz
|
2020-09-08 19:27:15 +00:00
|
|
|
%{_datadir}/applications/gmic_qt.desktop
|
|
|
|
%{_datadir}/applications/zart.desktop
|
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/gmic_qt.png
|
|
|
|
%{_datadir}/icons/hicolor/48x48/apps/zart.png
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/gmic_qt.svg
|
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/zart.svg
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_prefix}/include/gmic.h
|
2016-05-01 16:07:36 +00:00
|
|
|
%{_prefix}/include/gmic_libc.h
|
2018-01-10 21:28:37 +00:00
|
|
|
%{_libdir}/libgmic.so
|
2016-05-01 16:07:36 +00:00
|
|
|
%{_libdir}/libcgmic.so
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
%files gimp
|
2018-01-10 21:28:37 +00:00
|
|
|
%{gimpplugindir}/gmic_gimp_qt
|
2019-03-17 14:01:48 +00:00
|
|
|
%{gimpplugindir}/gmic_cluts.gmz
|
2014-07-23 10:35:02 +00:00
|
|
|
|
|
|
|
%changelog
|
2021-07-31 15:54:44 +00:00
|
|
|
* Sat Jul 31 2021 Richard Shaw <hobbes1069@gmail.com> - 2.9.8-3
|
|
|
|
- Rebuild with OpenEXR/Imath 3.
|
|
|
|
|
2021-07-22 02:01:38 +00:00
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-20 11:32:47 +00:00
|
|
|
* Tue Jul 20 2021 josef radinger <cheese@nosuchhost.net> - 2.9.8-1
|
|
|
|
- bump version
|
|
|
|
|
2021-04-09 16:35:05 +00:00
|
|
|
* Fri Apr 09 2021 josef radinger <cheese@nosuchhost.net> - 2.9.7-1
|
|
|
|
- bump version
|
|
|
|
|
2021-02-11 07:50:26 +00:00
|
|
|
* Thu Feb 11 2021 josef radinger <cheese@nosuchhost.net> - 2.9.6-1
|
|
|
|
- bump version
|
|
|
|
|
2021-01-26 08:28:10 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-12 06:32:24 +00:00
|
|
|
* Tue Jan 12 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.9.4-5
|
|
|
|
- Again try to build on all archs
|
|
|
|
|
2021-01-12 02:59:41 +00:00
|
|
|
* Tue Jan 12 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.9.4-4
|
|
|
|
- Once make this package available on buildable arch
|
|
|
|
|
2021-01-05 14:44:37 +00:00
|
|
|
* Mon Jan 04 2021 josef radinger <cheese@nosuchhost.net> - 2.9.4-3
|
|
|
|
- remove stray stash file
|
|
|
|
|
2021-01-01 22:18:53 +00:00
|
|
|
* Fri Jan 01 2021 Richard Shaw <hobbes1069@gmail.com> - 2.9.4-2
|
|
|
|
- Rebuild for OpenEXR 2.5.3.
|
|
|
|
|
2020-11-24 18:08:13 +00:00
|
|
|
* Tue Nov 24 2020 josef radinger <cheese@nosuchhost.net> - 2.9.4-1
|
|
|
|
- bump version
|
|
|
|
|
2020-11-19 19:11:41 +00:00
|
|
|
* Thu Nov 19 2020 josef radinger <cheese@nosuchhost.net> - 2.9.3-1
|
|
|
|
- bump version
|
|
|
|
|
2020-10-22 11:29:06 +00:00
|
|
|
* Thu Oct 22 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.9.2-4
|
|
|
|
- Rebuilt for OpenCV
|
|
|
|
|
2020-09-08 19:32:25 +00:00
|
|
|
* Tue Sep 08 2020 josef radinger <cheese@nosuchhost.net> - 2.9.2-3
|
|
|
|
- we now have desktop-files
|
|
|
|
|
2020-09-08 18:03:30 +00:00
|
|
|
* Tue Sep 08 2020 josef radinger <cheese@nosuchhost.net> - 2.9.2-1
|
|
|
|
- bump version
|
|
|
|
|
2020-08-01 02:08:02 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 20:27:11 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-12 08:11:20 +00:00
|
|
|
* Fri Jun 12 2020 josef radinger <cheese@nosuchhost.net> - 2.9.1-2
|
|
|
|
- rebuild
|
|
|
|
|
2020-06-12 07:18:01 +00:00
|
|
|
* Fri Jun 12 2020 josef radinger <cheese@nosuchhost.net> - 2.9.1-1
|
|
|
|
- bump version
|
2020-06-12 07:26:01 +00:00
|
|
|
- remove patch1 (for new opencv)
|
2020-06-12 07:18:01 +00:00
|
|
|
|
2020-06-04 15:47:47 +00:00
|
|
|
* Thu Jun 04 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.9.0-4
|
|
|
|
- Rebuilt for OpenCV 4.3
|
|
|
|
|
2020-04-02 18:27:22 +00:00
|
|
|
* Thu Apr 2 2020 josef radinger <cheese@nosuchhost.net> - 2.9.0-3
|
|
|
|
- enable mtune on aarch64
|
|
|
|
|
2020-04-02 17:58:43 +00:00
|
|
|
* Thu Apr 2 2020 josef radinger <cheese@nosuchhost.net> - 2.9.0-2
|
|
|
|
- disable mtune=generic for s390x, armv7hl and ppc64le
|
|
|
|
|
2020-03-30 18:17:52 +00:00
|
|
|
* Mon Mar 30 2020 josef radinger <cheese@nosuchhost.net> - 2.9.0-1
|
|
|
|
- bump version
|
2020-03-30 19:26:27 +00:00
|
|
|
- update gmic_opencv.patch
|
2020-03-30 18:17:52 +00:00
|
|
|
|
2020-02-13 19:09:48 +00:00
|
|
|
* Thu Feb 13 2020 josef radinger <cheese@nosuchhost.net> - 2.8.4-1
|
|
|
|
- bump version
|
|
|
|
|
2020-01-28 22:30:34 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-28 11:04:05 +00:00
|
|
|
* Tue Jan 28 2020 Nicolas Chauvet <kwizart@gmail.com> - 2.8.3-2
|
|
|
|
- Rebuild for OpenCV 4.2
|
|
|
|
|
2020-01-25 10:46:48 +00:00
|
|
|
* Fri Jan 24 2020 josef radinger <cheese@nosuchhost.net> - 2.8.3-1
|
|
|
|
- bump version
|
|
|
|
|
2020-01-15 21:25:34 +00:00
|
|
|
* Wed Jan 15 2020 josef radinger <cheese@nosuchhost.net> - 2.8.2-1
|
|
|
|
- bump version
|
|
|
|
|
2019-12-29 10:21:24 +00:00
|
|
|
* Sun Dec 29 2019 Nicolas Chauvet <kwizart@gmail.com> - 2.7.4-4
|
|
|
|
- Rebuilt for opencv4
|
|
|
|
|
2019-10-18 18:27:13 +00:00
|
|
|
* Fri Oct 18 2019 josef radinger <cheese@nosuchhost.net> - 2.7.4-3
|
|
|
|
- add patch for building against opencv 4.1.2
|
|
|
|
|
2019-10-18 18:15:06 +00:00
|
|
|
* Fri Oct 18 2019 josef radinger <cheese@nosuchhost.net> - 2.7.4-2
|
|
|
|
- rebuild against opencv 4.1.2
|
|
|
|
|
2019-10-15 13:40:08 +00:00
|
|
|
* Tue Oct 15 2019 josef radinger <cheese@nosuchhost.net> - 2.7.4-1
|
|
|
|
- bump version
|
|
|
|
|
2019-09-11 22:43:10 +00:00
|
|
|
* Wed Sep 11 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.7.0-2
|
|
|
|
- Rebuild for opencv (with vtk disabled)
|
|
|
|
|
2019-08-15 13:07:35 +00:00
|
|
|
* Thu Aug 15 2019 josef radinger <cheese@nosuchhost.net> - 2.7.0-1
|
|
|
|
- bump version
|
|
|
|
|
2019-07-25 03:59:53 +00:00
|
|
|
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.6-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-19 18:17:57 +00:00
|
|
|
* Wed Jun 19 2019 josef radinger <cheese@nosuchhost.net> - 2.6.6-1
|
|
|
|
- bump version
|
|
|
|
|
2019-05-28 18:25:35 +00:00
|
|
|
* Tue May 28 2019 josef radinger <cheese@nosuchhost.net> - 2.6.4-1
|
|
|
|
- bump version
|
|
|
|
|
2019-04-18 19:22:05 +00:00
|
|
|
* Thu Apr 18 2019 josef radinger <cheese@nosuchhost.net> - 2.5.7-1
|
|
|
|
- bump version
|
|
|
|
|
2019-04-11 15:21:03 +00:00
|
|
|
* Thu Apr 11 2019 Richard Shaw <hobbes1069@gmail.com> - 2.5.6-2
|
|
|
|
- Rebuild for OpenEXR/Ilmbase 2.3.0.
|
|
|
|
- Move licences files to %%license.
|
|
|
|
|
2019-04-08 19:28:04 +00:00
|
|
|
* Mon Apr 08 2019 josef radinger <cheese@nosuchhost.net> - 2.5.6-1
|
|
|
|
- bump version
|
|
|
|
|
2019-03-30 11:29:07 +00:00
|
|
|
* Sat Mar 30 2019 josef radinger <cheese@nosuchhost.net> - 2.5.5-1
|
|
|
|
- bump version
|
|
|
|
|
2019-03-24 12:15:08 +00:00
|
|
|
* Sun Mar 24 2019 josef radinger <cheese@nosuchhost.net> - 2.5.4-1
|
|
|
|
- bump version
|
|
|
|
|
2019-03-18 21:52:32 +00:00
|
|
|
* Mon Mar 18 2019 Orion Poplawski <orion@nwra.com> - 2.5.3-2
|
|
|
|
- Rebuild for hdf5 1.10.5
|
|
|
|
|
2019-03-17 13:59:29 +00:00
|
|
|
* Sun Mar 17 2019 josef radinger <cheese@nosuchhost.net> - 2.5.3-1
|
|
|
|
- bump version
|
2019-03-17 14:01:48 +00:00
|
|
|
- use gmic_cluts.gmz instead of gmic_film_cluts.gmz
|
2019-03-17 13:59:29 +00:00
|
|
|
|
2019-03-16 19:10:49 +00:00
|
|
|
* Sat Mar 16 2019 josef radinger <cheese@nosuchhost.net> - 2.5.2-1
|
|
|
|
- bump version
|
|
|
|
|
2019-01-31 22:59:13 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-22 20:29:07 +00:00
|
|
|
* Mon Jan 21 2019 josef radinger <cheese@nosuchhost.net> - 2.4.5-1
|
|
|
|
- bump version
|
2019-01-23 15:52:32 +00:00
|
|
|
- create %%{_sysconfdir}/bash_completion.d and move the file
|
2019-01-22 20:29:07 +00:00
|
|
|
|
2018-10-16 10:44:35 +00:00
|
|
|
* Tue Oct 16 2018 Daniel P. Berrangé <berrange@redhat.com> - 2.4.0-1
|
|
|
|
- Update to 2.4.0 release
|
|
|
|
|
2018-09-04 15:27:00 +00:00
|
|
|
* Tue Sep 4 2018 Daniel P. Berrangé <berrange@redhat.com> - 2.3.6-1
|
|
|
|
- Update to 2.3.6 release
|
|
|
|
- Drop BuildRoot and Group tags
|
|
|
|
- Use system CImg
|
|
|
|
- Update URL tag
|
|
|
|
|
2018-07-23 11:59:48 +00:00
|
|
|
* Mon Jul 23 2018 Daniel P. Berrangé <berrange@redhat.com> - 2.3.3-1
|
|
|
|
- Updated to latest release / snapshots
|
|
|
|
- Add BR on gcc-c++
|
|
|
|
|
2018-07-13 02:46:53 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-03-05 23:32:05 +00:00
|
|
|
* Mon Mar 05 2018 Adam Williamson <awilliam@redhat.com> - 2.2.0-2
|
|
|
|
- Rebuild for opencv soname bump
|
|
|
|
|
2018-02-23 16:33:55 +00:00
|
|
|
* Thu Feb 22 2018 Daniel P. Berrange <berrange@redhat.com> - 2.2.0-1
|
|
|
|
- Update to new 2.2.0 upstream release
|
|
|
|
- Some parts now licensed under choice of CeCILL or CeCILL-C
|
|
|
|
|
2018-02-07 13:10:38 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-11 16:55:06 +00:00
|
|
|
* Thu Jan 11 2018 Daniel P. Berrange <berrange@redhat.com> - 2.1.8-1
|
|
|
|
- Update to new 2.1.8 upstream release
|
|
|
|
- Remove bogus -static sub-RPM which contained shared libs
|
|
|
|
|
2018-01-04 20:45:10 +00:00
|
|
|
* Thu Jan 04 2018 josef radinger <cheese@nosuchhost.net> - 1.7.2-6
|
|
|
|
- Rebuilt for libopencv
|
|
|
|
|
2017-08-02 21:57:08 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:34:08 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-02 15:18:55 +00:00
|
|
|
* Thu Mar 2 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-3
|
|
|
|
- Rebuild due to opencv soname change
|
|
|
|
|
2017-02-10 11:17:31 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-06-04 11:11:34 +00:00
|
|
|
* Sat Jun 4 2016 josef radinger <cheese@nosuchhost.net> - 1.7.2-1
|
|
|
|
- bump version
|
|
|
|
|
2016-05-08 19:21:19 +00:00
|
|
|
* Sun May 8 2016 josef radinger <cheese@nosuchhost.net> - 1.7.1-2
|
|
|
|
- rebuild for rawhide
|
|
|
|
|
2016-05-01 16:07:36 +00:00
|
|
|
* Fri Apr 29 2016 josef radinger <cheese@nosuchhost.net> - 1.7.1-1
|
|
|
|
- bump version
|
|
|
|
- update Patch1
|
|
|
|
- fix link on libgmic
|
|
|
|
- remove smp_mflags (because of compile-errors)
|
|
|
|
- split a *-static package
|
|
|
|
|
2016-02-05 19:08:36 +00:00
|
|
|
* Fri Feb 5 2016 josef radinger <cheese@nosuchhost.net> - 1.6.9-1
|
|
|
|
- bump version
|
|
|
|
- update Patch1
|
|
|
|
|
2016-02-03 22:17:15 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-12-08 10:02:37 +00:00
|
|
|
* Mon Dec 7 2015 josef radinger <cheese@nosuchhost.net> - 1.6.8-1
|
|
|
|
- bump version
|
|
|
|
|
2015-10-24 19:44:53 +00:00
|
|
|
* Sat Oct 24 2015 josef radinger <cheese@nosuchhost.net> - 1.6.7-1
|
|
|
|
- bump version
|
|
|
|
- new downloadurl
|
|
|
|
|
2015-10-13 20:33:11 +00:00
|
|
|
* Tue Oct 13 2015 josef radinger <cheese@nosuchhost.net> - 1.6.6.1-1
|
|
|
|
- bump version
|
|
|
|
|
2015-06-23 12:42:17 +00:00
|
|
|
* Tue Jun 23 2015 Daniel P. Berrange <berrange@redhat.com> - 1.6.5.0-1
|
|
|
|
- Update to 1.6.5.0 release
|
|
|
|
- Enable zart binary build
|
|
|
|
|
2015-06-17 08:44:01 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-10 14:07:54 +00:00
|
|
|
* Sun May 10 2015 Daniel P. Berrange <berrange@redhat.com> - 1.6.2.0-1
|
|
|
|
- Update to 1.6.2.0 release
|
|
|
|
|
2015-05-02 12:01:42 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.6.1.0-2
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-03-20 08:56:31 +00:00
|
|
|
* Fri Mar 20 2015 Daniel P. Berrange <berrange@redhat.com> - 1.6.1.0-1
|
|
|
|
- Update to 1.6.1.0 release
|
|
|
|
|
2015-02-06 12:00:46 +00:00
|
|
|
* Fri Feb 6 2015 Daniel P. Berrange <berrange@redhat.com> - 1.6.0.4-1
|
|
|
|
- Update to 1.6.0.4 release
|
|
|
|
|
2014-12-19 13:49:50 +00:00
|
|
|
* Fri Dec 19 2014 Daniel P. Berrange <berrange@redhat.com> - 1.6.0.3-1
|
|
|
|
- Update to 1.6.0.3 release
|
|
|
|
|
2014-11-26 14:29:30 +00:00
|
|
|
* Wed Nov 26 2014 Rex Dieter <rdieter@fedoraproject.org> 1.6.0.1-2
|
|
|
|
- rebuild (openexr), s|qt-devel|qt4-devel|, tighten subpkg deps
|
|
|
|
|
2014-10-03 11:00:50 +00:00
|
|
|
* Fri Oct 3 2014 Daniel P. Berrange <berrange@redhat.com> - 1.6.0.1-1
|
|
|
|
- Update to 1.6.0.1 release
|
|
|
|
|
2014-08-25 08:37:28 +00:00
|
|
|
* Mon Aug 25 2014 Daniel P. Berrange <berrange@redhat.com> - 1.6.0.0-1
|
|
|
|
- Update to 1.6.0.0 release
|
|
|
|
|
2014-08-16 17:25:39 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.9.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-23 10:35:02 +00:00
|
|
|
* Wed Jul 23 2014 Daniel P. Berrange <berrange@redhat.com> - 1.5.9.4-1
|
|
|
|
- Initial Fedora package after review (rhbz #1061801)
|