commit spice-protocol for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2022-10-28 19:29:25

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.2275 (New)


Package is "spice-protocol"

Fri Oct 28 19:29:25 2022 rev:31 rq:1031594 version:0.14.4

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2022-02-15 23:57:19.408219672 +0100
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.2275/spice-protocol.changes  
2022-10-28 19:29:45.390699384 +0200
@@ -1,0 +2,6 @@
+Tue Oct  4 14:00:46 MDT 2022 - carn...@suse.com
+
+- jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen
+  and KVM Management
+
+---



Other differences:
--


commit spice-protocol for openSUSE:Factory

2022-02-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package spice-protocol for openSUSE:Factory 
checked in at 2022-02-15 23:57:06

Comparing /work/SRC/openSUSE:Factory/spice-protocol (Old)
 and  /work/SRC/openSUSE:Factory/.spice-protocol.new.1956 (New)


Package is "spice-protocol"

Tue Feb 15 23:57:06 2022 rev:30 rq:954382 version:0.14.4

Changes:

--- /work/SRC/openSUSE:Factory/spice-protocol/spice-protocol.changes
2020-10-08 13:11:44.747148618 +0200
+++ /work/SRC/openSUSE:Factory/.spice-protocol.new.1956/spice-protocol.changes  
2022-02-15 23:57:19.408219672 +0100
@@ -1,0 +2,7 @@
+Fri Feb 11 11:30:30 MST 2022 - carn...@suse.com
+
+- Update to version 0.14.4
+  * Fix enum deprecation warning for visual studio
+  * Fix documentation typos in stream-device.h
+
+---

Old:

  spice-protocol-0.14.3.tar.xz
  spice-protocol-0.14.3.tar.xz.sig

New:

  spice-protocol-0.14.4.tar.xz
  spice-protocol-0.14.4.tar.xz.sig



Other differences:
--
++ spice-protocol.spec ++
--- /var/tmp/diff_new_pack.8dI4gx/_old  2022-02-15 23:57:19.804220766 +0100
+++ /var/tmp/diff_new_pack.8dI4gx/_new  2022-02-15 23:57:19.812220788 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package spice-protocol
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   spice-protocol
-Version:0.14.3
+Version:0.14.4
 Release:0
 Summary:SPICE-protocol definitions
 License:BSD-3-Clause

++ spice-protocol-0.14.3.tar.xz -> spice-protocol-0.14.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.3/.gitlab-ci.yml 
new/spice-protocol-0.14.4/.gitlab-ci.yml
--- old/spice-protocol-0.14.3/.gitlab-ci.yml1970-01-01 01:00:00.0 
+0100
+++ new/spice-protocol-0.14.4/.gitlab-ci.yml2022-02-10 10:13:13.734174000 
+0100
@@ -0,0 +1,25 @@
+image: fedora:latest
+
+variables:
+  DEPS_COMMON: git gcc redhat-rpm-config
+   meson ninja-build gtk-doc glib2-devel
+   gettext gettext-devel bzip2 rpmlint rpm-build
+   mingw32-filesystem mingw64-filesystem
+
+before_script:
+- dnf install -y $DEPS_COMMON
+
+fedora:
+  script:
+# build project and distribution
+- meson --buildtype=release build-default
+- ninja -C build-default
+- ninja -C build-default dist
+# check SPEC file
+- rpmlint spice-protocol.spec
+# check the SPEC version and project (in meson.build) are the same
+- "VER_SPEC=$(sed '/^Version:/!d; s/.*: \\+//' < spice-protocol.spec)"
+- "VER_PROJECT=$(sed '/version/ { s/.*'\\''\\(.*\\)'\\''.*/\\1/; q }; d' < 
meson.build)"
+- "test \"x$VER_SPEC\" = \"x$VER_PROJECT\""
+# build RPM from tarball generate
+- rpmbuild -ta build-default/meson-dist/spice-protocol*.tar.xz
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.3/.gitpublish 
new/spice-protocol-0.14.4/.gitpublish
--- old/spice-protocol-0.14.3/.gitpublish   1970-01-01 01:00:00.0 
+0100
+++ new/spice-protocol-0.14.4/.gitpublish   2022-02-10 10:13:13.734174000 
+0100
@@ -0,0 +1,4 @@
+[gitpublishprofile "default"]
+to = spice-de...@lists.freedesktop.org
+prefix = PATCH spice-protocol
+signoff = true
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.3/CHANGELOG.md 
new/spice-protocol-0.14.4/CHANGELOG.md
--- old/spice-protocol-0.14.3/CHANGELOG.md  2020-09-30 12:02:19.0 
+0200
+++ new/spice-protocol-0.14.4/CHANGELOG.md  2022-02-10 10:13:13.735174200 
+0100
@@ -1,3 +1,8 @@
+Major changes in 0.14.4
+===
+* Fix enum deprecation warning for visual studio
+* Fix documentation typos in stream-device.h
+
 Major changes in 0.14.3
 ===
 * Add VD_AGENT_CLIPBOARD_FILE_LIST to support copy/paste of files with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/spice-protocol-0.14.3/docs/how_to_release.md 
new/spice-protocol-0.14.4/docs/how_to_release.md
--- old/spice-protocol-0.14.3/docs/how_to_release.md1970-01-01 
01:00:00.0 +0100
+++ new/spice-protocol-0.14.4/docs/how_to_release.md2022-02-10 
10:13:13.735174200 +0100
@@ -0,0 +1,27 @@
+How to do a SPICE protocol release
+==
+
+Some notes to prepare a release, not really strict but better to have in order
+to avoid forgetting