Hello community,

here is the log from the commit of package libgdiplus for openSUSE:Factory 
checked in at 2020-08-23 09:19:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgdiplus (Old)
 and      /work/SRC/openSUSE:Factory/.libgdiplus.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgdiplus"

Sun Aug 23 09:19:10 2020 rev:3 rq:827595 version:6.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgdiplus/libgdiplus.changes    2019-03-22 
14:55:01.658036980 +0100
+++ /work/SRC/openSUSE:Factory/.libgdiplus.new.3399/libgdiplus.changes  
2020-08-23 09:19:12.662619682 +0200
@@ -1,0 +2,10 @@
+Tue Mar  3 07:40:44 UTC 2020 - Marguerite Su <i...@marguerite.su>
+
+- Update to version 6.0.4
+  * No changelog upstream.
+- Drop libgdiplus-giflib5.patch, upstreamed
+- Drop libgdiplus-libjpeg_prefix.patch, upstreamed
+- Disable tests for now, some newly introduced tests
+  didn't run at all
+
+-------------------------------------------------------------------

Old:
----
  libgdiplus-3.12.tar.gz
  libgdiplus-giflib5.patch
  libgdiplus-libjpeg_prefix.patch

New:
----
  libgdiplus-6.0.4.tar.gz

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

Other differences:
------------------
++++++ libgdiplus.spec ++++++
--- /var/tmp/diff_new_pack.w3cLNi/_old  2020-08-23 09:19:13.186619971 +0200
+++ /var/tmp/diff_new_pack.w3cLNi/_new  2020-08-23 09:19:13.186619971 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libgdiplus
 #
-# Copyright (c) 2015 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
@@ -12,27 +12,23 @@
 # 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 soname 0
 Name:           libgdiplus
-Version:        3.12
+Version:        6.0.4
 Release:        0
 Summary:        Open Source Implementation of the GDI+ API
-License:        (LGPL-2.1+ or MPL-1.1) and MIT
+License:        (LGPL-2.1-or-later OR MPL-1.1) AND MIT
 Group:          Development/Libraries/Mono
-Url:            https://github.com/mono/libgdiplus
+URL:            https://github.com/mono/libgdiplus
 Source:         
http://download.mono-project.com/sources/%{name}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM libgdiplus0-giflib5.patch 
https://github.com/mono/libgdiplus/pull/32
-Patch:          libgdiplus-giflib5.patch
-# PATCH-FIX-UPSTREAM boo#944912
-Patch1:                libgdiplus-libjpeg_prefix.patch
 BuildRequires:  giflib-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
@@ -42,7 +38,6 @@
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xrender)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Mono library that provide a GDI+ comptible API on non-Windows
@@ -67,33 +62,29 @@
 
 %prep
 %setup -q
-%patch -p1
-%patch1 -p1
 sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am
 
 %build
 autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 rm -rf %{buildroot}%{_libdir}/%{name}.{a,la}
 
-%check
-make %{?_smp_mflags} check
+#%check
+#%make_build check
 
 %post -n libgdiplus%{soname} -p /sbin/ldconfig
-
 %postun -n libgdiplus%{soname} -p /sbin/ldconfig
 
 %files -n libgdiplus%{soname}
-%defattr(-,root,root)
 %{_libdir}/libgdiplus.so.*
-%doc AUTHORS COPYING ChangeLog* NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog* NEWS README.md
 
 %files devel
-%defattr(-,root,root)
 %{_libdir}/libgdiplus.so
 %{_libdir}/pkgconfig/libgdiplus.pc
 

++++++ libgdiplus-3.12.tar.gz -> libgdiplus-6.0.4.tar.gz ++++++
++++ 147359 lines of diff (skipped)


Reply via email to