From 984774099b2ddd2b3ef6467a85433345717f3d2fb566b7e5df4846b00ea7749b Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 26 Dec 2013 16:37:07 +0000 Subject: [PATCH] Accepting request 212263 from GNOME:Apps - Update to version 3.0.1: + Minor bug fix release. - Changes from versioon 3.0.0: + New major "turkey-day" release! + New DXT compressor. + OpenMP support. + New mipmap generator, with better support for alpha mipmaps. + Support reading/writing DX10 texture arrays. - Only export %{optflags} into CFLAGS: the Makefile now correctly extends CFLAGS with its own values instead of overwriting everything. - No longer call make -e, but use regular make call (as we don't need to prefer env variables any longer). (forwarded request 212201 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/212263 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-dds?expand=0&rev=7 --- gimp-dds-2.2.1.tar.bz2 | 3 --- gimp-dds-3.0.1.tar.bz2 | 3 +++ gimp-dds.changes | 17 +++++++++++++++++ gimp-dds.spec | 10 +++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 gimp-dds-2.2.1.tar.bz2 create mode 100644 gimp-dds-3.0.1.tar.bz2 diff --git a/gimp-dds-2.2.1.tar.bz2 b/gimp-dds-2.2.1.tar.bz2 deleted file mode 100644 index 604dbf2..0000000 --- a/gimp-dds-2.2.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ee2ef30bf62066fd17fbd2723a4fb5eec8b380278fa9db6df4fc314ec603c4d -size 467311 diff --git a/gimp-dds-3.0.1.tar.bz2 b/gimp-dds-3.0.1.tar.bz2 new file mode 100644 index 0000000..247fd12 --- /dev/null +++ b/gimp-dds-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e53df3b8b98c55f22fa7ea2c3ed17478626c924b24c69d499f5d813c3c2788a +size 470026 diff --git a/gimp-dds.changes b/gimp-dds.changes index 1d46d66..1e9a5cd 100644 --- a/gimp-dds.changes +++ b/gimp-dds.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Dec 24 17:11:12 UTC 2013 - dimstar@opensuse.org + +- Update to version 3.0.1: + + Minor bug fix release. +- Changes from versioon 3.0.0: + + New major "turkey-day" release! + + New DXT compressor. + + OpenMP support. + + New mipmap generator, with better support for alpha mipmaps. + + Support reading/writing DX10 texture arrays. +- Only export %{optflags} into CFLAGS: the Makefile now correctly + extends CFLAGS with its own values instead of overwriting + everything. +- No longer call make -e, but use regular make call (as we don't + need to prefer env variables any longer). + ------------------------------------------------------------------- Wed Aug 15 16:55:17 UTC 2012 - malcolmlewis@opensuse.org diff --git a/gimp-dds.spec b/gimp-dds.spec index c019e89..3c6e836 100644 --- a/gimp-dds.spec +++ b/gimp-dds.spec @@ -1,7 +1,7 @@ # # spec file for package gimp-dds # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 Malcolm J Lewis # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: gimp-dds -Version: 2.2.1 +Version: 3.0.1 Release: 0 Summary: Plugin for GIMP providing support for the DDS format License: GPL-2.0+ @@ -61,9 +61,9 @@ DDS plugin: %setup -q %build -# As we currently need to override CFLAGS, we also need to inject gtk2 and gimp cflags. -export CFLAGS="%{optflags} $(pkg-config --cflags gtk+-2.0 gimp-2.0)" -make %{?_smp_mflags} -e +# The Makefile correct expands CFLAGS +export CFLAGS="%{optflags}" +make %{?_smp_mflags} %install install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds