commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-11-02 09:44:06 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463 (New) Package is "gtk-layer-shell" Mon Nov 2 09:44:06 2020 rev:7 rq:845362 version:0.5.1 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-10-29 09:23:37.542763656 +0100 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463/gtk-layer-shell.changes 2020-11-02 09:44:32.921849162 +0100 @@ -1,0 +2,6 @@ +Mon Nov 2 06:52:59 UTC 2020 - Michael Vetter + +- Update to 0.5.1: + * Tests: fix integration test timeout on GTK v3.24.23 (#91) + +--- Old: v0.5.0.tar.gz New: v0.5.1.tar.gz Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.eBGRXa/_old 2020-11-02 09:44:33.557849772 +0100 +++ /var/tmp/diff_new_pack.eBGRXa/_new 2020-11-02 09:44:33.561849776 +0100 @@ -17,7 +17,7 @@ Name: gtk-layer-shell -Version:0.5.0 +Version:0.5.1 Release:0 Summary:Library to create desktop components for Wayland License:MIT AND LGPL-3.0-or-later AND GPL-3.0-or-later @@ -91,7 +91,7 @@ %license LICENSE_MIT.txt LICENSE_LGPL.txt %doc README.md %{_libdir}/libgtk-layer-shell.so.0 -%{_libdir}/libgtk-layer-shell.so.0.?.0 +%{_libdir}/libgtk-layer-shell.so.0.?.? %files -n gtk-layer-shell-devel %{_libdir}/libgtk-layer-shell.so ++ v0.5.0.tar.gz -> v0.5.1.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk-layer-shell-0.5.0/CHANGELOG.md new/gtk-layer-shell-0.5.1/CHANGELOG.md --- old/gtk-layer-shell-0.5.0/CHANGELOG.md 2020-10-29 05:29:13.0 +0100 +++ new/gtk-layer-shell-0.5.1/CHANGELOG.md 2020-11-01 23:19:21.0 +0100 @@ -2,6 +2,9 @@ ## [Unreleased] +## [0.5.1] - 1 Nov 2020 +- Tests: fix integration test timeout on GTK v3.24.23 (fixes [#91](https://github.com/wmww/gtk-layer-shell/issues/91)) + ## [0.5.0] - 28 Oct 2020 - API: add getters for all properties (fixes [#56](https://github.com/wmww/gtk-layer-shell/issues/56)) - API: add `gtk_layer_is_supported()` (fixes [#83](https://github.com/wmww/gtk-layer-shell/issues/83)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk-layer-shell-0.5.0/compatibility.md new/gtk-layer-shell-0.5.1/compatibility.md --- old/gtk-layer-shell-0.5.0/compatibility.md 2020-10-29 05:29:13.0 +0100 +++ new/gtk-layer-shell-0.5.1/compatibility.md 2020-11-01 23:19:21.0 +0100 @@ -10,4 +10,5 @@ | __v0.3.0__ | v3.20.0 - v3.24.22 | v3.24.23 | - | | __v0.4.0__ | v3.20.0 - v3.24.23 | v3.24.23 | - | | __v0.5.0__ | v3.20.0 - v3.24.23 | v3.24.23 | - | +| __v0.5.1__ | v3.20.0 - v3.24.23 | v3.24.23 | - | | __master__ | v3.20.0 - v3.24.23 | v3.24.23 | - | diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk-layer-shell-0.5.0/meson.build new/gtk-layer-shell-0.5.1/meson.build --- old/gtk-layer-shell-0.5.0/meson.build 2020-10-29 05:29:13.0 +0100 +++ new/gtk-layer-shell-0.5.1/meson.build 2020-11-01 23:19:21.0 +0100 @@ -1,6 +1,6 @@ project('gtk-layer-shell', ['c'], -version: '0.5.0', +version: '0.5.1', license: 'LGPLv3', meson_version: '>=0.45.1', default_options: ['c_std=gnu11', 'warning_level=3']) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtk-layer-shell-0.5.0/test/check-licenses.py new/gtk-layer-shell-0.5.1/test/check-licenses.py --- old/gtk-layer-shell-0.5.0/test/check-licenses.py2020-10-29 05:29:13.0 +0100 +++ new/gtk-layer-shell-0.5.1/test/check-licenses.py2020-11-01 23:19:21.0 +0100 @@ -21,7 +21,7 @@ import re logger = logging.getLogger(__name__) -logging.basicConfig(level=logging.INFO) +logging.basicConfig(level=logging.WARNING) toplevel_dirs = ['demo', 'example', 'gtk-priv', 'include', 'src', 'test'] ignore_patterns_file = 'test/license-ignore.txt' @@ -145,18 +145,18 @@ mit_example = canonify_str(MIT_EXAMPLE) lgpl3_example = canonify_str(LGPL3_EXAMPLE) for p in all_files: -contents = load_file(path.join(get_project_root(), p)) -found = 0 -if mit_example in contents: -mit_files.append(p) -found += 1 -if lgpl3_example in contents: -lgpl3_files.append(p) -found += 1 -if found > 1: -multiples_files.append(p) -
commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-10-29 09:23:29 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463 (New) Package is "gtk-layer-shell" Thu Oct 29 09:23:29 2020 rev:6 rq:844723 version:0.5.0 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-10-22 14:26:55.463000322 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463/gtk-layer-shell.changes 2020-10-29 09:23:37.542763656 +0100 @@ -1,0 +2,14 @@ +Thu Oct 29 07:51:54 UTC 2020 - Michael Vetter + +- Update to 0.5.0: + * API: add getters for all properties (fixes #56) + * API: add gtk_layer_is_supported() (fixes #83) + * API: add gtk_layer_is_layer_window(window) + * Docs: add Since: annotations for functions added since the +initial release (fixes #82) + * Fix: accept non-1 true boolean values + * Tests: fix license test for release tarball (fixes #73) + * Tests: test popup with grab (the most likely thing to break +on an incompatible GTK version) (fixes #68) + +--- Old: v0.4.0.tar.gz New: v0.5.0.tar.gz Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.I3JxZh/_old 2020-10-29 09:23:38.654764722 +0100 +++ /var/tmp/diff_new_pack.I3JxZh/_new 2020-10-29 09:23:38.658764726 +0100 @@ -17,7 +17,7 @@ Name: gtk-layer-shell -Version:0.4.0 +Version:0.5.0 Release:0 Summary:Library to create desktop components for Wayland License:MIT AND LGPL-3.0-or-later AND GPL-3.0-or-later ++ v0.4.0.tar.gz -> v0.5.0.tar.gz ++ 2328 lines of diff (skipped)
commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-10-22 14:26:02 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463 (New) Package is "gtk-layer-shell" Thu Oct 22 14:26:02 2020 rev:5 rq:843371 version:0.4.0 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-09-18 16:43:49.770182091 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3463/gtk-layer-shell.changes 2020-10-22 14:26:55.463000322 +0200 @@ -1,0 +2,16 @@ +Thu Oct 22 08:32:00 UTC 2020 - Michael Vetter + +- Update to 0.4.0: + * Demo: show GTK Layer Shell version + * Demo: fix initially set auto-exclusive zone and fixed size +properties (fixes #64) + * API: expose GTK Layer Shell version + * API: expose the underlying layer shell surface (fixes #41) + * Tests: add mock server + * Tests: add integration tests (fixes #60) + * Diagnostics: remove "transient_for != window transient_for" warning + * Diagnostics: improve warning when GTK version may not work by +linking to a compatibility table (fixes #66) + * Compat: bump supported GTK to v3.24.23 + +--- Old: v0.3.0.tar.gz New: v0.4.0.tar.gz Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.k7H1vJ/_old 2020-10-22 14:26:55.967000774 +0200 +++ /var/tmp/diff_new_pack.k7H1vJ/_new 2020-10-22 14:26:55.967000774 +0200 @@ -17,7 +17,7 @@ Name: gtk-layer-shell -Version:0.3.0 +Version:0.4.0 Release:0 Summary:Library to create desktop components for Wayland License:MIT AND LGPL-3.0-or-later AND GPL-3.0-or-later ++ v0.3.0.tar.gz -> v0.4.0.tar.gz ++ 4119 lines of diff (skipped)
commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-09-18 16:43:40 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.4249 (New) Package is "gtk-layer-shell" Fri Sep 18 16:43:40 2020 rev:4 rq:827594 version:0.3.0 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-07-30 12:25:40.791577067 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.4249/gtk-layer-shell.changes 2020-09-18 16:43:49.770182091 +0200 @@ -1,0 +2,18 @@ +Tue Aug 18 13:05:57 UTC 2020 - Michael Vetter + +- Add GPL3 to Licenses + +--- +Thu Aug 13 07:38:54 UTC 2020 - Michael Vetter + +- Update to 0.3.0: + * Demo: Display GTK version + * Demo: Add option for disabling gtk-layer-shell for testing + * Fix intermittent crash relating to popovers (#51) + * Clarify that our license is LGPL version 3 or any later version + * Use system XDG Shell protocol when available + * Allow accessing the underlying layer shell surface +(EDIT: this change was accidentally omitted from the release) + * Bump explicitly supported GTK version to 3.24.22 + +--- Old: v0.2.0.tar.gz New: v0.3.0.tar.gz Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.6eynqY/_old 2020-09-18 16:43:56.622188432 +0200 +++ /var/tmp/diff_new_pack.6eynqY/_new 2020-09-18 16:43:56.622188432 +0200 @@ -17,10 +17,10 @@ Name: gtk-layer-shell -Version:0.2.0 +Version:0.3.0 Release:0 Summary:Library to create desktop components for Wayland -License:MIT AND LGPL-3.0-or-later +License:MIT AND LGPL-3.0-or-later AND GPL-3.0-or-later Group: System/GUI/Other URL:https://github.com/wmww/gtk-layer-shell Source: %{url}/archive/v%{version}.tar.gz ++ v0.2.0.tar.gz -> v0.3.0.tar.gz ++ 4240 lines of diff (skipped)
commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-07-30 12:25:33 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3592 (New) Package is "gtk-layer-shell" Thu Jul 30 12:25:33 2020 rev:3 rq:823299 version:0.2.0 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-04-29 20:53:46.933190268 +0200 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.3592/gtk-layer-shell.changes 2020-07-30 12:25:40.791577067 +0200 @@ -1,0 +2,12 @@ +Wed Jul 29 05:54:29 UTC 2020 - Michael Vetter + +- Update to 0.2.0: + * Relicense to LGPL v3 + * Fix long standing issue with popup grabs + * Fix potential compatibility issues between GTK versions with +gtk-priv headers + * Add GitHub Actions CI (just building and license check for now) + * Add script to check that are files are licensed correctly + * Use layer_surface->set_layer instead of remapping (when available) + +--- Old: gtk-layer-shell-0.1.0.tar.xz New: v0.2.0.tar.gz Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.OY3pzx/_old 2020-07-30 12:25:42.435580295 +0200 +++ /var/tmp/diff_new_pack.OY3pzx/_new 2020-07-30 12:25:42.439580303 +0200 @@ -17,13 +17,13 @@ Name: gtk-layer-shell -Version:0.1.0 +Version:0.2.0 Release:0 Summary:Library to create desktop components for Wayland -License:MIT +License:MIT AND LGPL-3.0-or-later Group: System/GUI/Other URL:https://github.com/wmww/gtk-layer-shell -Source: %{url}/releases/download/v%{version}/gtk-layer-shell-%{version}.tar.xz +Source: %{url}/archive/v%{version}.tar.gz BuildRequires: gcc BuildRequires: meson >= 0.45.1 BuildRequires: ninja @@ -88,10 +88,10 @@ %postun -n libgtk-layer-shell0 -p /sbin/ldconfig %files -n libgtk-layer-shell0 -%license COPYING +%license LICENSE_MIT.txt LICENSE_LGPL.txt %doc README.md %{_libdir}/libgtk-layer-shell.so.0 -%{_libdir}/libgtk-layer-shell.so.0.1.0 +%{_libdir}/libgtk-layer-shell.so.0.?.0 %files -n gtk-layer-shell-devel %{_libdir}/libgtk-layer-shell.so
commit gtk-layer-shell for openSUSE:Factory
Hello community, here is the log from the commit of package gtk-layer-shell for openSUSE:Factory checked in at 2020-04-29 20:51:45 Comparing /work/SRC/openSUSE:Factory/gtk-layer-shell (Old) and /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.2738 (New) Package is "gtk-layer-shell" Wed Apr 29 20:51:45 2020 rev:2 rq:798821 version:0.1.0 Changes: --- /work/SRC/openSUSE:Factory/gtk-layer-shell/gtk-layer-shell.changes 2020-01-03 17:34:11.991210703 +0100 +++ /work/SRC/openSUSE:Factory/.gtk-layer-shell.new.2738/gtk-layer-shell.changes 2020-04-29 20:53:46.933190268 +0200 @@ -1,0 +2,5 @@ +Wed Apr 29 08:32:39 UTC 2020 - Michael Vetter + +- BuildRequire gobject introspection devel files correctly + +--- Other differences: -- ++ gtk-layer-shell.spec ++ --- /var/tmp/diff_new_pack.0KMu5c/_old 2020-04-29 20:53:48.957194904 +0200 +++ /var/tmp/diff_new_pack.0KMu5c/_new 2020-04-29 20:53:48.961194913 +0200 @@ -1,7 +1,7 @@ # # spec file for package gtk-layer-shell # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,6 @@ URL:https://github.com/wmww/gtk-layer-shell Source: %{url}/releases/download/v%{version}/gtk-layer-shell-%{version}.tar.xz BuildRequires: gcc -BuildRequires: gobject-introspection BuildRequires: meson >= 0.45.1 BuildRequires: ninja BuildRequires: pkgconfig @@ -34,6 +33,7 @@ BuildRequires: pkgconfig(gdk-broadway-3.0) BuildRequires: pkgconfig(gdk-wayland-3.0) BuildRequires: pkgconfig(gdk-x11-3.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(gtk+-broadway-3.0) BuildRequires: pkgconfig(gtk+-wayland-3.0)