- New upstream release 1.14.51
- Resolves: rhbz#2214335 rhbz#2249742 rhbz#2249979
This commit is contained in:
parent
186da2eb05
commit
90e17733d7
@ -1,33 +0,0 @@
|
||||
configure.ac: Avoid implicit int in libbz2 probe
|
||||
|
||||
Otherwise, this probe will always fail with future compilers, which
|
||||
are likely not to support implict ints by default.
|
||||
|
||||
Submitted upstream: <https://gitlab.gnome.org/GNOME/libgsf/-/merge_requests/13>
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index ea7b0390d19dc958..ad99b48b7b9466f9 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -16658,7 +16658,7 @@ $as_echo_n "checking usable libbz2... " >&6; }
|
||||
#undef VERSION
|
||||
#undef HAVE_STDLIB_H
|
||||
#include <bzlib.h>
|
||||
- main ()
|
||||
+ int main (void)
|
||||
{
|
||||
return BZ2_bzDecompressInit (NULL, 0, 0);
|
||||
}
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a5847bebe7889283..327ff52075c559fe 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -428,7 +428,7 @@ if test "x$test_bz2" = xtrue ; then
|
||||
#undef VERSION
|
||||
#undef HAVE_STDLIB_H
|
||||
#include <bzlib.h>
|
||||
- main ()
|
||||
+ int main (void)
|
||||
{
|
||||
return BZ2_bzDecompressInit (NULL, 0, 0);
|
||||
}
|
||||
15
libgsf.spec
15
libgsf.spec
@ -6,11 +6,10 @@
|
||||
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.50
|
||||
Release: 4%{?dist}
|
||||
Version: 1.14.51
|
||||
Release: 1%{?dist}
|
||||
License: LGPL-2.1-only
|
||||
Source: https://download.gnome.org/sources/%{name}/1.14/%{name}-%{version}.tar.xz
|
||||
Patch0: libgsf-configure-c99.patch
|
||||
URL: http://www.gnome.org/projects/libgsf/
|
||||
|
||||
BuildRequires: bzip2-devel
|
||||
@ -115,7 +114,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files -f libgsf.lang
|
||||
%doc AUTHORS COPYING COPYING.LIB README
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/libgsf-1.so.*
|
||||
%{_libdir}/girepository-1.0/Gsf-1.typelib
|
||||
%{_bindir}/gsf-office-thumbnailer
|
||||
@ -137,7 +136,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
%if %{with_mingw}
|
||||
%files -n mingw32-libgsf -f mingw32-libgsf.lang
|
||||
%license COPYING COPYING.LIB
|
||||
%license COPYING
|
||||
%{mingw32_bindir}/gsf.exe
|
||||
%{mingw32_bindir}/gsf-vba-dump.exe
|
||||
%{mingw32_bindir}/gsf-office-thumbnailer.exe
|
||||
@ -154,7 +153,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{mingw32_datadir}/thumbnailers/gsf-office.thumbnailer
|
||||
|
||||
%files -n mingw64-libgsf -f mingw64-libgsf.lang
|
||||
%license COPYING COPYING.LIB
|
||||
%license COPYING
|
||||
%{mingw64_bindir}/gsf.exe
|
||||
%{mingw64_bindir}/gsf-vba-dump.exe
|
||||
%{mingw64_bindir}/gsf-office-thumbnailer.exe
|
||||
@ -172,6 +171,10 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Nov 16 2023 Dan Horák <dan[at]danny.cz> - 1.14.51-1
|
||||
- New upstream release 1.14.51
|
||||
- Resolves: rhbz#2214335 rhbz#2249742 rhbz#2249979
|
||||
|
||||
* Wed Aug 02 2023 Marc-André Lureau <marcandre.lureau@redhat.com> - 1.14.50-4
|
||||
- Add MinGW packages
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libgsf-1.14.50.tar.xz) = e4a405d01440654bfe5059536524d494e5b66859235648bcf6031a74b59967504b50750f471bbe1607c4a5ef11cac98aa2ca9ebb31151cf5a19ffa340d421adb
|
||||
SHA512 (libgsf-1.14.51.tar.xz) = b7c02e10762c93909a1aacb86f30b266ed8b0eeefe73ede5acb8ac0c1094a1e4be2b7bd3a59ebfc03180f8f72f2cc602e80c871a1b8a28f3fccfdd403ad24da7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user