From ef37f0462f1a366402adcd23dd8103bc89de8d9dc5676cbfdd779bc1377c278c Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 13 Sep 2008 08:18:48 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ImageMagick?expand=0&rev=16 --- ImageMagick-6.4.0-4.tar.bz2 | 3 --- ImageMagick-6.4.3-6.tar.bz2 | 3 +++ ...doc.patch => ImageMagick-6.4.3.6-doc.patch | 0 ...atch => ImageMagick-6.4.3.6-examples.patch | 0 ImageMagick.changes | 5 +++++ ImageMagick.spec | 21 +++++++++++++------ 6 files changed, 23 insertions(+), 9 deletions(-) delete mode 100644 ImageMagick-6.4.0-4.tar.bz2 create mode 100644 ImageMagick-6.4.3-6.tar.bz2 rename ImageMagick-6.4.0.4-doc.patch => ImageMagick-6.4.3.6-doc.patch (100%) rename ImageMagick-6.4.0.4-examples.patch => ImageMagick-6.4.3.6-examples.patch (100%) diff --git a/ImageMagick-6.4.0-4.tar.bz2 b/ImageMagick-6.4.0-4.tar.bz2 deleted file mode 100644 index 26d5c90..0000000 --- a/ImageMagick-6.4.0-4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5afee584061f64869a0ac28fc4902f430e49fee74484a4ed167d4b95af6a5f3e -size 8825435 diff --git a/ImageMagick-6.4.3-6.tar.bz2 b/ImageMagick-6.4.3-6.tar.bz2 new file mode 100644 index 0000000..9572145 --- /dev/null +++ b/ImageMagick-6.4.3-6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1d87447d225588210bfc510616fef947d1ab867d6bcde29110bdf2e529a1ce +size 8860808 diff --git a/ImageMagick-6.4.0.4-doc.patch b/ImageMagick-6.4.3.6-doc.patch similarity index 100% rename from ImageMagick-6.4.0.4-doc.patch rename to ImageMagick-6.4.3.6-doc.patch diff --git a/ImageMagick-6.4.0.4-examples.patch b/ImageMagick-6.4.3.6-examples.patch similarity index 100% rename from ImageMagick-6.4.0.4-examples.patch rename to ImageMagick-6.4.3.6-examples.patch diff --git a/ImageMagick.changes b/ImageMagick.changes index b892097..896a803 100644 --- a/ImageMagick.changes +++ b/ImageMagick.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 10 15:22:36 CEST 2008 - nadvornik@suse.cz + +- update to 6.4.3-6, see ChangeLog for details + ------------------------------------------------------------------- Wed Apr 9 13:40:11 CEST 2008 - nadvornik@suse.cz diff --git a/ImageMagick.spec b/ImageMagick.spec index 75cfc7f..14edcd3 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,10 +1,17 @@ # -# spec file for package ImageMagick (Version 6.4.0.4) +# spec file for package ImageMagick (Version 6.4.3.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -28,11 +35,11 @@ Provides: imagemag License: Any permissive Group: Productivity/Graphics/Other AutoReqProv: on -Version: 6.4.0.4 +Version: 6.4.3.6 Release: 1 Summary: Viewer and Converter for Images Url: http://www.imagemagick.org -Source: ImageMagick-6.4.0-4.tar.bz2 +Source: ImageMagick-6.4.3-6.tar.bz2 Source2: xtp-%{xtp_version}.tar.bz2 Patch1: ImageMagick-%{version}-examples.patch Patch2: ImageMagick-%{version}-doc.patch @@ -95,7 +102,7 @@ AutoReqProv: on %prep rm -rf xtp-%{xtp_version} -%setup -n ImageMagick-6.4.0 -b 2 +%setup -n ImageMagick-6.4.3 -b 2 %patch1 %patch2 @@ -398,6 +405,8 @@ Authors: Bob Friesenhahn %changelog +* Wed Sep 10 2008 nadvornik@suse.cz +- update to 6.4.3-6, see ChangeLog for details * Wed Apr 09 2008 nadvornik@suse.cz - update to 6.4.0-4, see ChangeLog for details * mostly bugfixes