From 2f66332114e90986b249dea861b6a75955f23bbbf3ee4739b8b5157d8e559213 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Fri, 13 Sep 2013 10:24:47 +0000 Subject: [PATCH] Accepting request 198772 from home:Zaitor:branches:X11:XOrg Update to ver 1.1.3 OBS-URL: https://build.opensuse.org/request/show/198772 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xclipboard?expand=0&rev=4 --- xclipboard-1.1.2.tar.bz2 | 3 --- xclipboard-1.1.3.tar.bz2 | 3 +++ xclipboard.changes | 15 +++++++++++++++ xclipboard.spec | 12 +++++++----- 4 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 xclipboard-1.1.2.tar.bz2 create mode 100644 xclipboard-1.1.3.tar.bz2 diff --git a/xclipboard-1.1.2.tar.bz2 b/xclipboard-1.1.2.tar.bz2 deleted file mode 100644 index 8feafe2..0000000 --- a/xclipboard-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f3b12da1eae4ed24883d8a5633b6150a0291deede818aeb5c9e827599b6429e -size 124971 diff --git a/xclipboard-1.1.3.tar.bz2 b/xclipboard-1.1.3.tar.bz2 new file mode 100644 index 0000000..2a0b4d7 --- /dev/null +++ b/xclipboard-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 +size 132406 diff --git a/xclipboard.changes b/xclipboard.changes index 5a0370b..fca2b7a 100644 --- a/xclipboard.changes +++ b/xclipboard.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 12 20:09:30 UTC 2013 - zaitor@opensuse.org + +- Update to version 1.1.3: + + Fix some size/sign conversion warnings from clang. + + Delete trailing whitespace from source files. + + Replace malloc(strlen)+strcpy with strdup. + + Convert last sprintf to snprintf. + + Rename state argument to SetButton to not shadow global state + variable. + + Mark Quit functions as _X_NORETURN, as suggested by + -Wmissing-noreturn. + + Don't rely on being able to set tab stops. +- Add pkgconfig(xproto) BuildRequires, new dependency. + ------------------------------------------------------------------- Sat Apr 14 22:43:49 UTC 2012 - dimstar@opensuse.org diff --git a/xclipboard.spec b/xclipboard.spec index ba7bcb2..17f5c00 100644 --- a/xclipboard.spec +++ b/xclipboard.spec @@ -1,7 +1,7 @@ # # spec file for package xclipboard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,13 +15,14 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: xclipboard -Version: 1.1.2 -Release: 1 -License: MIT +Version: 1.1.3 +Release: 0 Summary: X clipboard client -Url: http://xorg.freedesktop.org/ +License: MIT Group: System/X11/Utilities +Url: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2 Source1: xclipboard.desktop Source2: xclipboard.png @@ -32,6 +33,7 @@ BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xkbfile) BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xorg-macros) >= 1.8 +BuildRequires: pkgconfig(xproto) >= 7.0.17 BuildRequires: pkgconfig(xt) # This was part of the xorg-x11 package up to version 7.6 Conflicts: xorg-x11 <= 7.6