From fd36db0f1d622b3734e61bdfb92c313c36cb5b2816551aa44c3369363a6a8ef4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:33:42 +0000 Subject: [PATCH] Accepting request 1159290 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159290 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=313 --- _service | 19 +++++++++++++++++++ file-roller-43.1.tar.xz | 3 --- file-roller-44.beta.obscpio | 3 +++ file-roller.changes | 18 ++++++++++++++++++ file-roller.obsinfo | 4 ++++ file-roller.spec | 12 ++++++------ 6 files changed, 50 insertions(+), 9 deletions(-) create mode 100644 _service delete mode 100644 file-roller-43.1.tar.xz create mode 100644 file-roller-44.beta.obscpio create mode 100644 file-roller.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..6a149de --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/file-roller.git + 44.beta + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/file-roller-43.1.tar.xz b/file-roller-43.1.tar.xz deleted file mode 100644 index 47bfcaa..0000000 --- a/file-roller-43.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:84994023997293beb345d9793db8f5f0bbb41faa155c6ffb48328f203957ad08 -size 898216 diff --git a/file-roller-44.beta.obscpio b/file-roller-44.beta.obscpio new file mode 100644 index 0000000..732032e --- /dev/null +++ b/file-roller-44.beta.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f05bce1849bb49bee0383271f93e4c16f5495999af444ccfe51d62271bb6653 +size 7968269 diff --git a/file-roller.changes b/file-roller.changes index 35f2613..f8ee893 100644 --- a/file-roller.changes +++ b/file-roller.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 11 08:01:54 UTC 2024 - Dominique Leuenberger + +- Update to version 44.beta: + + window: Fix incompatible pointer types, + + appdata: Fix reverse DNS developer id, + + Updated translations. + +------------------------------------------------------------------- +Sun Feb 18 10:43:47 UTC 2024 - Muhammad Akbar Yanuar Mantari + +- Update to version 44.alpha: + + Ported to GTK4 +- Change BuildRequires ported from gtk3 to gtk4: + + pkgconfig(gtk+-3.0) to pkgconfig(gtk4) + + pkgconfig(libhandy-1) to pkgconfig(libadwaita-1) + + pkgconfig(libportal-gtk3) to pkgconfig(libportal-gtk4) + ------------------------------------------------------------------- Sun Dec 3 12:01:40 UTC 2023 - Bjørn Lie diff --git a/file-roller.obsinfo b/file-roller.obsinfo new file mode 100644 index 0000000..77de9c2 --- /dev/null +++ b/file-roller.obsinfo @@ -0,0 +1,4 @@ +name: file-roller +version: 44.beta +mtime: 1710088705 +commit: 9c2e28e83e351d87d93d62ac1c4850b658ad4746 diff --git a/file-roller.spec b/file-roller.spec index 9d14faf..405e619 100644 --- a/file-roller.spec +++ b/file-roller.spec @@ -1,7 +1,7 @@ # # spec file for package file-roller # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: file-roller -Version: 43.1 +Version: 44.beta Release: 0 Summary: An Archive Manager for GNOME License: GPL-2.0-or-later Group: Productivity/Archiving/Compression URL: https://wiki.gnome.org/Apps/FileRoller -Source0: https://download.gnome.org/sources/file-roller/43/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst # PATCH-FIX-OPENSUSE file-roller-3.4-change-archiver-priority.patch bnc#767386 gankov@opensuse.org -- Give unzip a higher priority than 7z when unpackging zip files. Gives better results for non-latin charsets. Patch0: file-roller-3.4-change-archiver-priority.patch @@ -42,13 +42,13 @@ BuildRequires: pkgconfig BuildRequires: yelp-tools BuildRequires: pkgconfig(glib-2.0) >= 2.38.0 BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0 +BuildRequires: pkgconfig(gtk4) BuildRequires: pkgconfig(json-glib-1.0) >= 0.14.0 +BuildRequires: pkgconfig(libadwaita-1) BuildRequires: pkgconfig(libarchive) >= 3.0.0 -BuildRequires: pkgconfig(libhandy-1) >= 1.5 BuildRequires: pkgconfig(libnautilus-extension-4) BuildRequires: pkgconfig(libportal) -BuildRequires: pkgconfig(libportal-gtk3) +BuildRequires: pkgconfig(libportal-gtk4) # Formats that we likely want to support by default Recommends: bzip2 Recommends: 7zip