Accepting request 1196223 from X11:XOrg
- Update to version 1.1.5 * gitlab CI: stop requiring Signed-off-by in commits * Fix -Wbad-function-cast warnings from casting Atom to void * * Handle -Wdiscarded-qualifiers warnings for XawTextBlock ptr * gitlab CI: Update build container contents * NewClip: error out if failed to allocate memory for new ClipRec OBS-URL: https://build.opensuse.org/request/show/1196223 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xclipboard?expand=0&rev=8
This commit is contained in:
commit
fae9639ff0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f43d4560d1464e8ff58e850212f6bdb703989b66d599fb61f351b5f9e077f253
|
||||
size 128912
|
3
xclipboard-1.1.5.tar.xz
Normal file
3
xclipboard-1.1.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e47a4e18a88d47b14e8eb61a5f298687624a38f9decee9988d8b51a20514c45
|
||||
size 132420
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 27 08:01:52 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 1.1.5
|
||||
* gitlab CI: stop requiring Signed-off-by in commits
|
||||
* Fix -Wbad-function-cast warnings from casting Atom to void *
|
||||
* Handle -Wdiscarded-qualifiers warnings for XawTextBlock ptr
|
||||
* gitlab CI: Update build container contents
|
||||
* NewClip: error out if failed to allocate memory for new ClipRec
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 11 12:07:53 UTC 2022 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xclipboard
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xclipboard
|
||||
Version: 1.1.4
|
||||
Version: 1.1.5
|
||||
Release: 0
|
||||
Summary: X clipboard client
|
||||
License: MIT
|
||||
@ -60,7 +60,8 @@ install -m0644 -D %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/xclipboard.png
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc ChangeLog COPYING README.md
|
||||
%doc ChangeLog README.md
|
||||
%license COPYING
|
||||
%{_bindir}/xclipboard
|
||||
%{_bindir}/xcutsel
|
||||
%{_datadir}/applications/xclipboard.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user