forked from pool/xclipboard
Accepting request 198901 from X11:XOrg
Update to ver 1.1.3 (forwarded request 198772 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/198901 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xclipboard?expand=0&rev=4
This commit is contained in:
commit
37074a93a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f3b12da1eae4ed24883d8a5633b6150a0291deede818aeb5c9e827599b6429e
|
||||
size 124971
|
3
xclipboard-1.1.3.tar.bz2
Normal file
3
xclipboard-1.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5
|
||||
size 132406
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user