commit imlib2 for openSUSE:Factory

2020-08-21 Thread root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2020-08-21 18:59:33

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new.3399 (New)


Package is "imlib2"

Fri Aug 21 18:59:33 2020 rev:42 rq:827698 version:1.7.0

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2018-10-15 
10:04:45.709966983 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new.3399/imlib2.changes  2020-08-21 
18:59:43.088200261 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 02:02:44 UTC 2020 - Dirk Mueller 
+
+- update to 1.7.0:
+  * huge list of changes, see included ChangeLog
+- remove imlib2-bswap.patch: obsolete
+
+---

Old:

  imlib2-1.5.1.tar.bz2
  imlib2-bswap.patch

New:

  imlib2-1.7.0.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.7TTyfu/_old  2020-08-21 18:59:45.516201490 +0200
+++ /var/tmp/diff_new_pack.7TTyfu/_new  2020-08-21 18:59:45.520201492 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.5.1
+Version:1.7.0
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause
 Group:  Development/Libraries/X11
-Url:http://sourceforge.net/projects/enlightenment/
+URL:https://sourceforge.net/projects/enlightenment/
 Source: 
http://downloads.sourceforge.net/project/enlightenment/imlib2-src/%{version}/%{name}-%{version}.tar.bz2
-Patch1: imlib2-bswap.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  freetype2-devel
@@ -41,7 +40,6 @@
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(bzip2)
 Recommends: imlib2-loaders
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Imlib2 is an advanced replacement library for libraries like libXpm
@@ -99,12 +97,11 @@
 
 %prep
 %setup -q
-%patch1
 
 %build
 autoreconf -fiv
 %configure \
-%ifarch %ix86
+%ifarch %{ix86}
--enable-mmx \
 %else
--disable-mmx \
@@ -118,7 +115,7 @@
--enable-shared \
--enable-visibility-hiding \
--disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -137,11 +134,13 @@
 
 %files
 %defattr(-,root,root,0755)
-%doc AUTHORS README COPYING doc/index.html
+%license COPYING
+%doc AUTHORS README doc/index.html
 %doc doc/imlib2.gif doc/blank.gif
 %{_bindir}/imlib2_bumpmap
 %{_bindir}/imlib2_colorspace
 %{_bindir}/imlib2_conv
+%{_bindir}/imlib2_load
 %{_bindir}/imlib2_poly
 %{_bindir}/imlib2_show
 %{_bindir}/imlib2_test
@@ -151,7 +150,6 @@
 %{_datadir}/imlib2/*
 
 %files -n %{lname}
-%defattr(-,root,root)
 %{_libdir}/libImlib2.so.1*
 
 %files devel
@@ -162,12 +160,10 @@
 %{_bindir}/imlib2-config
 
 %files filters
-%defattr(-,root,root)
 %attr(755,root,root) %dir %{_libdir}/imlib2
 %attr(755,root,root) %{_libdir}/imlib2/filters
 
 %files loaders
-%defattr(-,root,root)
 %attr(755,root,root) %dir %{_libdir}/imlib2
 %attr(755,root,root) %{_libdir}/imlib2/loaders
 

++ imlib2-1.5.1.tar.bz2 -> imlib2-1.7.0.tar.bz2 ++
 20790 lines of diff (skipped)




commit imlib2 for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2018-10-15 10:04:40

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is "imlib2"

Mon Oct 15 10:04:40 2018 rev:41 rq:640034 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2017-05-20 
10:06:23.233567892 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2018-10-15 
10:04:45.709966983 +0200
@@ -2 +2,20 @@
-Wed May 10 00:56:21 UTC 2017 - sfl...@suse.de
+Fri Oct  5 00:56:21 UTC 2017 - sfl...@suse.de
+
+- Update to 1.5.1
+  * Fix build without HAVE_X11_SHM_FD (T6752)
+  * XPM loader: Fix potential use of uninitialized value (T6746)
+  * BMP loader: Fix infinite loop with invalid bmp images (T6749)
+  * PNM loader: Simplify (fixing ASCII format parsing issues T6751)
+  * Maximum image dimension should be 32767, not 32766
+  * PNG loader: Correct various error handling cases
+  * Cleanups, maintenance.
+- imlib2 1.5.0:
+  * XPM loader: Fix incorrect image invalidation.
+  * Add support for MIT-SHM FD-passing (Alexander Volkov)
+  * Fix potential OOB memory access if border elements are negative
+or sizes exceed image dimensions
+  * Expose XImage cache control functions
+  * Various enhancements, maintenance. 
+
+---
+Wed May 10 00:56:21 UTC 2017   * sfl...@suse.de

Old:

  imlib2-1.4.10.tar.bz2

New:

  imlib2-1.5.1.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.RCfRKS/_old  2018-10-15 10:04:46.257966394 +0200
+++ /var/tmp/diff_new_pack.RCfRKS/_new  2018-10-15 10:04:46.261966390 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.10
+Version:1.5.1
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause

++ imlib2-1.4.10.tar.bz2 -> imlib2-1.5.1.tar.bz2 ++
 25065 lines of diff (skipped)




commit imlib2 for openSUSE:Factory

2017-05-20 Thread root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2017-05-20 10:06:17

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is "imlib2"

Sat May 20 10:06:17 2017 rev:40 rq:493989 version:1.4.10

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2016-05-05 
13:19:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2017-05-20 
10:06:23.233567892 +0200
@@ -1,0 +2,6 @@
+Wed May 10 00:56:21 UTC 2017 - sfl...@suse.de
+
+- Update to 1.4.10
+  * PNM, TGA, XPM, and general loader fixes.
+
+---

Old:

  imlib2-1.4.9.tar.bz2

New:

  imlib2-1.4.10.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.m5XPjn/_old  2017-05-20 10:06:23.845481427 +0200
+++ /var/tmp/diff_new_pack.m5XPjn/_new  2017-05-20 10:06:23.849480862 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.9
+Version:1.4.10
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause

++ imlib2-1.4.9.tar.bz2 -> imlib2-1.4.10.tar.bz2 ++
 19830 lines of diff (skipped)

++ imlib2-bswap.patch ++
--- /var/tmp/diff_new_pack.m5XPjn/_old  2017-05-20 10:06:24.261422654 +0200
+++ /var/tmp/diff_new_pack.m5XPjn/_new  2017-05-20 10:06:24.265422089 +0200
@@ -511,7 +511,7 @@
 +
  #include "loader_common.h"
  #include 
- #include 
+ #include 
 Index: src/modules/loaders/loader_tiff.c
 ===
 --- src/modules/loaders/loader_tiff.c.orig




commit imlib2 for openSUSE:Factory

2016-05-05 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2016-05-05 13:19:03

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is "imlib2"

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2016-03-20 
11:47:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2016-05-05 
13:19:04.0 +0200
@@ -1,0 +2,25 @@
+Sun May  1 17:27:34 UTC 2016 - mplus...@suse.com
+
+- Update to 1.4.9
+  * Fix cross-endianness for masks (1-bit depth images)
+  * gif: fix oob reads w/bad colormaps
+  * Fix "assuming signed overflow does not occur" warning.
+  * Fix some "variable set but not used" warnings.
+  * Fix some "variable might be clobbered" warnings.
+  * Fix off-by-one OOB read in __imlib_MergeUpdate().
+  * Revert "gif: fix oob reads w/bad colormaps"
+  * GIF loader: Fix out-of-bound reads from colormap.
+  * GIF loader: Remove check made redundant by previous commit.
+  * GIF loader: Reduce progress checks from per-pixel to per-row.
+  * GIF loader: Indent.
+  * Fix potential divide-by-zero in imlib_image_draw_ellipse().
+  * Make a number of functions static.
+  * Eliminate pImlibExternalFilter type.
+  * Trivial file function cleanups.
+  * Move __imlib_ItemInList() to file.c.
+  * Fix various potential OOM crashes.
+  * Fix integer overflow resulting in insufficient heap allocation
+  * loader_xpm: remove nonsense/impossible/broken condition
+  * Harden API and internals against overly large images
+
+---

Old:

  imlib2-1.4.8.tar.bz2

New:

  imlib2-1.4.9.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.4kIH3t/_old  2016-05-05 13:19:05.0 +0200
+++ /var/tmp/diff_new_pack.4kIH3t/_new  2016-05-05 13:19:05.0 +0200
@@ -18,7 +18,7 @@
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.8
+Version:1.4.9
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause
@@ -26,6 +26,8 @@
 Url:http://sourceforge.net/projects/enlightenment/
 Source: 
http://downloads.sourceforge.net/project/enlightenment/imlib2-src/%{version}/%{name}-%{version}.tar.bz2
 Patch1: imlib2-bswap.patch
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  freetype2-devel
 BuildRequires:  giflib-devel
 BuildRequires:  libid3tag-devel
@@ -33,6 +35,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
+BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRequires:  zlib-devel
@@ -99,7 +102,7 @@
 %patch1
 
 %build
-autoreconf --force --install
+autoreconf -fiv
 %configure \
 %ifarch %ix86
--enable-mmx \

++ imlib2-1.4.8.tar.bz2 -> imlib2-1.4.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.8/ChangeLog new/imlib2-1.4.9/ChangeLog
--- old/imlib2-1.4.8/ChangeLog  2016-03-12 08:50:05.0 +0100
+++ new/imlib2-1.4.9/ChangeLog  2016-04-29 19:52:10.0 +0200
@@ -1,5 +1,39 @@
 
 ***
+*** Version 1.4.9 ***
+***
+
+Alexander Smirnov (1):
+  Fix cross-endianness for masks (1-bit depth images)
+
+Bernhard Übelacker (1):
+  gif: fix oob reads w/bad colormaps
+
+Kim Woelders (16):
+  Fix "assuming signed overflow does not occur" warning.
+  Fix some "variable set but not used" warnings.
+  Fix some "variable might be clobbered" warnings.
+  Fix off-by-one OOB read in __imlib_MergeUpdate().
+  Revert "gif: fix oob reads w/bad colormaps"
+  GIF loader: Fix out-of-bound reads from colormap.
+  GIF loader: Remove check made redundant by previous commit.
+  GIF loader: Reduce progress checks from per-pixel to per-row.
+  GIF loader: Indent.
+  Fix potential divide-by-zero in imlib_image_draw_ellipse().
+  Make a number of functions static.
+  Eliminate pImlibExternalFilter type.
+  Trivial file function cleanups.
+  Move __imlib_ItemInList() to file.c.
+  Fix various potential OOM crashes.
+  1.4.9.
+
+Yuriy M. Kaminskiy (3):
+  Fix integer overflow resulting in insufficient heap allocation
+  loader_xpm: remove nonsense/impossible/broken condition
+  Harden API and internals against overly large images
+
+
+***
 *** Version 1.4.8 ***
 ***
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.8/README new/imlib2-1.4.9/README
--- old/imlib2-1.4.8/README 2016-03-12 08:53:23.0 +0100
+++ new/imlib2-1.4.9/README   

commit imlib2 for openSUSE:Factory

2016-03-20 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2016-03-20 11:47:50

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is "imlib2"

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2015-05-15 
09:55:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2016-03-20 
11:47:51.0 +0100
@@ -1,0 +2,13 @@
+Tue Mar 15 11:52:25 UTC 2016 - sfl...@suse.de
+
+- Spec cleaner run 
+
+---
+Tue Mar 15 11:06:36 UTC 2016 - sfl...@suse.de
+
+- Update to 1.4.8
+  * Add a Farbfeld loader (FRIGN).
+  * Fix zlib and bz2 loader filename check.
+  * Miscellaneous maintenance. 
+
+---

Old:

  imlib2-1.4.7.tar.bz2

New:

  imlib2-1.4.8.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.CAk1yB/_old  2016-03-20 11:47:52.0 +0100
+++ /var/tmp/diff_new_pack.CAk1yB/_new  2016-03-20 11:47:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.7
+Version:1.4.8
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause
@@ -130,7 +130,6 @@
 sed -i -e 's@-lfreetype@@g' -e 's@-lz@@g' -e 's@-lXext@@g' -e 's@-ldl@@g' -e 
's@-lm@@g' %{buildroot}%{_bindir}/imlib2-config
 
 %post -n %{lname} -p /sbin/ldconfig
-
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files

++ imlib2-1.4.7.tar.bz2 -> imlib2-1.4.8.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.7/AUTHORS new/imlib2-1.4.8/AUTHORS
--- old/imlib2-1.4.7/AUTHORS2013-03-16 11:29:15.0 +0100
+++ new/imlib2-1.4.8/AUTHORS2016-02-07 08:01:40.0 +0100
@@ -30,3 +30,4 @@
 Mike Castle 
 R.Ramkumar 
 Dmitry Antipov 
+Laslo Hunhold 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.7/ChangeLog new/imlib2-1.4.8/ChangeLog
--- old/imlib2-1.4.7/ChangeLog  2015-04-04 20:08:38.0 +0200
+++ new/imlib2-1.4.8/ChangeLog  2016-03-12 08:50:05.0 +0100
@@ -1,5 +1,26 @@
 
 ***
+*** Version 1.4.8 ***
+***
+
+Chloe Kudryavtsev (1):
+  add time.h include to common.h for time_t
+
+FRIGN (1):
+  Add a Farbfeld loader
+
+Kim Woelders (4):
+  Remove redundant config.h.
+  Add compile to MAINTAINERCLEANFILES.
+  Indent.
+  1.4.8.
+
+Quentin Rameau (2):
+  Fix bz2 loader filename check
+  Fix zlib loader filename check
+
+
+***
 *** Version 1.4.7 ***
 ***
 
@@ -42,6 +63,7 @@
   Enable visibility hiding by default.
   Indent the remaining unindented files.
   Generate a ChangeLog using git shortlog between existing tags.
+  1.4.7.
 
 Michał Górny (1):
   fix -I flags to support building out-of-source
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.7/Makefile.am new/imlib2-1.4.8/Makefile.am
--- old/imlib2-1.4.7/Makefile.am2014-12-20 17:19:20.0 +0100
+++ new/imlib2-1.4.8/Makefile.am2016-02-09 17:53:53.0 +0100
@@ -4,9 +4,10 @@
 
 SUBDIRS = src data doc
 
-MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h.in \
-  config.sub configure depcomp install-sh \
-  ltmain.sh Makefile.in missing imlib2_docs.tar.gz
+MAINTAINERCLEANFILES = aclocal.m4 compile \
+  config.guess config.h.in config.sub configure \
+  depcomp install-sh ltmain.sh missing Makefile.in \
+  imlib2_docs.tar.gz
 
 bin_SCRIPTS = imlib2-config
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/imlib2-1.4.7/Makefile.in new/imlib2-1.4.8/Makefile.in
--- old/imlib2-1.4.7/Makefile.in2015-04-04 20:19:48.0 +0200
+++ new/imlib2-1.4.8/Makefile.in2016-03-12 08:52:45.0 +0100
@@ -384,9 +384,10 @@
 AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I m4
 SUBDIRS = src data doc
-MAINTAINERCLEANFILES = aclocal.m4 config.guess config.h.in \
-  config.sub configure depcomp install-sh \
- 

commit imlib2 for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2015-05-15 09:55:16

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2015-04-30 
11:49:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2015-05-15 
09:55:17.0 +0200
@@ -1,0 +2,5 @@
+Tue May 12 11:11:13 UTC 2015 - o...@aepfle.de
+
+- run autoreconf unconditional. PMBS got a fixed version for SLE_11
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.jNlRDV/_old  2015-05-15 09:55:18.0 +0200
+++ /var/tmp/diff_new_pack.jNlRDV/_new  2015-05-15 09:55:18.0 +0200
@@ -99,9 +99,7 @@
 %patch1
 
 %build
-%if 0%{?suse_version} = 1140
 autoreconf --force --install
-%endif
 %configure \
 %ifarch %ix86
--enable-mmx \




commit imlib2 for openSUSE:Factory

2014-11-05 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2014-11-05 15:54:39

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2014-09-09 
06:21:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2014-11-05 
15:54:42.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov  3 11:01:20 UTC 2014 - o...@aepfle.de
+
+- disable autoreconf in SLE11, it is too old and causes syntax errors
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.t8TXGe/_old  2014-11-05 15:54:44.0 +0100
+++ /var/tmp/diff_new_pack.t8TXGe/_new  2014-11-05 15:54:44.0 +0100
@@ -100,7 +100,9 @@
 %patch1
 %patch -P 2 -p1
 %build
+%if 0%{?suse_version} = 1140
 autoreconf --force --install
+%endif
 %configure \
 %ifarch %ix86
--enable-mmx \

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit imlib2 for openSUSE:Factory

2014-09-08 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2014-09-09 06:21:14

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2013-04-02 
11:54:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2014-09-09 
06:21:15.0 +0200
@@ -1,0 +2,10 @@
+Mon Sep  1 08:23:18 UTC 2014 - jeng...@inai.de
+
+- Edit imlib2-giflib5.patch and change a bogus = to a 
+
+---
+Sun Jun  1 09:25:29 UTC 2014 - jeng...@inai.de
+
+- Edit imlib2-giflib5.patch to support giflib7-5.1
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.ryryqN/_old  2014-09-09 06:21:16.0 +0200
+++ /var/tmp/diff_new_pack.ryryqN/_new  2014-09-09 06:21:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -98,7 +98,7 @@
 %prep
 %setup -q
 %patch1
-%patch2
+%patch -P 2 -p1
 %build
 autoreconf --force --install
 %configure \

++ imlib2-giflib5.patch ++
--- /var/tmp/diff_new_pack.ryryqN/_old  2014-09-09 06:21:16.0 +0200
+++ /var/tmp/diff_new_pack.ryryqN/_new  2014-09-09 06:21:16.0 +0200
@@ -1,6 +1,24 @@
 src/modules/loaders/loader_gif.c.orig
-+++ src/modules/loaders/loader_gif.c
-@@ -40,7 +40,11 @@ load(ImlibImage * im, ImlibProgressFunct
+---
+ src/modules/loaders/loader_gif.c |9 +
+ 1 file changed, 9 insertions(+)
+
+Index: imlib2-1.4.5/src/modules/loaders/loader_gif.c
+===
+--- imlib2-1.4.5.orig/src/modules/loaders/loader_gif.c
 imlib2-1.4.5/src/modules/loaders/loader_gif.c
+@@ -7,6 +7,11 @@
+ #include sys/stat.h
+ #include fcntl.h
+ #include gif_lib.h
++#if defined(GIFLIB_MAJOR)
++# if GIFLIB_MAJOR  5 || (GIFLIB_MAJOR == 5  GIFLIB_MINOR = 1)
++# define DGifCloseFile(x) DGifCloseFile(x, NULL)
++# endif
++#endif
+ 
+ char
+ load(ImlibImage * im, ImlibProgressFunction progress, char 
progress_granularity,
+@@ -40,7 +45,11 @@ load(ImlibImage * im, ImlibProgressFunct
  #endif
 if (fd  0)
return 0;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit imlib2 for openSUSE:Factory

2013-04-02 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2013-04-02 11:54:04

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2013-01-08 
13:51:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2013-04-02 
11:54:05.0 +0200
@@ -1,0 +2,6 @@
+Thu Mar 28 09:40:53 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.i24noz/_old  2013-04-02 11:54:06.0 +0200
+++ /var/tmp/diff_new_pack.i24noz/_new  2013-04-02 11:54:06.0 +0200
@@ -23,7 +23,7 @@
 License:BSD-3-Clause
 Group:  Development/Libraries/X11
 Url:http://sourceforge.net/projects/enlightenment/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://downloads.sourceforge.net/project/enlightenment/imlib2-src/%{version}/%{name}-%{version}.tar.bz2
 %define lname  libImlib2-1
 BuildRequires:  freetype2-devel
 BuildRequires:  giflib-devel

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit imlib2 for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2013-01-08 13:51:00

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2012-01-11 
15:37:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2013-01-08 
13:51:01.0 +0100
@@ -1,0 +2,6 @@
+Tue Jan  8 01:37:43 UTC 2013 - crrodrig...@opensuse.org
+
+- imlib2-bswap.patch - USe byteswap.h instead of custom code 
+- imlib2-giflib5.patch  -- Fix build failure with new giflib
+
+---

New:

  imlib2-bswap.patch
  imlib2-giflib5.patch



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.1eIzDy/_old  2013-01-08 13:51:03.0 +0100
+++ /var/tmp/diff_new_pack.1eIzDy/_new  2013-01-08 13:51:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,30 @@
 #
 
 
-
 Name:   imlib2
 Version:1.4.5
-Release:1
-License:BSD-3-Clause
+Release:0
 Summary:Image handling and conversion library
-Url:http://sourceforge.net/projects/enlightenment/
+License:BSD-3-Clause
 Group:  Development/Libraries/X11
+Url:http://sourceforge.net/projects/enlightenment/
 Source: %{name}-%{version}.tar.bz2
 %define lname  libImlib2-1
 BuildRequires:  freetype2-devel
 BuildRequires:  giflib-devel
+BuildRequires:  libid3tag-devel
+BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  libtool
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  zlib-devel
-BuildRequires:  libid3tag-devel
+BuildRequires:  pkgconfig(bzip2)
 Recommends: imlib2-loaders
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Patch1: imlib2-bswap.patch
+Patch2: imlib2-giflib5.patch
 
 %description
 Imlib2 is an advanced replacement library for libraries like libXpm
@@ -95,7 +97,8 @@
 
 %prep
 %setup -q
-
+%patch1
+%patch2
 %build
 autoreconf --force --install
 %configure \

++ imlib2-bswap.patch ++
--- src/lib/grab.c.orig
+++ src/lib/grab.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include config.h
+#endif
+
 #include common.h
 #ifdef BUILD_X11
 #include X11/Xlib.h
@@ -8,6 +12,7 @@
 #include sys/shm.h
 #include grab.h
 #include ximage.h
+#include byteswap.h
 
 static char _x_err = 0;
 static DATA8rtab[256], gtab[256], btab[256];
@@ -54,14 +59,8 @@ __imlib_GrabXImageToRGBA(DATA32 * data,
if ((depth == 24)  (xim-bits_per_pixel == 32))
   depth = 25;   /* fake depth meaning 24 bit in 32 bpp ximage 
*/
/* data needs swapping */
-#define SWAP32(x) (x) = \
-   int)(x)  0x00ff )  24) |\
-   (((int)(x)  0xff00 )  8) |\
-   (((int)(x)  0x00ff )  8) |\
-   (((int)(x)  0xff00 )  24))
-#define SWAP16(x) (x) = \
-   short)(x)  0x00ff )  8) |\
-   (((short)(x)  0xff00 )  8))
+#define SWAP32(x) (x) = (bswap_32(x))
+#define SWAP16(x) (x) = (bswap_16(x))
 
 #ifdef WORDS_BIGENDIAN
if (xim-bitmap_bit_order == LSBFirst)
--- src/modules/loaders/loader_argb.c.orig
+++ src/modules/loaders/loader_argb.c
@@ -1,10 +1,10 @@
-#include loader_common.h
+#ifdef HAVE_CONFIG_H
+#include config.h
+#endif
 
-#define SWAP32(x) (x) = \
-x)  0x00ff )  24) |\
- (((x)  0xff00 )  8) |\
- (((x)  0x00ff )  8) |\
- (((x)  0xff00 )  24))
+#include loader_common.h
+#include byteswap.h
+#define SWAP32(x) (x) = (bswap_32(x))
 
 char
 load(ImlibImage * im, ImlibProgressFunction progress,
--- configure.ac.orig
+++ configure.ac
@@ -14,7 +14,9 @@ AM_CONFIG_HEADER(config.h)
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_C_BIGENDIAN
-AC_PROG_CC
+AC_PROG_CC_STDC
+AC_USE_SYSTEM_EXTENSIONS
+AC_SYS_LARGEFILE
 AM_PROG_AS
 
 dnl Set default visibility to hidden?
--- src/lib/blend.c.orig
+++ src/lib/blend.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include config.h
+#endif
+
 #include common.h
 #include colormod.h
 #include image.h
--- src/lib/color.c.orig
+++ src/lib/color.c
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include config.h
+#endif
+
 #include common.h
 #ifdef BUILD_X11
 #include X11/Xlib.h
--- 

commit imlib2 for openSUSE:Factory

2012-01-11 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2012-01-11 15:36:50

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2011-11-22 
17:47:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2012-01-11 
15:37:54.0 +0100
@@ -1,0 +2,15 @@
+Tue Jan 10 03:00:01 UTC 2012 - crrodrig...@opensuse.org
+
+- Cleanup total dependency madness here:
+ * Add explicit BuildRequires on libjpeg-devel,zlib-devel,
+  libid3tag-devel.
+  * Do not use catch-all xorg-x11-devel, but only
+xorg-x11-libX11-devel, xorg-x11-libXext-devel
+  * imlib2-devel only requires xorg-x11-libX11-devel 
+  * Axe all la files, there is no libltdl usage.
+  * cleanup imlib-config script at build time.
+  * This will certainly break build of  dependenant packages
+with broken BuildRequires, drop me a note if you find
+any problem.
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.iAILA1/_old  2012-01-11 15:37:56.0 +0100
+++ /var/tmp/diff_new_pack.iAILA1/_new  2012-01-11 15:37:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,26 @@
 
 
 Name:   imlib2
-%define lname  libImlib2-1
-BuildRequires:  freetype2-devel giflib-devel libpng-devel libtiff-devel 
xorg-x11-devel
-BuildRequires:  libtool
-Summary:Image handling and conversion library.
 Version:1.4.5
 Release:1
 License:BSD-3-Clause
+Summary:Image handling and conversion library
+Url:http://sourceforge.net/projects/enlightenment/
 Group:  Development/Libraries/X11
-Source: %name-%version.tar.bz2
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-URL:http://sourceforge.net/projects/enlightenment/
+Source: %{name}-%{version}.tar.bz2
+%define lname  libImlib2-1
+BuildRequires:  freetype2-devel
+BuildRequires:  giflib-devel
+BuildRequires:  libpng-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  xorg-x11-libX11-devel
+BuildRequires:  xorg-x11-libXext-devel
+BuildRequires:  libjpeg-devel
+BuildRequires:  zlib-devel
+BuildRequires:  libid3tag-devel
 Recommends: imlib2-loaders
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Imlib2 is an advanced replacement library for libraries like libXpm
@@ -39,7 +47,7 @@
 and more.
 
 %package -n %lname
-Summary:Image handling and conversion library.
+Summary:Image handling and conversion library
 Group:  System/Libraries
 
 %description -n %lname
@@ -52,7 +60,8 @@
 %package devel
 Summary:Imlib 2 - development libraries
 Group:  Development/Libraries/X11
-Requires:   %lname = %version, glibc-devel xorg-x11-devel freetype2-devel 
zlib-devel libpng-devel
+Requires:   %lname = %{version}
+Requires:   xorg-x11-libX11-devel
 
 %description devel
 These are the development headers and library for imlib2.
@@ -60,7 +69,7 @@
 %package filters
 Summary:Imlib 2 - plugin filters
 Group:  Development/Libraries/X11
-Requires:   %lname = %version
+Requires:   %lname = %{version}
 
 %description filters
 This package has the basic set of plugin filters that come with Imlib2.
@@ -68,7 +77,17 @@
 %package loaders
 Summary:Imlib 2 - image loaders
 Group:  Development/Libraries/X11
-Provides:   imlib2-loader_jpeg imlib2-loader_png imlib2-loader_argb 
imlib2-loader_tiff imlib2-loader_gif imlib2-loader_zlib imlib2-loader_bz2 
imlib2-loader_pnm imlib2-loader_bmp imlib2-loader_xpm imlib2-loader_tga
+Provides:   imlib2-loader_argb
+Provides:   imlib2-loader_bmp
+Provides:   imlib2-loader_bz2
+Provides:   imlib2-loader_gif
+Provides:   imlib2-loader_jpeg
+Provides:   imlib2-loader_png
+Provides:   imlib2-loader_pnm
+Provides:   imlib2-loader_tga
+Provides:   imlib2-loader_tiff
+Provides:   imlib2-loader_xpm
+Provides:   imlib2-loader_zlib
 
 %description loaders
 This package contains the imlib2 image loaders for: argb, bmp, gif,
@@ -79,7 +98,7 @@
 
 %build
 autoreconf --force --install
-%configure --prefix=%{_prefix} \
+%configure \
 %ifarch %ix86

commit imlib2 for openSUSE:Factory

2011-11-22 Thread h_root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2011-11-22 17:47:34

Comparing /work/SRC/openSUSE:Factory/imlib2 (Old)
 and  /work/SRC/openSUSE:Factory/.imlib2.new (New)


Package is imlib2, Maintainer is meiss...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2011-10-16 
12:50:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2011-11-22 
17:47:38.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 18:38:47 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Employ shlib policy
+
+---



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.QYsbue/_old  2011-11-22 17:47:39.0 +0100
+++ /var/tmp/diff_new_pack.QYsbue/_new  2011-11-22 17:47:39.0 +0100
@@ -18,6 +18,7 @@
 
 
 Name:   imlib2
+%define lname  libImlib2-1
 BuildRequires:  freetype2-devel giflib-devel libpng-devel libtiff-devel 
xorg-x11-devel
 BuildRequires:  libtool
 Summary:Image handling and conversion library.
@@ -27,7 +28,7 @@
 Group:  Development/Libraries/X11
 Source: %name-%version.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://sourceforge.net/projects/enlightenment/
+URL:http://sourceforge.net/projects/enlightenment/
 Recommends: imlib2-loaders
 
 %description
@@ -37,44 +38,34 @@
 RGBA space rendering and blending, dynamic binary filters, scripting,
 and more.
 
+%package -n %lname
+Summary:Image handling and conversion library.
+Group:  System/Libraries
 
-
-Authors:
-
-Rasterman ras...@rasterman.com
+%description -n %lname
+Imlib2 is an advanced replacement library for libraries like libXpm
+that provides many more features with much greater flexibility and
+speed than standard libraries, including font rasterization, rotation,
+RGBA space rendering and blending, dynamic binary filters, scripting,
+and more.
 
 %package devel
-License:BSD3c(or similar)
 Summary:Imlib 2 - development libraries
 Group:  Development/Libraries/X11
-Requires:   %{name} = %{version} glibc-devel xorg-x11-devel 
freetype2-devel zlib-devel libpng-devel
+Requires:   %lname = %version, glibc-devel xorg-x11-devel freetype2-devel 
zlib-devel libpng-devel
 
 %description devel
 These are the development headers and library for imlib2.
 
-
-
-Authors:
-
-Rasterman ras...@rasterman.com
-
 %package filters
-License:BSD3c(or similar)
 Summary:Imlib 2 - plugin filters
 Group:  Development/Libraries/X11
-Requires:   %{name} = %{version}
+Requires:   %lname = %version
 
 %description filters
 This package has the basic set of plugin filters that come with Imlib2.
 
-
-
-Authors:
-
-Rasterman ras...@rasterman.com
-
 %package loaders
-License:BSD3c(or similar)
 Summary:Imlib 2 - image loaders
 Group:  Development/Libraries/X11
 Provides:   imlib2-loader_jpeg imlib2-loader_png imlib2-loader_argb 
imlib2-loader_tiff imlib2-loader_gif imlib2-loader_zlib imlib2-loader_bz2 
imlib2-loader_pnm imlib2-loader_bmp imlib2-loader_xpm imlib2-loader_tga
@@ -83,12 +74,6 @@
 This package contains the imlib2 image loaders for: argb, bmp, gif,
 jpeg, png, pnm, tga, tiff, xpm
 
-
-
-Authors:
-
-Rasterman ras...@rasterman.com
-
 %prep
 %setup -q
 
@@ -122,18 +107,14 @@
 # find $RPM_BUILD_ROOT -name \*.la | xargs perl -pi -e s@$RPM_BUILD_DIR@.@g
 # find $RPM_BUILD_ROOT/%{_libdir}/imlib2_loaders -name \*.la | xargs rm
 
-%clean
-rm -rf $RPM_BUILD_ROOT
+%post -n %lname -p /sbin/ldconfig
 
-%post -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
 %files
 %defattr(-,root,root,0755)
 %doc AUTHORS README COPYING doc/index.html 
 %doc doc/imlib2.gif doc/blank.gif
-%_libdir/lib*.so.*
 %_bindir/imlib2_bumpmap
 %_bindir/imlib2_colorspace
 %_bindir/imlib2_conv
@@ -145,6 +126,10 @@
 %attr(755,root,root) %dir %{_prefix}/share/imlib2
 %{_prefix}/share/imlib2/*
 
+%files -n %lname
+%defattr(-,root,root)
+%_libdir/libImlib2.so.1*
+
 %files devel
 %defattr(-,root,root,0755)
 %_libdir/*.la

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit imlib2 for openSUSE:Factory

2011-10-16 Thread h_root

Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory
checked in at Sun Oct 16 12:50:16 CEST 2011.




--- openSUSE:Factory/imlib2/imlib2.changes  2011-09-23 02:03:30.0 
+0200
+++ /mounts/work_src_done/STABLE/imlib2/imlib2.changes  2011-10-15 
06:51:43.0 +0200
@@ -1,0 +2,5 @@
+Sat Oct 15 04:47:09 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to make the spec file more reliable
+
+---

calling whatdependson for head-i586




Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.GD537P/_old  2011-10-16 12:50:12.0 +0200
+++ /var/tmp/diff_new_pack.GD537P/_new  2011-10-16 12:50:12.0 +0200
@@ -19,6 +19,7 @@
 
 Name:   imlib2
 BuildRequires:  freetype2-devel giflib-devel libpng-devel libtiff-devel 
xorg-x11-devel
+BuildRequires:  libtool
 Summary:Image handling and conversion library.
 Version:1.4.5
 Release:1

continue with q...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit imlib2 for openSUSE:Factory

2011-08-17 Thread h_root

Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory
checked in at Wed Aug 17 09:04:17 CEST 2011.




--- imlib2/imlib2.changes   2010-11-17 17:47:47.0 +0100
+++ /mounts/work_src_done/STABLE/imlib2/imlib2.changes  2011-08-16 
16:31:28.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 16 16:29:39 CEST 2011 - meiss...@suse.de
+
+- Updated to 1.4.5
+   - lots of code cleanup, typo fixes, reindentation
+   - some malloc replaced by calloc to avoid integer issues
+   - bugfixes, especially in the PNM loader
+
+---

calling whatdependson for head-i586


Old:

  imlib2-1.4.4.tar.bz2

New:

  imlib2-1.4.5.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.94sRmZ/_old  2011-08-17 09:02:44.0 +0200
+++ /var/tmp/diff_new_pack.94sRmZ/_new  2011-08-17 09:02:44.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package imlib2 (Version 1.4.4)
+# spec file for package imlib2
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 Name:   imlib2
 BuildRequires:  freetype2-devel giflib-devel libpng-devel libtiff-devel 
xorg-x11-devel
 Summary:Image handling and conversion library.
-Version:1.4.4
+Version:1.4.5
 Release:1
 License:BSD3c(or similar)
 Group:  Development/Libraries/X11
@@ -105,11 +105,10 @@
--bindir=%{_bindir} \
--libdir=%{_libdir} \
--includedir=%{_includedir} \
-   --with-ttf=/usr \
--enable-shared \
--enable-visibility-hiding \
--disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 make DESTDIR=$RPM_BUILD_ROOT install

++ imlib2-1.4.4.tar.bz2 - imlib2-1.4.5.tar.bz2 ++
 28516 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org