Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 648bc47ad8 | |||
| b63555331c | |||
| d6b4d208c0 | |||
| d339dd756e |
BIN
libgsf-1.14.53.tar.xz
LFS
BIN
libgsf-1.14.53.tar.xz
LFS
Binary file not shown.
3
libgsf-1.14.54.tar.xz
Normal file
3
libgsf-1.14.54.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d18869264a2513cfb071712486d115dada064ff8a040265b49936bca06f17623
|
||||
size 705684
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 06:52:40 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.14.54:
|
||||
+ Fix ABR is msole properties code.
|
||||
+ Up thumbnailer's memory limit to 512MB.
|
||||
+ Various build fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 23 16:53:21 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Drop obsolete update-desktop-files BuildRequires.
|
||||
- Modernize spec, use modern macros.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 1 13:54:13 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
13
libgsf.spec
13
libgsf.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libgsf
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
Name: libgsf
|
||||
Version: 1.14.53
|
||||
Version: 1.14.54
|
||||
Release: 0
|
||||
Summary: I/O library for dealing with structured file formats
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/GNOME
|
||||
URL: https://www.gnome.org
|
||||
Source: https://download.gnome.org/sources/libgsf/1.14/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libbz2-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.26.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.26.0
|
||||
@@ -94,20 +94,19 @@ with structured file formats.
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%configure --disable-static \
|
||||
--enable-introspection
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name}
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%post 1-114 -p /sbin/ldconfig
|
||||
%postun 1-114 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets 1-114
|
||||
|
||||
%files tools
|
||||
%license COPYING
|
||||
|
||||
Reference in New Issue
Block a user