- Update to 20150325-3.1

* version info: 0:53:0
  * all: sync with upstream source
  * configure.ac: Fix posix shell portability issue.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libedit?expand=0&rev=53
This commit is contained in:
Ismail Dönmez 2015-06-19 12:06:31 +00:00 committed by Git OBS Bridge
parent d9069cfa4c
commit 2118b4e98e
4 changed files with 21 additions and 12 deletions

View File

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

View File

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

View File

@ -1,10 +1,17 @@
-------------------------------------------------------------------
Fri Jun 19 12:01:55 UTC 2015 - idonmez@suse.com
- Update to 20150325-3.1
* version info: 0:53:0
* all: sync with upstream source
-------------------------------------------------------------------
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.
* configure.ac: Fix posix shell portability issue.
-------------------------------------------------------------------
Mon Jul 28 14:48:16 UTC 2014 - mrueckert@suse.de

View File

@ -17,10 +17,10 @@
Name: libedit
Version: 3.1.snap20141030
Version: 3.1.snap20150325
Release: 0
%define pkg_name libedit
%define pkg_version 20141030-3.1
%define pkg_version 20150325-3.1
#
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -74,22 +74,24 @@ at a terminal prompt.
This package holds the development files for libedit.
%prep
%setup -q -n %{pkg_name}-20141029-3.1
%{__cp} %{S:1} .
%setup -q -n %{pkg_name}-%{pkg_version}
cp %{S:1} .
%patch2
%patch3
%patch4 -p1
%build
NOCONFIGURE=1 autoreconf -fiv
%configure --disable-static --with-pic \
--disable-silent-rules \
--enable-widec
%configure --disable-static \
--with-pic \
--disable-silent-rules \
--enable-widec
make %{?_smp_mflags}
%install
%makeinstall
%__rm "%{buildroot}%{_libdir}"/*.la
rm "%{buildroot}%{_libdir}"/*.la
%check
make check