Accepting request 31960 from KDE:KDE4:Factory:Desktop

Copy from KDE:KDE4:Factory:Desktop/digikam based on submit request 31960 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/31960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=42
This commit is contained in:
OBS User autobuild 2010-02-09 21:12:26 +00:00 committed by Git OBS Bridge
parent e24d2756e7
commit fb3e6fe640
4 changed files with 19 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:731970e602b902c82692c38f329f6223b50048ce49178b3d445a6d60a5c77461
size 14768275

3
digikam-1.1.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d26921e83bdb85342a0455df919f33bc2f23533c96e9293e80cd79ff92bfa8f
size 15385611

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jan 31 16:14:09 UTC 2010 - wstephenson@novell.com
- Update to version 1.1.0
* AdvancedRename : The ReplaceModifier has regular expressions
support now.
* ImageEditor : Vignetting tool can now be used to add as well as
remove vignetting from an image.
* Over 100 bugfixes: http://www.digikam.org/drupal/node/497
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 29 12:29:01 UTC 2010 - llunak@novell.com Fri Jan 29 12:29:01 UTC 2010 - llunak@novell.com

View File

@ -1,5 +1,5 @@
# #
# spec file for package digikam (Version 1.0.0) # spec file for package digikam (Version 1.1.0)
# #
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -26,14 +26,15 @@ Url: http://www.digikam.org/
License: GPLv2+ License: GPLv2+
Group: Productivity/Graphics/Viewers Group: Productivity/Graphics/Viewers
Summary: A KDE Photo Manager Summary: A KDE Photo Manager
Version: 1.0.0 Version: 1.1.0
Release: 3 Release: 1
%define tar_version 1.0.0 %define tar_version 1.1.0
Source0: %name-%{tar_version}.tar.bz2 Source0: %name-%{tar_version}.tar.bz2
Source1: %{name}-docs.tar.bz2 Source1: %{name}-docs.tar.bz2
Patch0: buildfix.patch Patch0: buildfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires %kde4_runtime_requires
%kde4_pimlibs_requires
Recommends: libqt4-sql-sqlite kipi-plugins Recommends: libqt4-sql-sqlite kipi-plugins
Requires: oxygen-icon-theme Requires: oxygen-icon-theme
Requires: %{name}-lang = %{version} Requires: %{name}-lang = %{version}
@ -89,7 +90,6 @@ Authors:
%lang_package %lang_package
%prep %prep
%setup -q -n %name-%{tar_version} -a 1 %setup -q -n %name-%{tar_version} -a 1
%patch0 -p0
echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt echo "find_package(Msgfmt REQUIRED)" >> CMakeLists.txt
echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt
echo "add_subdirectory( doc-translations )" >> CMakeLists.txt echo "add_subdirectory( doc-translations )" >> CMakeLists.txt