Hello community,

here is the log from the commit of package libgdiplus0 for openSUSE:Factory 
checked in at 2014-09-17 17:24:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgdiplus0 (Old)
 and      /work/SRC/openSUSE:Factory/.libgdiplus0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgdiplus0"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgdiplus0/libgdiplus0.changes  2014-09-09 
06:21:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgdiplus0.new/libgdiplus0.changes     
2014-09-17 17:24:29.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Sep  6 14:45:49 UTC 2014 - [email protected]
+
+- Update to version 3.8
+- Removed upstreamed patch libgdiplus0-libpng15.patch
+- Removed upstreamed patch use-recommended-freetype-include.patch
+- Use pkgconfig build dependencies where possible
+- Always use system cairo
+- Fixed rpmlint error: devel-file-in-non-devel-package
+
+-------------------------------------------------------------------

Old:
----
  libgdiplus-2.10.9.tar.bz2
  libgdiplus0-libpng15.patch
  use-recommended-freetype-include.patch

New:
----
  libgdiplus-3.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libgdiplus0.spec ++++++
--- /var/tmp/diff_new_pack.Eg7KD4/_old  2014-09-17 17:24:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Eg7KD4/_new  2014-09-17 17:24:30.000000000 +0200
@@ -17,20 +17,14 @@
 
 
 %define real_name libgdiplus
-# There may be strange bugs when using the system cairo
-%define system_cairo 0
 
 Name:           libgdiplus0
-Version:        2.10.9
+Version:        3.8
 Release:        0
-Url:            http://go-mono.org/
-Source0:        
http://download.mono-project.com/sources/%{real_name}/%{real_name}-%{version}.tar.bz2
-# link to libpng15.patch content sent to  [email protected]
-Patch0:         %{name}-libpng15.patch
+Url:            https://github.com/mono/libgdiplus
+Source:         
http://download.mono-project.com/sources/%{real_name}/%{real_name}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM libgdiplus0-giflib5.patch 
https://github.com/mono/libgdiplus/pull/26
 Patch1:         libgdiplus0-giflib5.patch
-# PATCH-FIX-UPSTREAM use-recommended-freetype-include.patch -- Freetype 
upstream recommends using their macros together with
-# ft2build include. Positive sideeffect is that this patch makes it build with 
both freetype2 2.5.1, and older versions
-Patch2:         use-recommended-freetype-include.patch
 Summary:        Open Source Implementation of the GDI+ API
 License:        (LGPL-2.1+ or MPL-1.1) and MIT
 Group:          Development/Libraries/Other
@@ -38,21 +32,19 @@
 Provides:       libgdiplus
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
-BuildRequires:  pkg-config
-%if %system_cairo
-BuildRequires:  cairo-devel >= 1.6.4
-%endif
-BuildRequires:  fontconfig-devel
-BuildRequires:  freetype2-devel
 BuildRequires:  giflib-devel
-BuildRequires:  glib2-devel
-BuildRequires:  libexif-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libpng-devel
-BuildRequires:  libtiff-devel
-BuildRequires:  xorg-x11-devel
-BuildRequires:  xorg-x11-libXrender-devel
+BuildRequires:  libtool
+BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(cairo)
+BuildRequires:  pkgconfig(fontconfig)
+BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(libexif)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(libtiff-4)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xrender)
 
 %description
 Mono library that provide a GDI+ comptible API on non-Windows
@@ -70,10 +62,7 @@
 
 %prep
 %setup -q -n %{real_name}-%{version}
-%patch0
 %patch1 -p1
-%patch2 -p1
-sed -i -e 's/LT_/LTT_/g' cairo/configure.in
 sed -i -e 's:ungif:gif:g' configure || die
 
 %build
@@ -95,11 +84,12 @@
 
 %files
 %defattr(-, root, root)
-%{_libdir}/libgdiplus.so*
+%{_libdir}/libgdiplus.so.*
 %doc AUTHORS COPYING ChangeLog* NEWS README
 
 %files -n libgdiplus-devel
 %defattr(-, root, root)
+%{_libdir}/libgdiplus.so
 %{_libdir}/pkgconfig/libgdiplus.pc
 %{_libdir}/libgdiplus.a
 # Unwanted statically linked files:

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to