Accepting request 1004806 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1004806 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=144
This commit is contained in:
commit
c09bcad209
6
_service
6
_service
@ -1,17 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/3.44.1</param>
|
||||
<param name="revision">refs/tags/3.46.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"/>
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-terminal.git</param>
|
||||
<param name="changesrevision">8209fbeec17c835cb99708bcaf956b75b69cd7b3</param></service></servicedata>
|
||||
<param name="changesrevision">b6837700d03f32d849baaeea6e30e6c10eaacd10</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3ee58433af609226935061e450b3f23a1f873926a075803830799fd727552791
|
||||
size 13563917
|
3
gnome-terminal-3.46.1.obscpio
Normal file
3
gnome-terminal-3.46.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d9cf417378a0928c37db09b0ab543c3fd2aab45702806abe0aadde9ec9badb4
|
||||
size 13886477
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 00:00:27 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.46.1:
|
||||
* prefs:
|
||||
- Make preferences dialogue OOP
|
||||
- Change default value
|
||||
* build: Update README
|
||||
* po: Mark bogus translated string as fuzzy
|
||||
* prefs: Try to improve translator hint comment
|
||||
* Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 07 21:13:21 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.45.99:
|
||||
* all:
|
||||
- ODR fix
|
||||
- Replace %m with using g_strerror() in printf calls
|
||||
* build:
|
||||
- Assert sanity
|
||||
- Build fix for netbsd
|
||||
- Fix nautilus extension install directory
|
||||
- Remove erroneous volatile
|
||||
- Update nautilus extension build req
|
||||
+ nautilus: Don't include gdk headers in the nautilus extension
|
||||
+ profile: Use the correct schema source to lookup schemas
|
||||
+ Updated translations.
|
||||
- Replace pkgconfig(libnautilus-extension) with
|
||||
pkgconfig(libnautilus-extension-4) BuildRequires, following
|
||||
upstream changes/port.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 09 16:53:49 UTC 2022 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.45.90:
|
||||
+ all: Insert text as paste
|
||||
+ build:
|
||||
- Improve libc feature extension defines
|
||||
- Move version defines from config.h to meson cpp_args
|
||||
+ client: Filter out other terminal's environment variables
|
||||
+ nautilus: Do not use deprecated symbols
|
||||
+ profile:
|
||||
- editor:
|
||||
. Remove unknown charsets from the builtin list
|
||||
. Skip unknown charsets
|
||||
+ regex: Revert sed accident
|
||||
+ Revert "screen: Use clean env when creating new tab"
|
||||
+ screen: Use same match cursor as vte hyperlink cursor.
|
||||
+ util: Show timestamps in the local timezone
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 30 12:01:19 UTC 2022 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-terminal
|
||||
version: 3.44.1
|
||||
mtime: 1653670556
|
||||
commit: 8209fbeec17c835cb99708bcaf956b75b69cd7b3
|
||||
version: 3.46.1
|
||||
mtime: 1663257211
|
||||
commit: b6837700d03f32d849baaeea6e30e6c10eaacd10
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_without nautilus_extension
|
||||
%bcond_without nautilus_extension
|
||||
Name: gnome-terminal
|
||||
Version: 3.44.1
|
||||
Version: 3.46.1
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
@ -44,7 +44,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.50
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 0.1.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.18
|
||||
%if %{with nautilus_extension}
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.28.0
|
||||
BuildRequires: pkgconfig(libnautilus-extension-4)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
@ -60,6 +60,7 @@ Summary: GNOME Terminal -- Search Provider for GNOME Shell
|
||||
Group: System/X11/Terminals
|
||||
Requires: %{name} = %{version}
|
||||
Supplements: (gnome-shell and %{name})
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n gnome-shell-search-provider-gnome-terminal
|
||||
This package contains a search provider to enable GNOME Shell to get
|
||||
@ -114,6 +115,7 @@ rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
%{_mandir}/man1/gnome-terminal.1%{?ext_man}
|
||||
%dir %{_libdir}/gnome-terminal
|
||||
%{_libdir}/gnome-terminal/gschemas.compiled
|
||||
%{_libdir}/gnome-terminal/gnome-terminal-preferences
|
||||
|
||||
%files -n gnome-shell-search-provider-gnome-terminal
|
||||
%dir %{_datadir}/gnome-shell
|
||||
@ -122,7 +124,7 @@ rm %{buildroot}/usr/share/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
|
||||
%if %{with nautilus_extension}
|
||||
%files -n nautilus-extension-terminal
|
||||
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
|
||||
%{_libdir}/nautilus/extensions-4/libterminal-nautilus.so
|
||||
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user