From d9069cfa4cbcd5b262fb44332be2c1938f97c80136d5baa8ec7c10ad93a4a4f0 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 27 Feb 2015 09:53:10 +0000 Subject: [PATCH] Accepting request 287993 from home:pluskalm:branches:devel:libraries:c_c++ - Update to 20141030-3.1 * version-info: 0:52:0 * all: sync with upstream source * configura.ac: Fix posix shell portability issue. OBS-URL: https://build.opensuse.org/request/show/287993 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=51 --- libedit-20140620-3.1.tar.gz | 3 --- libedit-20141030-3.1.tar.gz | 3 +++ libedit.changes | 8 ++++++++ libedit.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 libedit-20140620-3.1.tar.gz create mode 100644 libedit-20141030-3.1.tar.gz diff --git a/libedit-20140620-3.1.tar.gz b/libedit-20140620-3.1.tar.gz deleted file mode 100644 index a429a30..0000000 --- a/libedit-20140620-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a22b9b2a8cf4aec9ff51a57e8c848b69640d0195282159d245d8137a19bfcaf2 -size 483857 diff --git a/libedit-20141030-3.1.tar.gz b/libedit-20141030-3.1.tar.gz new file mode 100644 index 0000000..5780e3e --- /dev/null +++ b/libedit-20141030-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40 +size 484107 diff --git a/libedit.changes b/libedit.changes index 7fea1bb..4b0789f 100644 --- a/libedit.changes +++ b/libedit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Feb 26 18:40:47 UTC 2015 - mpluskal@suse.com + +- Update to 20141030-3.1 + * version-info: 0:52:0 + * all: sync with upstream source + * configura.ac: Fix posix shell portability issue. + ------------------------------------------------------------------- Mon Jul 28 14:48:16 UTC 2014 - mrueckert@suse.de diff --git a/libedit.spec b/libedit.spec index 29df68c..644b08f 100644 --- a/libedit.spec +++ b/libedit.spec @@ -1,7 +1,7 @@ # # spec file for package libedit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: libedit -Version: 3.1.snap20140620 +Version: 3.1.snap20141030 Release: 0 %define pkg_name libedit -%define pkg_version 20140620-3.1 +%define pkg_version 20141030-3.1 # # BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -74,7 +74,7 @@ at a terminal prompt. This package holds the development files for libedit. %prep -%setup -q -n %{pkg_name}-%{pkg_version} +%setup -q -n %{pkg_name}-20141029-3.1 %{__cp} %{S:1} . %patch2 %patch3