SHA256
1
0
forked from pool/xclipboard

Accepting request 988368 from X11:XOrg

- Update to version 1.1.4:
  * configure: Drop AM_MAINTAINER_MODE
  * autogen.sh: Honor NOCONFIGURE=1
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * gitlab CI: add a basic build test
  * Build xz tarballs instead of bzip2
  * Use _CONST_X_STRING to make libXt declare String as const char *
  * Fix another -Wdiscarded-qualifiers warning
  * Fix a -Wformat-truncation warning
  * NewCurrentClipContents: fix a -Wnull-dereference warning
  * NewClip: use calloc instead of manually setting values to 0 after malloc
  * autogen.sh: use quoted string variables
  * autogen: add default patch prefix
  * autogen.sh: use exec instead of waiting for configure to finish

OBS-URL: https://build.opensuse.org/request/show/988368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xclipboard?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-07-11 17:09:57 +00:00 committed by Git OBS Bridge
commit f1e688897f
4 changed files with 28 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5
size 132406

3
xclipboard-1.1.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f43d4560d1464e8ff58e850212f6bdb703989b66d599fb61f351b5f9e077f253
size 128912

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Jul 11 12:07:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
- Update to version 1.1.4:
* configure: Drop AM_MAINTAINER_MODE
* autogen.sh: Honor NOCONFIGURE=1
* Update README for gitlab migration
* Update configure.ac bug URL for gitlab migration
* gitlab CI: add a basic build test
* Build xz tarballs instead of bzip2
* Use _CONST_X_STRING to make libXt declare String as const char *
* Fix another -Wdiscarded-qualifiers warning
* Fix a -Wformat-truncation warning
* NewCurrentClipContents: fix a -Wnull-dereference warning
* NewClip: use calloc instead of manually setting values to 0 after malloc
* autogen.sh: use quoted string variables
* autogen: add default patch prefix
* autogen.sh: use exec instead of waiting for configure to finish
-------------------------------------------------------------------
Thu Sep 12 20:09:30 UTC 2013 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package xclipboard
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# 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
@ -12,18 +12,18 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: xclipboard
Version: 1.1.3
Version: 1.1.4
Release: 0
Summary: X clipboard client
License: MIT
Group: System/X11/Utilities
Url: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
URL: http://xorg.freedesktop.org/
Source0: http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.xz
Source1: xclipboard.desktop
Source2: xclipboard.png
BuildRequires: pkg-config
@ -60,7 +60,7 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xclipboard.png
%files
%defattr(-,root,root)
%doc ChangeLog COPYING README
%doc ChangeLog COPYING README.md
%{_bindir}/xclipboard
%{_bindir}/xcutsel
%{_datadir}/applications/xclipboard.desktop