2024-09-30 08:02:55 +00:00
committed by Git OBS Bridge
parent 6d2c2e53ca
commit 318b7f1aa3
8 changed files with 54 additions and 9 deletions

View File

@@ -3,11 +3,11 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
<param name="revision">47.0</param>
<param name="revision">88b8f9d5baaa14ebd20252f7a9879a52448ebc20</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">

4
_servicedata Normal file
View File

@@ -0,0 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.gnome.org/GNOME/nautilus.git</param>
<param name="changesrevision">88b8f9d5baaa14ebd20252f7a9879a52448ebc20</param></service></servicedata>

3
nautilus-47.0+8.obscpio Normal file
View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Sep 27 17:36:06 UTC 2024 - bjorn.lie@gmail.com
- Update to version 47.0+8:
* sidebarrow: Add appropriate margin and opacity
* list-base: Fix scroll to zoom
* list-base: Don't scroll when the ctrl key is held
* contributing: Add a CONTRIBUTING.md file
* gschema: Revert accidental new translatable strings
* Updated translations.
- Add revert-post-release-bump.patch: Since we are using a
gitcheckout, the metadata fails during tests if we do not set a
proper iso-date.
-------------------------------------------------------------------
Sun Sep 15 14:58:42 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +1,4 @@
name: nautilus
version: 47.0
mtime: 1726410011
commit: 97d2db4fb0254142306e6ff7ce5311a8faaabbd8
version: 47.0+8
mtime: 1726507392
commit: 88b8f9d5baaa14ebd20252f7a9879a52448ebc20

View File

@@ -17,7 +17,7 @@
Name: nautilus
Version: 47.0
Version: 47.0+8
Release: 0
Summary: File Manager for the GNOME Desktop
License: GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -27,6 +27,9 @@ Source0: %{name}-%{version}.tar.zst
Source1: set_trusted.desktop
Source2: set_trusted.sh
# PATCH-FIX-OPENSUSE revert-post-release-bump.patch -- Allow us to ship a git checkout, drop on next stable bump
Patch: revert-post-release-bump.patch
# needed for directory ownership
BuildRequires: dbus-1
BuildRequires: fdupes

View File

@@ -0,0 +1,24 @@
diff -Nur nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in patched-nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in
--- nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in 2024-09-27 19:35:59.251268108 +0200
+++ patched-nautilus/data/org.gnome.Nautilus.metainfo.xml.in.in 2024-09-28 10:18:24.361946027 +0200
@@ -40,7 +40,7 @@
<release version="@release-version@" date="@build-date@"/>
-->
<releases>
- <release version="@release-version@" date="@build-date@"/>
+ <release version="@release-version@" type="stable" date="2024-09-28"/>
</releases>
<project_group>GNOME</project_group>
<project_license>GPL-3.0-or-later</project_license>
diff -Nur nautilus/meson.build patched-nautilus/meson.build
--- nautilus/meson.build 2024-09-27 19:36:06.654623675 +0200
+++ patched-nautilus/meson.build 2024-09-28 09:58:33.792262099 +0200
@@ -3,7 +3,7 @@
# Do not forget when releasing:
# * Set release date in data/org.gnome.Nautilus.metainfo.xml.in.in
- version: '47.1',
+ version: '47.0',
meson_version: '>= 0.59.0',
license: 'GPL-3.0-or-later'