Dominique Leuenberger 2021-06-03 22:34:07 +00:00 committed by Git OBS Bridge
commit c0ef05e5c0
4 changed files with 18 additions and 14 deletions

View File

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

3
autocutsel-0.10.1.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jun 3 16:26:16 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.10.1
+ fixed allocation error
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 18 11:15:22 UTC 2014 - p.drouand@gmail.com Thu Dec 18 11:15:22 UTC 2014 - p.drouand@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package autocutsel # spec file for package autocutsel
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2021 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,23 +12,22 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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: autocutsel Name: autocutsel
Url: http://www.nongnu.org/autocutsel/ URL: https://www.nongnu.org/autocutsel/
BuildRequires: pkgconfig(xaw7) BuildRequires: pkgconfig(xaw7)
BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xmu) BuildRequires: pkgconfig(xmu)
BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xt)
Version: 0.10.0 Version: 0.10.1
Release: 0 Release: 0
Summary: Clipboard / Cutbuffer management helper Summary: Clipboard / Cutbuffer management helper
License: GPL-2.0+ License: GPL-2.0-or-later
Group: System/X11/Utilities Group: System/X11/Utilities
Source: https://github.com/sigmike/autocutsel/releases/download/%{version}/%{name}-%{version}.tar.gz Source: https://github.com/sigmike/autocutsel/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
X servers use two schemes to copy text between applications. The first one X servers use two schemes to copy text between applications. The first one
@ -56,16 +55,15 @@ three "clipboards" are always kept synchronized.
%build %build
%configure %configure
make %{?_smp_mflags} %make_build
%install %install
make DESTDIR=$RPM_BUILD_ROOT install %make_install
%files %files
%defattr(-,root,root)
%doc COPYING %doc COPYING
/usr/bin/cutsel %{_bindir}/cutsel
/usr/bin/autocutsel %{_bindir}/autocutsel
%doc README %doc README
%changelog %changelog