4 Commits

Author SHA256 Message Date
648bc47ad8 Accepting request 1323139 from GNOME:Factory
- Update to version 1.14.54:
  + Fix ABR is msole properties code.
  + Up thumbnailer's memory limit to 512MB.
  + Various build fixes. (forwarded request 1321889 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1323139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgsf?expand=0&rev=78
2025-12-17 16:32:15 +00:00
b63555331c - Update to version 1.14.54:
+ Fix ABR is msole properties code.
  + Up thumbnailer's memory limit to 512MB.
  + Various build fixes.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgsf?expand=0&rev=116
2025-12-16 15:30:44 +00:00
d6b4d208c0 Accepting request 1280024 from GNOME:Factory
(forwarded request 1279615 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1280024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgsf?expand=0&rev=77
2025-05-27 16:51:14 +00:00
d339dd756e OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgsf?expand=0&rev=114 2025-05-26 08:04:05 +00:00
4 changed files with 23 additions and 10 deletions

Binary file not shown.

3
libgsf-1.14.54.tar.xz Normal file
View File

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

View File

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

View File

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