Accepting request 897249 from home:susnux:branches:X11:XOrg

Update to version 0.10.1

OBS-URL: https://build.opensuse.org/request/show/897249
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/autocutsel?expand=0&rev=16
This commit is contained in:
Stefan Dirsch 2021-06-03 17:37:53 +00:00 committed by Git OBS Bridge
parent 63e4e86a3d
commit 789943ec1e
4 changed files with 16 additions and 12 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) 2019 SUSE LINUX 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
@ -17,18 +17,17 @@
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-or-later 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