From 74a150e2ecb56a0005355fbac840917a0eb2823b1560f317b0a97cdb8ed34e03 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 18 Feb 2018 11:19:19 +0000 Subject: [PATCH] Accepting request 577663 from home:avindra - Update to version 1.13: * New unstable protocol: Input timestamps, a protocol for providing high resolution timestamps to input events. See commit 4f789286e4ab7f6fecc2ccb895d79362a9b2382a and protocol XML file for details. - use https urls OBS-URL: https://build.opensuse.org/request/show/577663 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wayland-protocols?expand=0&rev=34 --- wayland-protocols-1.12.tar.xz | 3 --- wayland-protocols-1.12.tar.xz.sig | Bin 543 -> 0 bytes wayland-protocols-1.13.tar.xz | 3 +++ wayland-protocols-1.13.tar.xz.sig | Bin 0 -> 543 bytes wayland-protocols.changes | 10 ++++++++++ wayland-protocols.spec | 10 +++++----- 6 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 wayland-protocols-1.12.tar.xz delete mode 100644 wayland-protocols-1.12.tar.xz.sig create mode 100644 wayland-protocols-1.13.tar.xz create mode 100644 wayland-protocols-1.13.tar.xz.sig diff --git a/wayland-protocols-1.12.tar.xz b/wayland-protocols-1.12.tar.xz deleted file mode 100644 index 0092bac..0000000 --- a/wayland-protocols-1.12.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b19e8a9e1e19474756a7069db23b90ca9b8ebb438448c6063b4a7fc89b7c8b2 -size 98920 diff --git a/wayland-protocols-1.12.tar.xz.sig b/wayland-protocols-1.12.tar.xz.sig deleted file mode 100644 index 777bc3a959b2b1e65166ea23d43de54e5d6f088677bfb5f7cf9a2345358fc4d7..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 543 zcmV+)0^t3L0vrSY0RjL91p-)f0uU6kTt>%}%aJPT=#=Q2$ z%L>|4@r=kcwHQx|*Tf5MU1(j(z_p<-jgAT>kPAT*C@iEmhp2It?ZlC<1*~6o|7*4D z8wsjw07MA=Ti)bS`%7&;Pz;5Bnj>EgYT%zCbMOQ1-=}0L_dv~Tb+#y2TOO{F^9?R$ z_qjx#15r>I&KJYD&tp0719fj$s#O;TD=pM!G7u|dD@i+?rq<+q-2MKH$t%OoY(PH* z<6w%RTNEizIeU;4ainFMUw*9X$^>VTMJR}#McQvB=a;JxZb8}UgSv;PcXI$Sgl@LG hmE^JkBtrMQ;3fx8IVVz!XVVskc}-GxbIUfD^^ z*TBkb?bz2FC+CtU0(pf>lydUTQ)}icWk9TuhbQB>C^_JS-j4->YwLeRX>yvY^rAyY z_H`eDjBZg13i(qmd@6?*?vV*bYjW!=%PI!#PK?M&7?$?H#@ljEZebyW;&v~}qHu690izbD8!dg{W>BCBlZ8ZV?e|j(~ zS-Wi@d8q+UeO{xgZ`cl%-RpY-jm85=XeK}>dKQH*7OIXqO%2& hJN0QnU~C)e`$Raq55MiEkLRcEIy=H)Uw!+DeRt!}1jqmY literal 0 HcmV?d00001 diff --git a/wayland-protocols.changes b/wayland-protocols.changes index fdd28f6..136ff76 100644 --- a/wayland-protocols.changes +++ b/wayland-protocols.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Feb 18 02:55:00 UTC 2018 - avindra@opensuse.org + +- Update to version 1.13: + * New unstable protocol: Input timestamps, a protocol for + providing high resolution timestamps to input events. See + commit 4f789286e4ab7f6fecc2ccb895d79362a9b2382a and protocol + XML file for details. +- use https urls + ------------------------------------------------------------------- Thu Dec 28 21:58:28 UTC 2017 - zaitor@opensuse.org diff --git a/wayland-protocols.spec b/wayland-protocols.spec index 248da3e..0005b04 100644 --- a/wayland-protocols.spec +++ b/wayland-protocols.spec @@ -1,7 +1,7 @@ # # spec file for package wayland-protocols # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2015 Bjørn Lie, Bryne, Norway. # # All modifications and additions to the file contributed by third parties @@ -18,14 +18,14 @@ Name: wayland-protocols -Version: 1.12 +Version: 1.13 Release: 0 Summary: Wayland protocols that adds functionality not available in the core protocol License: MIT Group: Development/Libraries/C and C++ -Url: http://wayland.freedesktop.org/ -Source: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz -Source2: http://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig +Url: https://wayland.freedesktop.org/ +Source: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz +Source2: https://wayland.freedesktop.org/releases/%{name}-%{version}.tar.xz.sig Source3: %{name}.keyring BuildRequires: pkgconfig BuildRequires: pkgconfig(wayland-scanner)