Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2022-09-21 14:40:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-terminal.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-terminal"

Wed Sep 21 14:40:39 2022 rev:144 rq:1004806 version:3.46.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes    
2022-06-01 17:34:13.862710247 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new.2083/gnome-terminal.changes  
2022-09-21 14:41:16.477562296 +0200
@@ -1,0 +2,52 @@
+Sat Sep 17 00:00:27 UTC 2022 - bjorn....@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....@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....@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.
+
+-------------------------------------------------------------------

Old:
----
  gnome-terminal-3.44.1.obscpio

New:
----
  gnome-terminal-3.46.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-terminal.spec ++++++
--- /var/tmp/diff_new_pack.mZ7RfC/_old  2022-09-21 14:41:17.417564903 +0200
+++ /var/tmp/diff_new_pack.mZ7RfC/_new  2022-09-21 14:41:17.421564914 +0200
@@ -18,7 +18,7 @@
 
 %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(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 @@
 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 @@
 %{_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 @@
 
 %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
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.mZ7RfC/_old  2022-09-21 14:41:17.457565014 +0200
+++ /var/tmp/diff_new_pack.mZ7RfC/_new  2022-09-21 14:41:17.461565025 +0200
@@ -1,18 +1,18 @@
 <?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>
 
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.mZ7RfC/_old  2022-09-21 14:41:17.489565103 +0200
+++ /var/tmp/diff_new_pack.mZ7RfC/_new  2022-09-21 14:41:17.493565114 +0200
@@ -1,6 +1,6 @@
 <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>
 (No newline at EOF)
 

++++++ gnome-terminal-3.44.1.obscpio -> gnome-terminal-3.46.1.obscpio ++++++
/work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal-3.44.1.obscpio 
/work/SRC/openSUSE:Factory/.gnome-terminal.new.2083/gnome-terminal-3.46.1.obscpio
 differ: char 48, line 1

++++++ gnome-terminal.obsinfo ++++++
--- /var/tmp/diff_new_pack.mZ7RfC/_old  2022-09-21 14:41:17.537565236 +0200
+++ /var/tmp/diff_new_pack.mZ7RfC/_new  2022-09-21 14:41:17.541565247 +0200
@@ -1,5 +1,5 @@
 name: gnome-terminal
-version: 3.44.1
-mtime: 1653670556
-commit: 8209fbeec17c835cb99708bcaf956b75b69cd7b3
+version: 3.46.1
+mtime: 1663257211
+commit: b6837700d03f32d849baaeea6e30e6c10eaacd10
 

Reply via email to