Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gpaste for openSUSE:Factory checked 
in at 2023-02-27 12:55:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpaste (Old)
 and      /work/SRC/openSUSE:Factory/.gpaste.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpaste"

Mon Feb 27 12:55:59 2023 rev:39 rq:1067928 version:43.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpaste/gpaste.changes    2022-09-21 
14:42:53.061830157 +0200
+++ /work/SRC/openSUSE:Factory/.gpaste.new.31432/gpaste.changes 2023-02-27 
12:56:00.635659983 +0100
@@ -1,0 +2,16 @@
+Mon Feb 27 09:55:26 UTC 2023 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Fix _service version rewrite to not have TAG+0 versions.
+
+-------------------------------------------------------------------
+Sun Feb 26 18:10:10 UTC 2023 - Andrey Gankov <g...@qsolution.ru>
+
+- Update to version 43.1:
+  + Respect --use-index when displaying history
+  + Open GPaste UI where the mouse pointer is
+  + Internal preparation for gtk4 port
+  + Translations updates
+- Disable gcr3 default Meson build option to keep using GCR
+  version 4.
+
+-------------------------------------------------------------------

Old:
----
  GPaste-42.1+29.obscpio

New:
----
  GPaste-43.1.obscpio

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

Other differences:
------------------
++++++ gpaste.spec ++++++
--- /var/tmp/diff_new_pack.OaMoFY/_old  2023-02-27 12:56:01.235663681 +0100
+++ /var/tmp/diff_new_pack.OaMoFY/_new  2023-02-27 12:56:01.243663731 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gpaste
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Simone Tolotti, <simone.tolo...@gmail.com>.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %global __requires_exclude typelib\\(Clutter\\)
 %global alt_name GPaste
 Name:           gpaste
-Version:        42.1+29
+Version:        43.1
 Release:        0
 Summary:        Clipboard management system for GNOME
 License:        BSD-2-Clause
@@ -171,7 +171,7 @@
 %autosetup -p1 -n %{alt_name}-%{version}
 
 %build
-%meson
+%meson -Dgcr3=false
 %meson_build
 
 %install

++++++ GPaste-42.1+29.obscpio -> GPaste-43.1.obscpio ++++++
++++ 18880 lines of diff (skipped)

++++++ GPaste.obsinfo ++++++
--- /var/tmp/diff_new_pack.OaMoFY/_old  2023-02-27 12:56:01.495665284 +0100
+++ /var/tmp/diff_new_pack.OaMoFY/_new  2023-02-27 12:56:01.499665308 +0100
@@ -1,5 +1,5 @@
 name: GPaste
-version: 42.1+29
-mtime: 1662837598
-commit: 61f4f4ed92593898ad84c66f3901b6fb7790f73d
+version: 43.1
+mtime: 1672782501
+commit: 298fcde2dc38e35f9ac8477d76d97f8f9e42fed7
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OaMoFY/_old  2023-02-27 12:56:01.515665407 +0100
+++ /var/tmp/diff_new_pack.OaMoFY/_new  2023-02-27 12:56:01.519665432 +0100
@@ -4,10 +4,10 @@
     <param name="scm">git</param>
     <param name="url">https://github.com/Keruspe/GPaste.git</param>
     <param name="filename">GPaste</param>
-    <param name="revision">61f4f4ed92593898ad84c66f3901b6fb7790f73d</param>
-<!--        <param name="revision">refs/tags/v.42.1</param> -->
+    <param name="revision">refs/tags/v43.1</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
-    <param name="versionrewrite-pattern">v([0-9\.]*)</param>
+    <param name="versionrewrite-pattern">v([0-9.]*)(\+0)?</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="tar" mode="buildtime"/>
   <service name="recompress" mode="buildtime">

Reply via email to