8249dbc
Name:           rawtherapee
c73b196
Version:        5.6
b3e6cfd
Release:        2%{?dist}
8249dbc
Summary:        Raw image processing software
8249dbc
8249dbc
License:        GPLv3 and MIT and IJG
8249dbc
URL:            http://www.rawtherapee.com/
e10761e
Source0:        http://rawtherapee.com/shared/source/%{name}-%{version}.tar.xz
Mattia Verga a73ee12
b3e6cfd
# Backport patch to fix appdata validation
b3e6cfd
# https://github.com/Beep6581/RawTherapee/issues/5303
b3e6cfd
Patch0:         RT_5.6_fix_appdata.patch
b3e6cfd
1c6b281
Mattia Verga a73ee12
BuildRequires:  cmake
Mattia Verga a73ee12
BuildRequires:  desktop-file-utils
Mattia Verga 2b4cd88
BuildRequires:  gcc-c++
dbfea52
BuildRequires:  libappstream-glib
de5d785
BuildRequires:  libatomic
Mattia Verga 3de0c1d
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(exiv2)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(expat)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(fftw3f)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(glib-2.0)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(glibmm-2.4)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(gtk+-3.0)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(gtkmm-3.0)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(lcms2)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(lensfun)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(libcanberra)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(libiptcdata)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(libjpeg)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(libpng)
c73b196
BuildRequires:  pkgconfig(librsvg-2.0)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(libtiff-4)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(sigc++-2.0)
Mattia Verga 3de0c1d
BuildRequires:  pkgconfig(zlib)
8249dbc
Mattia Verga a73ee12
Requires:       hicolor-icon-theme
7ca9659
Mattia Verga a73ee12
# https://fedorahosted.org/fpc/ticket/530
Mattia Verga bc701bd
# to find: `grep DCRAW_VERSION: rawtherapee-*/rtengine/dcraw.c`
Mattia Verga bc701bd
Provides:       bundled(dcraw) = 9.27
8249dbc
48e8ad1
8249dbc
%description
8249dbc
Rawtherapee is a RAW image processing software. It gives full control over
8249dbc
many parameters to enhance the raw picture before finally exporting it
8249dbc
to some common image format.
8249dbc
8249dbc
%prep
e10761e
%autosetup -p1 -n %{name}-%{version}
8249dbc
8249dbc
# fix wrong line endings
1e98714
sed -i "s|\r||g" LICENSE.txt
8249dbc
8249dbc
%build
Mattia Verga a73ee12
%{cmake} %{?BUILD_TESTS} \
Mattia Verga a73ee12
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
Mattia Verga a73ee12
        -DLIBDIR=%{_libdir} \
Mattia Verga a73ee12
        -DCMAKE_BUILD_TYPE=release \
Mattia Verga a73ee12
        -DBUILD_SHARED_LIBS:BOOL=ON \
Mattia Verga a73ee12
        -DAUTOMATED_BUILD_SYSTEM:BOOL=ON \
Mattia Verga a73ee12
        -DCACHE_NAME_SUFFIX="" \
Mattia Verga a73ee12
        -DCMAKE_CXX_FLAGS="$RPM_OPT_FLAGS" \
Mattia Verga 3654a30
        -DCMAKE_C_FLAGS="$RPM_OPT_FLAGS" \
Mattia Verga 3654a30
        -DWITH_SYSTEM_KLT=ON .
Mattia Verga a73ee12
        
872a648
make VERBOSE=1 %{?_smp_mflags} 
8249dbc
8249dbc
8249dbc
%install
Mattia Verga a73ee12
make install DESTDIR=%{buildroot}
8249dbc
8249dbc
ed61d97
# These file are taken from the root already
Mattia Verga a73ee12
rm -rf %{buildroot}/%{_datadir}/doc 
d4e9f33
d4e9f33
Mattia Verga a73ee12
%check
Mattia Verga a73ee12
desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
c73b196
appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/com.%{name}.RawTherapee.appdata.xml
dbfea52
dbfea52
8249dbc
%files
1e98714
%doc AUTHORS.txt LICENSE.txt RELEASE_NOTES.txt
Mattia Verga 2f51ebe
%{_mandir}/man1/%{name}.1.gz
Mattia Verga 2f51ebe
%{_bindir}/%{name}
Mattia Verga 2f51ebe
%{_bindir}/%{name}-cli
98224f4
%{_libdir}/*.so
Mattia Verga 2f51ebe
%{_datadir}/%{name}
8249dbc
%{_datadir}/applications/%{name}.desktop
c73b196
%{_datadir}/metainfo/com.%{name}.RawTherapee.appdata.xml
Mattia Verga 2f51ebe
%{_datadir}/icons/hicolor/*/apps/%{name}.png
8249dbc
Thibault North e4821b8
8249dbc
%changelog
b3e6cfd
* Thu Apr 25 2019 Mattia Verga <mattia.verga@protonmail.com> - 5.6-2
b3e6cfd
- Backport patch to fix appdata validation
b3e6cfd
e10761e
* Wed Apr 24 2019 Mattia Verga <mattia.verga@protonmail.com> - 5.6-1
e10761e
- Release 5.6 stable
e10761e
c73b196
* Sat Apr 13 2019 Mattia Verga <mattia.verga@protonmail.com> - 5.6-0.1.rc1
c73b196
- Update to 5.6RC1
c73b196
- Added librsvg-2.0 to BuildRequires
c73b196
- Changed appdata filename
c73b196
1c6b281
* Sat Apr 06 2019 Mattia Verga <mattia.verga@protonmail.com> - 5.5-4
1c6b281
- Backport patch to fix Histogram Matching (RHBZ #1692572)
1c6b281
4284585
* Sat Feb 16 2019 Mattia Verga <mattia.verga@protonmail.com> - 5.5-3
4284585
- Backport patch to fix build with GCC9
4284585
0498f3d
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.5-2
0498f3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0498f3d
de5d785
* Fri Dec 21 2018 Mattia Verga <mattia.verga@protonmail.com> - 5.5-1
de5d785
- Release 5.5 stable
de5d785
- Add libatomic to BRs to fix x64 builds
de5d785
Owen W. Taylor 1579a6d
* Tue Sep 18 2018 Owen Taylor <otaylor@redhat.com> - 5.4-3
Owen W. Taylor 1579a6d
- Don't explicitly require fftw - this pulls in unnecessary library subpackages
Owen W. Taylor 1579a6d
  and binaries; just count on RPM's standard library autodependencies.
Owen W. Taylor 1579a6d
3c75de8
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.4-2
3c75de8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
3c75de8
Mattia Verga 3597a0f
* Thu Mar 22 2018 Mattia Verga <mattia.verga@email.it> - 5.4-1
Mattia Verga 3597a0f
- Release 5.4 stable
Mattia Verga 3597a0f
Mattia Verga 08ad9d5
* Wed Mar 14 2018 Mattia Verga <mattia.verga@email.it> - 5.4-0.2.rc3
Mattia Verga 08ad9d5
- Update to 5.4RC3
Mattia Verga 08ad9d5
Mattia Verga bc701bd
* Sun Mar 04 2018 Mattia Verga <mattia.verga@email.it> - 5.4-0.1.rc2
Mattia Verga bc701bd
- Update to 5.4RC2
Mattia Verga bc701bd
- Report correct dcraw version in bundled statement
Mattia Verga bc701bd
- Remove obsolete ld scriptlets
Mattia Verga bc701bd
Mattia Verga 2b4cd88
* Mon Feb 19 2018 Mattia Verga <mattia.verga@email.it> - 5.3-4
Mattia Verga 2b4cd88
- Add gcc-c++ to BuildRequires
Mattia Verga 2b4cd88
1059e18
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.3-3
1059e18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
1059e18
f7a49f3
* Thu Jan 18 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org>
f7a49f3
- Remove obsolete scriptlets
f7a49f3
442cdd4
* Mon Oct  2 2017 Matthew Miller <mattdm@fedoraproject.org> - 5.3-1
442cdd4
- update to 5.3 final
442cdd4
a59e759
* Mon Sep 25 2017 Matthew Miller <mattdm@fedoraproject.org> - 5.3-0.1
a59e759
- upstream 5.3 rc1 for rawhide
a59e759
- includes fix for CVE-2017-13735
a59e759
- lensfun is now required (enabling new lens correction feature)
a59e759
- appdata -> metainfo dir
a59e759
Mattia Verga c2e8e85
* Sun Sep 10 2017 Mattia Verga <mattia.verga@email.it> - 5.2-2
Mattia Verga c2e8e85
- Backport upstream patch for fixing CVE-2017-13735
Mattia Verga c2e8e85
Mattia Verga 3654a30
* Mon Jul 31 2017 Mattia Verga <mattia.verga@email.it> - 5.2-1
Mattia Verga 3654a30
- Upgrade to 5.2
Mattia Verga 3654a30
- Use system KLT library instead of bundled one
Mattia Verga 3654a30
- No further requires bzip2 as BR
Mattia Verga 3654a30
a40d573
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.1-2
a40d573
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
a40d573
1a03711
* Thu May 18 2017 Matthew Miller <mattdm@fedoraproject.org> - 5.1-1
1a03711
- 5.1 final is out
1a03711
51474ef
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.1-0.2.rc1
51474ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
51474ef
Mattia Verga 2f51ebe
* Sun May 14 2017 Mattia Verga <mattia.verga@email.it> - 5.1-0.1.rc1
Mattia Verga 2f51ebe
- Upgrade to 5.1-rc1
Mattia Verga 2f51ebe
- New command line binary
Mattia Verga 2f51ebe
- Removed support for gtk2
Mattia Verga 2f51ebe
Mattia Verga abcb746
* Sat Feb 18 2017 Mattia Verga <mattia.verga@tiscali.it> - 5.0-3.r1
Mattia Verga abcb746
- Upgrade to 5.0-r1
Mattia Verga abcb746
- Fix build error with GCC7
Mattia Verga abcb746
799cf55
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.0-2
799cf55
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
799cf55
Mattia Verga 778b426
* Mon Jan 23 2017 Mattia Verga <mattia.verga@tiscali.it> - 5.0-1
Mattia Verga 778b426
- Upgrade to stable 5.0-gtk3
Mattia Verga 778b426
Mattia Verga 99bcc87
* Sat Nov 05 2016 Mattia Verga <mattia.verga@tiscali.it> - 4.2.1234-2.20161105gitb766110
Mattia Verga 99bcc87
- Upgrade svn version
Mattia Verga 99bcc87
- Add provides klt
Mattia Verga 99bcc87
Mattia Verga a73ee12
* Sun Oct 09 2016 Mattia Verga <mattia.verga@tiscali.it> - 4.2.1234-1.20161009gitd16d244
Mattia Verga a73ee12
- Upgrade to svn version
Mattia Verga a73ee12
- GTK3 is now default
Mattia Verga a73ee12
- Remove unneeded patches
Mattia Verga a73ee12
477796c
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.2-12
477796c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
477796c
1810ae1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2-11
1810ae1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1810ae1
7ca9659
* Wed May 13 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-10
7ca9659
- note dcraw bundling (see https://fedorahosted.org/fpc/ticket/530)
7ca9659
1e2bffd
* Wed May 13 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-9
1e2bffd
- same thing, format patch correctly
1e2bffd
1e2bffd
* Wed May 13 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-8
1e2bffd
- Security fix for CVE-2015-3885 (dcraw input sanitization), bz #1221257
1e2bffd
7a5ec2e
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 4.2-7
7a5ec2e
- Rebuilt for GCC 5 C++11 ABI change
7a5ec2e
48e8ad1
* Tue Mar 24 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-6
48e8ad1
- ooh, fixed it. (insufficiently strict html in description. will
48e8ad1
  submit bug upstream -- thanks Kalev for the fix!)
48e8ad1
6880167
* Tue Mar 24 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-5
6880167
- appstream validation currently failing on f22 and f23. temporarily
6880167
  disabling
6880167
ec11656
* Tue Mar 24 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-4
ec11656
- oh look! fix some invalid dates in changelog including the previous entry
d4e9f33
- move appdata validation next to desktop file validation
ec11656
ec11656
* Tue Mar 24 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-3
dbfea52
- package appdata
dbfea52
- fix some invalid dates in changelog
dbfea52
ec11656
* Tue Mar 24 2015 Matthew Miller <mattdm@fedoraproject.org> - 4.2-2
71d921d
- a few config changes to match upstream rpm
71d921d
ac88091
* Sat Nov 08 2014 Matthew Miller <mattdm@fedoraproject.org> - 4.2-1
ac88091
- update to new upstream stable release
ac88091
- set cache and config dir to be unversioned by upstream request
ac88091
  (see http://rawtherapee.com/blog/4.2-pre-release-announcement)
ac88091
  Note that this will cause config from 4.1 to be ignored, and 
ac88091
  possibly even older config to be used instead.
ac88091
d829dcf
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1-2
d829dcf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d829dcf
1e98714
* Sun Jun 08 2014 Matthew Miller <mattdm@fedoraproject.org> - 4.1-1
1e98714
- update to new upstream stable release (first officially-stable release
1e98714
  since 3.1)
1e98714
- see changelog at http://rawtherapee.com/blog/rawtherapee-4.1-is-out
1e98714
- drop documentation subpackage, because upstream does not yet have a pdf
1e98714
  for 4.1; see docs online at http://rawtherapee.com/blog/documentation and
1e98714
  http://rawpedia.rawtherapee.com/
1e98714
- no need to include COMPILE.txt in binary package, but do incliude 
1e98714
  RELEASE_NOTES.txt
1e98714
b9c89e7
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.11-3
b9c89e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b9c89e7
458b093
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.11-2
458b093
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
458b093
d7d2ebc
* Sat Jun 29 2013 Thibault North <tnorth@fedoraproject.org> - 4.0.11-1
d7d2ebc
- Update to 4.0.11
d7d2ebc
5445e0d
* Sun Apr 7 2013 Thibault North <tnorth@fedoraproject.org> - 4.0.10-1
5445e0d
- Update to 4.0.10
5445e0d
55add81
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.9-5
55add81
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
55add81
Adam Tkac 73ac223
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 4.0.9-4
Adam Tkac 73ac223
- rebuild due to "jpeg8-ABI" feature drop
Adam Tkac 73ac223
Adam Tkac 843b08a
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 4.0.9-3
Adam Tkac 843b08a
- rebuild against new libjpeg
Adam Tkac 843b08a
aafa3bf
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.9-2
aafa3bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
aafa3bf
59b11e0
* Fri Jun 22 2012 Thibault North <tnorth@fedoraproject.org> - 4.0.9-1
59b11e0
- Update to 4.0.9
59b11e0
Thibault North e4821b8
* Sat Apr 7 2012 Thibault North <tnorth@fedoraproject.org> - 4.0.8-1
Thibault North e4821b8
- Update to 4.0.8
Thibault North e4821b8
- Spec cleanup
Thibault North e4821b8
- Rebase on the online source archive
868fd83
daf1401
* Sun Feb 12 2012  Thibault North <tnorth@fedoraproject.org> - 4.0.7-2
daf1401
- Fix faulty MIME directive
daf1401
daf1401
* Sat Feb 11 2012  Thibault North <tnorth@fedoraproject.org> - 4.0.7-1
9935eba
- Update to 4.0.7
9935eba
5b618dc
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.5-3
5b618dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5b618dc
a8c3b58
* Sun Nov 27 2011  Thibault North <tnorth@fedoraproject.org> - 4.0.5-2
a8c3b58
- Now require lcms2
a8c3b58
1384fce
* Sun Nov 27 2011  Thibault North <tnorth@fedoraproject.org> - 4.0.5-1
1384fce
- Upgrade to release 4.0.5
1384fce
e20311d
* Thu Aug 18 2011 Thibault North <tnorth@fedoraproject.org> - 3.0.0-1
e20311d
- Upgrade to stable release 3.0.0
e20311d
83f1db5
* Tue Jul 12 2011 Thibault North <tnorth@fedoraproject.org> - 3.0-0.31.a1
83f1db5
- Fix .desktop file to properly run rawtherapee
83f1db5
3113854
* Sun Jul 10 2011 Thibault North <tnorth@fedoraproject.org> - 3.0-0.30.a1
3113854
- Sync with upstream for many fixes and improvements
3113854
- Executable is now rawtherapee instead of rt (see BZ#715390)
3113854
ed61d97
* Mon Jun 6 2011  Thibault North <tnorth@fedoraproject.org> - 3.0-0.29.a1
ed61d97
- Sync with upstream
ed61d97
- Versioning now needs to be included in version.h 
ed61d97
872a648
* Sun Mar 20 2011 Thibault North <tnorth@fedoraproject.org> - 3.0-0.28.a1
872a648
- Updated to 3.0A2, distance 13 for many fixes
872a648
- Updated spec file thanks to upstream fixes
872a648
293ecd8
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-0.28.a1
293ecd8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
293ecd8
a6dc739
* Mon Jan 3 2011 Thibault North <tnorth@fedoraproject.org> - 3.0-0.27.a1
a6dc739
- Sync with upstream for various bugfixes and enhancements
a6dc739
a4f95b2
* Sun Dec 19 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.26.a1
a4f95b2
- Sync with branch_3.0 upstream: rawtherapee has a stable branch now.
a4f95b2
a4f95b2
* Sat Nov 6 2010 Dan HorĂ¡k <dan[at]danny.cz> - 3.0-0.25.a1
a4f95b2
- Fix libdir for 64-bit architectures
a4f95b2
- Fix ownership of the /usr/share/rawtherapee directory
a4f95b2
a706571
* Mon Oct 25 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.24.a1
a706571
- Sync with upstream for many enhancements and fixes
a706571
a812f96
* Thu Sep 9 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.23.a1
a812f96
- Sync with upstream back to the official repository
a812f96
- Various fixes and enhancements
a812f96
a812f96
* Thu May 27 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.22.a1
a812f96
- Sync upstream for OpenMP support
a812f96
ec11656
* Tue May 11 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.21.a1
c2deaef
- Sync with upstream rev ccc12f4a03
c2deaef
- Segfault fix
c2deaef
- Various fixes/enhancements
c2deaef
82d9740
* Tue Apr 27 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.20.a1
82d9740
- Fix compilation for 64 bits OSes
82d9740
98224f4
* Tue Apr 27 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.19.a1
98224f4
- Switch back to Rawtherapee original release
98224f4
- Bug fixes
98224f4
- Translations and themes now have a licence and can be used
98224f4
- Hide information on pictures by default
98224f4
417318a
* Fri Apr 16 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.18.a1
417318a
- New release including curves (exposure and luminance)
417318a
1bb36ea
* Fri Apr 16 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.17.a1
1bb36ea
- Sync with upstream: multiple fixes
1bb36ea
cdcac15
* Mon Apr 12 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.16.a1
cdcac15
- Sync with upstream for new resizing algorithms
cdcac15
- File renames
cdcac15
cae9916
* Thu Apr 8 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.15.a1
cae9916
- Sync with upstream for new demosaicing algorithms
cae9916
- Fix segfault
cae9916
3709952
* Tue Mar 23 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.14.a1
3709952
- Remove sed liners which have been pushed upstream
3709952
3709952
* Tue Mar 23 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.13.a1
3709952
- Fix CMakeLists to build without extra languages and themes
3709952
- Remove PDF docs : development-related or outdated
3709952
3709952
* Tue Mar 23 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.12.a1
3709952
- Now rely on RawTherapee-Fork, new upstream
3709952
8efdc50
* Sat Mar 20 2010 Sebastian Dziallas <sebastian@when.com> - 3.0-0.11.a1
8efdc50
- Correct path in .desktop file
8efdc50
8249dbc
* Wed Mar 17 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.10.a1
8249dbc
- Run ldconfig at post/postun
8249dbc
8249dbc
* Mon Mar 15 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.9.a1
8249dbc
- Use proper license tag
8249dbc
- Remove some files with different licensing
8249dbc
dbfea52
* Wed Mar 3 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.8.a1
8249dbc
- Various fixes related to review request.
8249dbc
dbfea52
* Sun Feb 28 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.7.a1
8249dbc
- Update icon database on install/removal
8249dbc
- Fix many files permissions (thanks Sebastian Dziallas)
8249dbc
dbfea52
* Sun Feb 28 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.6.a1
8249dbc
- Set icons for desktop file
8249dbc
- Remove rawzor from SRPM
8249dbc
dbfea52
* Sun Feb 28 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.5.a1
8249dbc
- More fixes and added desktop file
8249dbc
8249dbc
* Wed Feb 24 2010 Sebastian Dziallas <sebastian@when.com> - 3.0-0.4.a1
8249dbc
- Smaller modifications and changes
8249dbc
8249dbc
* Sun Jan 24 2010 Sebastian Dziallas <sebastian@when.com> - 3.0-0.3.a1
8249dbc
- Switch to a1 SVN checkout
8249dbc
8249dbc
* Sun Jan 24 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.2.a1
8249dbc
- Various Fixes
8249dbc
8249dbc
* Fri Jan 22 2010 Thibault North <tnorth@fedoraproject.org> - 3.0-0.1.a1
8249dbc
- Initial package