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