diff --git a/libedit-20141030-3.1.tar.gz b/libedit-20141030-3.1.tar.gz deleted file mode 100644 index 5780e3e..0000000 --- a/libedit-20141030-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9701e16570fb8f7fa407b506986652221b701a9dd61defc05bb7d1c61cdf5a40 -size 484107 diff --git a/libedit-20150325-3.1.tar.gz b/libedit-20150325-3.1.tar.gz new file mode 100644 index 0000000..7da5fc6 --- /dev/null +++ b/libedit-20150325-3.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c88a5e4af83c5f40dda8455886ac98923a9c33125699742603a88a0253fcc8c5 +size 502792 diff --git a/libedit.changes b/libedit.changes index 4b0789f..5cce068 100644 --- a/libedit.changes +++ b/libedit.changes @@ -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 diff --git a/libedit.spec b/libedit.spec index 644b08f..3c3ef51 100644 --- a/libedit.spec +++ b/libedit.spec @@ -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