Accepting request 1119561 from GNOME:Next
- Update to version 45.1: + Don't crash when opening Properties from admin://* + Don't crash on unmount + Stop jumping to top when using the Menu key + Properly reorder bookmarks by drag and drop + Re-add search results when switching view mode + Fix compilation on 32-bit musl - Fix various leaks and warnings + Updated translations. - Update to version 45.0+12: + gtk/placessidebar: Use list box for coordinates translation. + list-base: Stop jumping to top on Menu key. + Updated translations. - Switch to source service, explicit commit from the stable branch. OBS-URL: https://build.opensuse.org/request/show/1119561 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/nautilus?expand=0&rev=387
This commit is contained in:
parent
5f3797bd9e
commit
5c8e682cfd
19
_service
Normal file
19
_service
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<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">refs/tags/45.1</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> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b311c465ce2ca7bc648f61b865187b4451388dec9358a169f3277e741718ab5d
|
||||
size 3212952
|
3
nautilus-45.1.obscpio
Normal file
3
nautilus-45.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1155bb549f462127150cfb1e991bced3db251a6efaa91c6d11fe2e826cf22e21
|
||||
size 33147917
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 22 22:49:42 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.1:
|
||||
+ Don't crash when opening Properties from admin://*
|
||||
+ Don't crash on unmount
|
||||
+ Stop jumping to top when using the Menu key
|
||||
+ Properly reorder bookmarks by drag and drop
|
||||
+ Re-add search results when switching view mode
|
||||
+ Fix compilation on 32-bit musl
|
||||
- Fix various leaks and warnings
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 04 13:45:45 UTC 2023 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 45.0+12:
|
||||
+ gtk/placessidebar: Use list box for coordinates translation.
|
||||
+ list-base: Stop jumping to top on Menu key.
|
||||
+ Updated translations.
|
||||
- Switch to source service, explicit commit from the stable branch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 17 01:18:39 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
||||
|
||||
|
4
nautilus.obsinfo
Normal file
4
nautilus.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: nautilus
|
||||
version: 45.1
|
||||
mtime: 1698014188
|
||||
commit: fe56e4d44dc57c13a885a2d02bd94770fc40ce4e
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: nautilus
|
||||
Version: 45.0
|
||||
Version: 45.1
|
||||
Release: 0
|
||||
Summary: File Manager for the GNOME Desktop
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Productivity/File utilities
|
||||
URL: https://wiki.gnome.org/Apps/Nautilus
|
||||
Source0: https://download.gnome.org/sources/nautilus/45/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source1: set_trusted.desktop
|
||||
Source2: set_trusted.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user