Accepting request 862693 from Mono:Factory

OBS-URL: https://build.opensuse.org/request/show/862693
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgdiplus?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2021-01-18 10:26:03 +00:00 committed by Git OBS Bridge
commit 529c19dd99
4 changed files with 13 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b75c38c9765d5b3e2fb3da4435f169c732983878c0f94b8bf9012137022abf29
size 1390998

3
libgdiplus-6.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b81e4e5cc3e4831b2945de08bef26eb1bdcd795aeaf8f971b221c51213a025ef
size 1391332

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 12 18:42:24 UTC 2021 - Matthias Mailänder <mailaender@opensuse.org>
- Update to version 6.0.5
- Disable the static library
-------------------------------------------------------------------
Tue Mar 3 07:40:44 UTC 2020 - Marguerite Su <i@marguerite.su>

View File

@ -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