6 Commits

Author SHA256 Message Date
d30264a2a1 Accepting request 1327173 from GNOME:Factory
- Update to version 1.14.55:
  + Reduce stack usage.
  + Documentation fixes. (forwarded request 1327148 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/1327173
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgsf?expand=0&rev=79
2026-01-15 15:42:35 +00:00
7831543ae2 - Update to version 1.14.55:
+ Reduce stack usage.
  + Documentation fixes.

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libgsf?expand=0&rev=118
2026-01-14 09:27:45 +00:00
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 30 additions and 10 deletions

Binary file not shown.

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

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

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Wed Jan 14 08:03:24 UTC 2026 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 1.14.55:
+ Reduce stack usage.
+ Documentation fixes.
-------------------------------------------------------------------
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) 2026 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.55
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