diff --git a/xclipboard-1.1.3.tar.bz2 b/xclipboard-1.1.3.tar.bz2 deleted file mode 100644 index 2a0b4d7..0000000 --- a/xclipboard-1.1.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c0e0a1f4f1d49f73c6cf3ccd27b5ca0e18afc63679f1a1ee466b1d82446ebb5 -size 132406 diff --git a/xclipboard-1.1.4.tar.xz b/xclipboard-1.1.4.tar.xz new file mode 100644 index 0000000..1be48bc --- /dev/null +++ b/xclipboard-1.1.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43d4560d1464e8ff58e850212f6bdb703989b66d599fb61f351b5f9e077f253 +size 128912 diff --git a/xclipboard.changes b/xclipboard.changes index fca2b7a..9918b76 100644 --- a/xclipboard.changes +++ b/xclipboard.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jul 11 12:07:53 UTC 2022 - Stefan Dirsch + +- 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 diff --git a/xclipboard.spec b/xclipboard.spec index 17f5c00..e556707 100644 --- a/xclipboard.spec +++ b/xclipboard.spec @@ -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