commit gimp-dds for openSUSE:Factory
Hello community, here is the log from the commit of package gimp-dds for openSUSE:Factory checked in at 2013-12-26 17:37:07 Comparing /work/SRC/openSUSE:Factory/gimp-dds (Old) and /work/SRC/openSUSE:Factory/.gimp-dds.new (New) Package is "gimp-dds" Changes: --- /work/SRC/openSUSE:Factory/gimp-dds/gimp-dds.changes2012-11-02 17:32:38.0 +0100 +++ /work/SRC/openSUSE:Factory/.gimp-dds.new/gimp-dds.changes 2013-12-26 17:37:08.0 +0100 @@ -1,0 +2,17 @@ +Tue Dec 24 17:11:12 UTC 2013 - dims...@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). + +--- Old: gimp-dds-2.2.1.tar.bz2 New: gimp-dds-3.0.1.tar.bz2 Other differences: -- ++ gimp-dds.spec ++ --- /var/tmp/diff_new_pack.ceC2P8/_old 2013-12-26 17:37:08.0 +0100 +++ /var/tmp/diff_new_pack.ceC2P8/_new 2013-12-26 17:37:08.0 +0100 @@ -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 @@ %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 ++ gimp-dds-2.2.1.tar.bz2 -> gimp-dds-3.0.1.tar.bz2 ++ 6869 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org
commit gimp-dds for openSUSE:Factory
Hello community, here is the log from the commit of package gimp-dds for openSUSE:Factory checked in at 2012-11-02 17:32:35 Comparing /work/SRC/openSUSE:Factory/gimp-dds (Old) and /work/SRC/openSUSE:Factory/.gimp-dds.new (New) Package is "gimp-dds", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/gimp-dds/gimp-dds.changes2012-08-04 09:12:11.0 +0200 +++ /work/SRC/openSUSE:Factory/.gimp-dds.new/gimp-dds.changes 2012-11-02 17:32:38.0 +0100 @@ -1,0 +2,13 @@ +Wed Aug 15 16:55:17 UTC 2012 - malcolmle...@opensuse.org + +- Updated to version 2.2.1: + + Bugfix release. Fixes artifacts introduced by the compression +code in some images. +- Updates from version 2.2.0: + + Compressed non-power-of-2 texture support. + + Fix compressed mipmap images with width or height less than 4. +- Export CFLAGS in order to have a fully optimized build. Note: + as the Makefile does not support extending CFLAGS, we need to add + the content of the original variable as well, and invoke make -e. + +--- Old: gimp-dds-2.1.0.tar.bz2 New: gimp-dds-2.2.1.tar.bz2 Other differences: -- ++ gimp-dds.spec ++ --- /var/tmp/diff_new_pack.mZrdHX/_old 2012-11-02 17:32:39.0 +0100 +++ /var/tmp/diff_new_pack.mZrdHX/_new 2012-11-02 17:32:39.0 +0100 @@ -18,7 +18,7 @@ Name: gimp-dds -Version:2.1.0 +Version:2.2.1 Release:0 Summary:Plugin for GIMP providing support for the DDS format License:GPL-2.0+ @@ -58,10 +58,12 @@ + Saving volume map images %prep -%setup +%setup -q %build -make %{?_smp_mflags} +# 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 %install install -D -m 0755 dds %{buildroot}%{_libdir}/gimp/2.0/plug-ins/dds ++ gimp-dds-2.1.0.tar.bz2 -> gimp-dds-2.2.1.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gimp-dds-2.1.0/LICENSE new/gimp-dds-2.2.1/LICENSE --- old/gimp-dds-2.1.0/LICENSE 2012-05-04 04:09:52.0 +0200 +++ new/gimp-dds-2.2.1/LICENSE 2012-07-26 10:49:50.0 +0200 @@ -1,7 +1,7 @@ /* DDS GIMP plugin - Copyright (C) 2008 Shawn Kirst , + Copyright (C) 2004 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. This program is free software; you can redistribute it and/or diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gimp-dds-2.1.0/Makefile.mingw32 new/gimp-dds-2.2.1/Makefile.mingw32 --- old/gimp-dds-2.1.0/Makefile.mingw32 2012-06-23 15:57:54.0 +0200 +++ new/gimp-dds-2.2.1/Makefile.mingw32 2012-08-01 00:22:41.0 +0200 @@ -1,5 +1,5 @@ -GIMPTOOL=/usr/i686-w64-mingw32/sys-root/mingw/bin/gimptool-2.0 +GIMPTOOL=/usr/i686-w64-mingw32/sys-root/mingw/bin/gimptool-2.0.exe CC=i686-w64-mingw32-gcc CFLAGS=-pipe -g -O2 -Wall $(shell i686-w64-mingw32-pkg-config --cflags gtk+-2.0 gimp-2.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gimp-dds-2.1.0/Makefile.mingw64 new/gimp-dds-2.2.1/Makefile.mingw64 --- old/gimp-dds-2.1.0/Makefile.mingw64 2012-06-23 15:58:02.0 +0200 +++ new/gimp-dds-2.2.1/Makefile.mingw64 2012-08-01 00:22:37.0 +0200 @@ -1,5 +1,5 @@ -GIMPTOOL=/usr/x86_64-w64-mingw32/sys-root/mingw/bin/gimptool-2.0 +GIMPTOOL=wine64 /usr/x86_64-w64-mingw32/sys-root/mingw/bin/gimptool-2.0.exe CC=x86_64-w64-mingw32-gcc CFLAGS=-pipe -g -O2 -Wall $(shell x86_64-w64-mingw32-pkg-config --cflags gtk+-2.0 gimp-2.0) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gimp-dds-2.1.0/color.c new/gimp-dds-2.2.1/color.c --- old/gimp-dds-2.1.0/color.c 2010-04-23 09:57:01.0 +0200 +++ new/gimp-dds-2.2.1/color.c 2012-07-26 10:50:50.0 +0200 @@ -1,7 +1,7 @@ /* DDS GIMP plugin - Copyright (C) 2004-2010 Shawn Kirst , + Copyright (C) 2004 Shawn Kirst , with parts (C) 2003 Arne Reuter where specified. This program is free software; you can redistribute it and/or @@ -16,8 +16,8 @@ You should have received a copy of the GNU General Public License along with this program; see the file COPYING. If not, write to - the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. + the Free Software Foundation, 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301 USA. */ #include diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclud
commit gimp-dds for openSUSE:Factory
Hello community, here is the log from the commit of package gimp-dds for openSUSE:Factory checked in at 2012-08-04 09:12:03 Comparing /work/SRC/openSUSE:Factory/gimp-dds (Old) and /work/SRC/openSUSE:Factory/.gimp-dds.new (New) Package is "gimp-dds", Maintainer is "" Changes: --- /work/SRC/openSUSE:Factory/gimp-dds/gimp-dds.changes2012-05-03 10:56:06.0 +0200 +++ /work/SRC/openSUSE:Factory/.gimp-dds.new/gimp-dds.changes 2012-08-04 09:12:11.0 +0200 @@ -1,0 +2,13 @@ +Sun Jul 22 13:06:29 UTC 2012 - zai...@opensuse.org + +- Update to version 2.1.0: + + GIMP 2.8 support. + + DXT compression quality enhancements. + + Various bug fixes. + + Support for saving existing mipmap chain (2D images only). +- Drop gimp-dds-fix-linker.patch, a variation of this has been + applied upstream. +- Drop gimp-dds-fix-incorrect-fsf-address.patch, fixed upstream. +- Change to release tarball instead of svn checkout. + +--- Old: gimp-dds-2.0.9+svn20120425_175.tar.bz2 gimp-dds-fix-incorrect-fsf-address.patch gimp-dds-fix-linker.patch New: gimp-dds-2.1.0.tar.bz2 Other differences: -- ++ gimp-dds.spec ++ --- /var/tmp/diff_new_pack.M7qoOZ/_old 2012-08-04 09:12:15.0 +0200 +++ /var/tmp/diff_new_pack.M7qoOZ/_new 2012-08-04 09:12:15.0 +0200 @@ -18,18 +18,13 @@ Name: gimp-dds -Version:2.0.9+svn20120425_175 +Version:2.1.0 Release:0 Summary:Plugin for GIMP providing support for the DDS format License:GPL-2.0+ Group: Productivity/Graphics/Bitmap Editors Url:http://code.google.com/p/gimp-dds/ -# Source0 pulled via svn checkout http://gimp-dds.googlecode.com/svn/trunk/ gimp-dds -Source0:%{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM gimp-dds-fix-linker.patch malcolmle...@opensuse.org -- Fix linker and optflags when building. http://code.google.com/p/gimp-dds/issues/detail?id=13 -Patch0: gimp-dds-fix-linker.patch -# PATCH-FIX-UPSTREAM gimp-dds-fix-incorrect-fsf-address.patch malcolmle...@opensuse.org -- Fix incorrect FSF address http://code.google.com/p/gimp-dds/issues/detail?id=14 -Patch1: gimp-dds-fix-incorrect-fsf-address.patch +Source0:http://gimp-dds.googlecode.com/files/%{name}-%{version}.tar.bz2 BuildRequires: gimp-devel >= 2.6 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -63,9 +58,7 @@ + Saving volume map images %prep -%setup -q -n %{name} -%patch0 -p1 -%patch1 -p1 +%setup %build make %{?_smp_mflags} ++ gimp-dds-2.0.9+svn20120425_175.tar.bz2 -> gimp-dds-2.1.0.tar.bz2 ++ 4043 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org