Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk-sharp3 for openSUSE:Factory 
checked in at 2021-03-29 18:22:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk-sharp3 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk-sharp3.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk-sharp3"

Mon Mar 29 18:22:20 2021 rev:8 rq:881761 version:2.99.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk-sharp3/gtk-sharp3.changes    2020-10-22 
14:26:46.454992233 +0200
+++ /work/SRC/openSUSE:Factory/.gtk-sharp3.new.2401/gtk-sharp3.changes  
2021-03-29 18:22:21.874298300 +0200
@@ -1,0 +2,8 @@
+Thu Mar 25 15:44:48 UTC 2021 - Michael Gorse <mgo...@suse.com>
+
+- Update to latest git revision.
+  + Fix atk_value_get_value_and_text.
+- Update create-source-archive.sh: the development branch has been
+  renamed to main.
+
+-------------------------------------------------------------------

Old:
----
  gtk-sharp3-git.2020.01.10.9dc89137b.tar.xz

New:
----
  gtk-sharp3-git.2021.03.09.dadc19cf1.tar.xz

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

Other differences:
------------------
++++++ gtk-sharp3.spec ++++++
--- /var/tmp/diff_new_pack.bS0Bs2/_old  2021-03-29 18:22:22.494298934 +0200
+++ /var/tmp/diff_new_pack.bS0Bs2/_new  2021-03-29 18:22:22.494298934 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk-sharp3
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,7 @@
 #
 
 
-%define vsuffix git.2020.01.10.9dc89137b
+%define vsuffix git.2021.03.09.dadc19cf1
 Name:           gtk-sharp3
 # package "libmono-profiler-gui-thread-check0-devel" does not allow us to add 
even a single symbol to version string without invoking rpmlint warning "W: 
filename-too-long-for-joliet"
 Version:        2.99.4

++++++ create-source-archive.sh ++++++
--- /var/tmp/diff_new_pack.bS0Bs2/_old  2021-03-29 18:22:22.518298958 +0200
+++ /var/tmp/diff_new_pack.bS0Bs2/_new  2021-03-29 18:22:22.522298963 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
 
-git_commit_fallback="master"
+git_commit_fallback="main"
 git_commit="$1"
 name="gtk-sharp3"
 git_remote="https://github.com/mono/gtk-sharp.git";

++++++ gtk-sharp3-git.2020.01.10.9dc89137b.tar.xz -> 
gtk-sharp3-git.2021.03.09.dadc19cf1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtk-sharp3-git.2020.01.10.9dc89137b/CODE-OF-CONDUCT.md 
new/gtk-sharp3-git.2021.03.09.dadc19cf1/CODE-OF-CONDUCT.md
--- old/gtk-sharp3-git.2020.01.10.9dc89137b/CODE-OF-CONDUCT.md  1970-01-01 
01:00:00.000000000 +0100
+++ new/gtk-sharp3-git.2021.03.09.dadc19cf1/CODE-OF-CONDUCT.md  2021-03-25 
16:41:48.552862738 +0100
@@ -0,0 +1,6 @@
+# Code of Conduct
+
+This project has adopted the code of conduct defined by the Contributor 
Covenant
+to clarify expected behavior in our community.
+
+For more information, see the [.NET Foundation Code of 
Conduct](https://dotnetfoundation.org/code-of-conduct).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk-sharp3-git.2020.01.10.9dc89137b/atk/Atk.metadata 
new/gtk-sharp3-git.2021.03.09.dadc19cf1/atk/Atk.metadata
--- old/gtk-sharp3-git.2020.01.10.9dc89137b/atk/Atk.metadata    2020-03-17 
13:49:00.619195751 +0100
+++ new/gtk-sharp3-git.2021.03.09.dadc19cf1/atk/Atk.metadata    2021-03-25 
16:41:48.552862738 +0100
@@ -21,6 +21,7 @@
   <attr 
path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMaximumValue']/*/*[@name='value']"
 name="pass_as">ref</attr>
   <attr 
path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMinimumValue']/*/*[@name='value']"
 name="pass_as">ref</attr>
   <attr 
path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetMinimumIncrement']/*/*[@name='value']"
 name="pass_as">ref</attr>
+  <attr 
path="/api/namespace/interface[@cname='AtkValue']/*[@name='GetValueAndText']/*/*[@name='text']"
 name="pass_as">out</attr>
   <attr 
path="/api/namespace/object[@cname='AtkObject']/method[@name='GetAttributes']/return-type"
 name="element_type">AtkAttribute*</attr>
   <attr 
path="/api/namespace/object[@cname='AtkObject']/method[@name='RefAccessibleChild']/return-type"
 name="owned">true</attr>
   <attr 
path="/api/namespace/object[@cname='AtkObject']/method[@name='RefRelationSet']/return-type"
 name="owned">true</attr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gtk-sharp3-git.2020.01.10.9dc89137b/azure-pipelines.yml 
new/gtk-sharp3-git.2021.03.09.dadc19cf1/azure-pipelines.yml
--- old/gtk-sharp3-git.2020.01.10.9dc89137b/azure-pipelines.yml 2020-03-17 
13:49:00.651195991 +0100
+++ new/gtk-sharp3-git.2021.03.09.dadc19cf1/azure-pipelines.yml 2021-03-25 
16:41:48.576862865 +0100
@@ -1,9 +1,9 @@
 trigger:
-  - master
+  - main
   - gtk-sharp-2-12-branch
 
 pr:
-  - master
+  - main
   - gtk-sharp-2-12-branch
 
 pool:

Reply via email to