From 34f37db87de3357f63accac20aaf61187595bf254d5ccfa13a1eea05e7c075db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Tue, 12 Jan 2021 18:51:36 +0000 Subject: [PATCH] Accepting request 862692 from home:Mailaender:branches:Mono:Factory new upstream release OBS-URL: https://build.opensuse.org/request/show/862692 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/libgdiplus?expand=0&rev=10 --- libgdiplus-6.0.4.tar.gz | 3 --- libgdiplus-6.0.5.tar.gz | 3 +++ libgdiplus.changes | 6 ++++++ libgdiplus.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 libgdiplus-6.0.4.tar.gz create mode 100644 libgdiplus-6.0.5.tar.gz diff --git a/libgdiplus-6.0.4.tar.gz b/libgdiplus-6.0.4.tar.gz deleted file mode 100644 index 925d7ff..0000000 --- a/libgdiplus-6.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b75c38c9765d5b3e2fb3da4435f169c732983878c0f94b8bf9012137022abf29 -size 1390998 diff --git a/libgdiplus-6.0.5.tar.gz b/libgdiplus-6.0.5.tar.gz new file mode 100644 index 0000000..20fac00 --- /dev/null +++ b/libgdiplus-6.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81e4e5cc3e4831b2945de08bef26eb1bdcd795aeaf8f971b221c51213a025ef +size 1391332 diff --git a/libgdiplus.changes b/libgdiplus.changes index 2019a99..5ae528f 100644 --- a/libgdiplus.changes +++ b/libgdiplus.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 12 18:42:24 UTC 2021 - Matthias Mailänder + +- Update to version 6.0.5 +- Disable the static library + ------------------------------------------------------------------- Tue Mar 3 07:40:44 UTC 2020 - Marguerite Su diff --git a/libgdiplus.spec b/libgdiplus.spec index c1ae793..d233425 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,7 +1,7 @@ # # spec file for package libgdiplus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # 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 soname 0 Name: libgdiplus -Version: 6.0.4 +Version: 6.0.5 Release: 0 Summary: Open Source Implementation of the GDI+ API License: (LGPL-2.1-or-later OR MPL-1.1) AND MIT @@ -66,12 +66,12 @@ sed -i 's/-Wall/-Wall %{optflags}/' src/Makefile.am %build autoreconf -fiv -%configure +%configure --disable-static %make_build %install %make_install -rm -rf %{buildroot}%{_libdir}/%{name}.{a,la} +rm %{buildroot}%{_libdir}/%{name}.la #%check #%make_build check