Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libedit for openSUSE:Factory checked 
in at 2021-12-13 20:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libedit (Old)
 and      /work/SRC/openSUSE:Factory/.libedit.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libedit"

Mon Dec 13 20:41:56 2021 rev:32 rq:936266 version:20210910.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libedit/libedit.changes  2020-07-26 
16:17:16.152691865 +0200
+++ /work/SRC/openSUSE:Factory/.libedit.new.2520/libedit.changes        
2021-12-13 20:46:39.968501761 +0100
@@ -1,0 +2,8 @@
+Sun Dec  5 21:43:39 UTC 2021 - Dirk M??ller <[email protected]>
+
+- update to 20210910:
+  * all: sync with upstream source
+  * see http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
+- drop libedit-20180525-manpage-conflicts.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  libedit-20190324-3.1.tar.gz

New:
----
  libedit-20210910-3.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libedit.spec ++++++
--- /var/tmp/diff_new_pack.x3XwDc/_old  2021-12-13 20:46:40.476501823 +0100
+++ /var/tmp/diff_new_pack.x3XwDc/_new  2021-12-13 20:46:40.484501824 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libedit
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,24 +16,20 @@
 #
 
 
-%define pkg_version 20190324-3.1
-%define soname 0
-%define library_name libedit%{soname}
+%define pkg_version 20210910-3.1
+%define sover 0
 Name:           libedit
-Version:        3.1.snap20180525
+Version:        20210910.3.1
 Release:        0
 Summary:        Command Line Editing and History Library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-URL:            http://www.thrysoee.dk/editline/
-Source:         http://thrysoee.dk/editline/libedit-%{pkg_version}.tar.gz
+URL:            https://www.thrysoee.dk/editline/
+Source0:        https://www.thrysoee.dk/editline/libedit-%{pkg_version}.tar.gz
 Source1:        README.SUSE
 Source2:        baselibs.conf
-# PATCH-FIX-UPSTREAM libedit-20180525-manpage-conflicts.patch
 Patch0:         libedit-20180525-manpage-conflicts.patch
-#BuildRequires:  gcc-c++
 # For patch0
-BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -44,13 +40,13 @@
 to be used by interactive programs that allow the user to type commands
 at a terminal prompt.
 
-%package -n %{library_name}
+%package -n libedit%{sover}
 Summary:        Command Line Editing and History Library
 Group:          System/Libraries
 Provides:       %{name} = %{version}-%{release}
 Obsoletes:      %{name} < %{version}
 
-%description -n %{library_name}
+%description -n libedit%{sover}
 libedit is a command line editing and history library. It is designed
 to be used by interactive programs that allow the user to type commands
 at a terminal prompt.
@@ -58,9 +54,9 @@
 %package -n libedit-devel
 Summary:        Development files for libedit
 Group:          Development/Libraries/C and C++
-Requires:       %{library_name} = %{version}
 Requires:       glibc-devel
-Provides:       %{library_name}-devel = %{version}-%{release}
+Requires:       libedit%{sover} = %{version}
+Provides:       libedit%{sover}-devel = %{version}-%{release}
 
 %description -n libedit-devel
 libedit is a command line editing and history library. It is designed
@@ -70,27 +66,26 @@
 This package holds the development files for libedit.
 
 %prep
-%setup -q -n %{name}-%{pkg_version}
+%autosetup -p1 -n %{name}-%{pkg_version}
 cp %{SOURCE1} .
-%patch0 -p1
 
 %build
 autoreconf -fiv
 %configure \
   --disable-static \
   --disable-silent-rules
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%post   -n %{library_name} -p /sbin/ldconfig
-%postun -n %{library_name} -p /sbin/ldconfig
+%post   -n libedit%{sover} -p /sbin/ldconfig
+%postun -n libedit%{sover} -p /sbin/ldconfig
 
-%files -n %{library_name}
-%{_libdir}/libedit.so.%{soname}
-%{_libdir}/libedit.so.%{soname}.*
+%files -n libedit%{sover}
+%{_libdir}/libedit.so.%{sover}
+%{_libdir}/libedit.so.%{sover}.*
 %{_mandir}/man5/editrc.5%{?ext_man}
 %license COPYING
 %doc ChangeLog

++++++ libedit-20180525-manpage-conflicts.patch ++++++
--- /var/tmp/diff_new_pack.x3XwDc/_old  2021-12-13 20:46:40.552501832 +0100
+++ /var/tmp/diff_new_pack.x3XwDc/_new  2021-12-13 20:46:40.556501833 +0100
@@ -8,9 +8,10 @@
 file conflicts with readline-doc.
 
 ---
-diff -up libedit-20180525-3.1/doc/Makefile.am.orig 
libedit-20180525-3.1/doc/Makefile.am
---- libedit-20180525-3.1/doc/Makefile.am.orig  2018-08-06 11:37:52.160085685 
+0200
-+++ libedit-20180525-3.1/doc/Makefile.am       2018-08-06 11:39:04.352082128 
+0200
+Index: libedit-20210910-3.1/doc/Makefile.am
+===================================================================
+--- libedit-20210910-3.1.orig/doc/Makefile.am
++++ libedit-20210910-3.1/doc/Makefile.am
 @@ -20,14 +20,14 @@ EL_MAN_LINKS = \
                el_resize.3 \
                el_set.3 \

++++++ libedit-20190324-3.1.tar.gz -> libedit-20210910-3.1.tar.gz ++++++
++++ 20721 lines of diff (skipped)

Reply via email to