Accepting request 249878 from KDE:Extra
Update to 4.3.0 OBS-URL: https://build.opensuse.org/request/show/249878 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=126
This commit is contained in:
commit
7e9258e737
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e86575b76672dfd0a7ed5f1d7b8b74425171804d7f16b0d743a5d2375c1c1b08
|
||||
size 68849613
|
3
digikam-4.3.0.tar.bz2
Normal file
3
digikam-4.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9d1860a28c62e4c8f524db3bf5263f038f465d9514bb75e88e589dc0ba03fe8
|
||||
size 68802872
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 22:51:40 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 4.3.0
|
||||
digikam:
|
||||
- Database : Nepomuk support have been replaced by
|
||||
Baloo support
|
||||
- Map Searches : New option to display all non geolocated
|
||||
images from collections.
|
||||
- General : New notification event when kioslave
|
||||
cannot be started.
|
||||
- General : OSX event notifier is now used to
|
||||
dispatch notifications.
|
||||
- AlbumGui : New Action To Exclude Items Without Rating
|
||||
with items filter.
|
||||
kipi-plugins:
|
||||
- ExpoBlending: remove OPenMP dependency. Ported to QtConcurrentRun.
|
||||
- Panorama: support next hugin version (2014.0).
|
||||
- Build with baloo support for 13.2+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 14:08:33 UTC 2014 - nico.kruber@gmail.com
|
||||
|
||||
|
11
digikam.spec
11
digikam.spec
@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: digikam
|
||||
Version: 4.2.0
|
||||
Version: 4.3.0
|
||||
Release: 0
|
||||
%define rversion 4.2.0
|
||||
%define rversion 4.3.0
|
||||
Summary: A KDE Photo Manager
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Graphics/Viewers
|
||||
@ -43,6 +43,9 @@ BuildRequires: gdk-pixbuf-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libxslt-devel
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: baloo-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1310
|
||||
BuildRequires: gstreamer-plugins-qt-devel
|
||||
%else
|
||||
BuildRequires: gstreamer-0_10-plugins-qt-devel
|
||||
@ -356,6 +359,10 @@ popd
|
||||
%{_kde4_modulesdir}/kio_digikamtags.so
|
||||
%{_kde4_servicesdir}/digikam*
|
||||
%{_kde4_servicetypesdir}/digikamimageplugin.desktop
|
||||
%dir %{_kde4_datadir}/appdata
|
||||
%{_kde4_datadir}/appdata/digikam.appdata.xml
|
||||
%{_kde4_datadir}/appdata/showfoto.appdata.xml
|
||||
%{_kde4_datadir}/appdata/digiKam-ImagePlugin*.metainfo.xml
|
||||
|
||||
%files doc
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
Reference in New Issue
Block a user