Accepting request 946716 from GNOME:Next

Go git - 51 commits of translations.... + fix 7zip Recomends

OBS-URL: https://build.opensuse.org/request/show/946716
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/file-roller?expand=0&rev=305
This commit is contained in:
Bjørn Lie 2022-01-19 17:24:21 +00:00 committed by Git OBS Bridge
parent 5ca61190b1
commit 932fddeb6a
6 changed files with 43 additions and 7 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="disabled">
<param name="url">https://gitlab.gnome.org/GNOME/file-roller.git</param>
<param name="scm">git</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="revision">master</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="tar" mode="buildtime" />
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 15 21:25:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.40.0+51:
+ Updated translations.
- Switch to git checkout via source service as upstream is not
doing releases. We want the updated translations.
- Replace p7zip-full with 7zip following packaging changes of 7zip.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 4 14:59:13 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com> Thu Nov 4 14:59:13 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>

4
file-roller.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: file-roller
version: 3.40.0+51
mtime: 1640162964
commit: 5df34c7697a09b6b51b9241a05984e8c8a2c24e5

View File

@ -1,7 +1,7 @@
# #
# spec file for package file-roller # spec file for package file-roller
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,16 @@
Name: file-roller Name: file-roller
Version: 3.40.0 Version: 3.40.0+51
Release: 0 Release: 0
Summary: An Archive Manager for GNOME Summary: An Archive Manager for GNOME
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Archiving/Compression Group: Productivity/Archiving/Compression
URL: https://wiki.gnome.org/Apps/FileRoller URL: https://wiki.gnome.org/Apps/FileRoller
Source0: https://download.gnome.org/sources/file-roller/3.40/%{name}-%{version}.tar.xz # Disabled as we are using a git checkout via source service
#Source0: https://download.gnome.org/sources/file-roller/3.40/%%{name}-%%{version}.tar.xz
Source0: %{name}-%{version}.tar.xz
# 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. # 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 Patch0: file-roller-3.4-change-archiver-priority.patch
# PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 dimstar@opensuse.org -- List package match names for automatic installation using PK. # PATCH-FEATURE-OPENSUSE file-roller-pkg-match.patch bnc#696530 dimstar@opensuse.org -- List package match names for automatic installation using PK.
@ -31,6 +34,7 @@ Patch1: file-roller-pkg-match.patch
# PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 mgorse@suse.com -- if unrar is a wrapper script for unar, then ignore it, and use unar instead. # PATCH-FIX-OPENSUSE file-roller-ignore-unrar-if-wrapper.patch bsc#1072118 mgorse@suse.com -- if unrar is a wrapper script for unar, then ignore it, and use unar instead.
Patch2: file-roller-ignore-unrar-if-wrapper.patch Patch2: file-roller-ignore-unrar-if-wrapper.patch
# Needed for directory ownership # Needed for directory ownership
BuildRequires: dbus-1 BuildRequires: dbus-1
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: file-devel BuildRequires: file-devel
@ -46,9 +50,9 @@ BuildRequires: pkgconfig(libnautilus-extension)
BuildRequires: pkgconfig(libnotify) >= 0.4.3 BuildRequires: pkgconfig(libnotify) >= 0.4.3
# Formats that we likely want to support by default # Formats that we likely want to support by default
Recommends: bzip2 Recommends: bzip2
Recommends: 7zip
Recommends: cpio Recommends: cpio
Recommends: gzip Recommends: gzip
Recommends: p7zip-full
Recommends: rpm Recommends: rpm
Recommends: unar Recommends: unar
Recommends: unzip Recommends: unzip