Accepting request 53817 from KDE:Distro:Factory
Accepted submit request 53817 from user adrianSuSE OBS-URL: https://build.opensuse.org/request/show/53817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=57
This commit is contained in:
parent
e97ba02ad5
commit
87cfe9f37d
6
_service
6
_service
@ -3,11 +3,11 @@
|
|||||||
<service name="download_url">
|
<service name="download_url">
|
||||||
<param name="protocol">http</param>
|
<param name="protocol">http</param>
|
||||||
<param name="host">downloads.sourceforge.net</param>
|
<param name="host">downloads.sourceforge.net</param>
|
||||||
<param name="path">/project/digikam/digikam/1.5.0/digikam-1.5.0.tar.bz2</param>
|
<param name="path">/project/digikam/digikam/1.6.0/digikam-1.6.0.tar.bz2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="verify_file">
|
<service name="verify_file">
|
||||||
<param name="file">_service:download_url:digikam-1.5.0.tar.bz2</param>
|
<param name="file">_service:download_url:digikam-1.6.0.tar.bz2</param>
|
||||||
<param name="verifier">sha256</param>
|
<param name="verifier">sha256</param>
|
||||||
<param name="checksum">5f6d2df1fc22c45c065754e43c03286fcf94145683fdb0c50f4c702546e07fef</param>
|
<param name="checksum">dec1b4aa8a359922fd355dae9de9d306f544a703eb6d45140620022074abcdd3</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f6d2df1fc22c45c065754e43c03286fcf94145683fdb0c50f4c702546e07fef
|
|
||||||
size 14131989
|
|
3
_service:download_url:digikam-1.6.0.tar.bz2
Normal file
3
_service:download_url:digikam-1.6.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dec1b4aa8a359922fd355dae9de9d306f544a703eb6d45140620022074abcdd3
|
||||||
|
size 13243516
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 23 16:52:41 UTC 2010 - adrian@suse.de
|
||||||
|
|
||||||
|
- update to version 1.6.0
|
||||||
|
* Bugfixes
|
||||||
|
* New Features:
|
||||||
|
Album GUI : User can exclude tags in the tag-filter view.
|
||||||
|
Slideshow : User can change item rating during a slide.
|
||||||
|
Image Editor : New option to display over/under exposure indicators
|
||||||
|
if pure colors is detected or if only one color
|
||||||
|
component match the condition.
|
||||||
|
Image Editor : New options to adjust the levels of over/under exposed
|
||||||
|
pixels from histogram, displayed by over/under exposure
|
||||||
|
indicators.
|
||||||
|
Image Editor : Aspect ratio crop tool is now able to deal with the
|
||||||
|
aspect ratio of the current loaded image in editor.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 11 11:55:06 UTC 2010 - tittiatcoke@gmail.com
|
Mon Oct 11 11:55:06 UTC 2010 - tittiatcoke@gmail.com
|
||||||
|
|
||||||
|
@ -26,9 +26,9 @@ 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.5.0
|
Version: 1.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
%define tar_version 1.5.0
|
%define tar_version 1.6.0
|
||||||
Source0: %name-%{tar_version}.tar.bz2
|
Source0: %name-%{tar_version}.tar.bz2
|
||||||
Source1: %{name}-docs.tar.bz2
|
Source1: %{name}-docs.tar.bz2
|
||||||
Patch1: %{name}-buildtime.patch
|
Patch1: %{name}-buildtime.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user