Hello community, here is the log from the commit of package mISDNuser for openSUSE:Factory checked in at 2019-09-02 13:26:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mISDNuser (Old) and /work/SRC/openSUSE:Factory/.mISDNuser.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mISDNuser" Mon Sep 2 13:26:15 2019 rev:21 rq:727475 version:2.1.0+2.0.22+git6 Changes: -------- --- /work/SRC/openSUSE:Factory/mISDNuser/mISDNuser.changes 2017-06-08 15:04:34.757676763 +0200 +++ /work/SRC/openSUSE:Factory/.mISDNuser.new.7948/mISDNuser.changes 2019-09-02 13:26:17.685301756 +0200 @@ -1,0 +2,11 @@ +Sat Aug 24 14:13:22 UTC 2019 - Jan Engelhardt <[email protected]> + +- Update to new snapshot 2.1.0+2.0.22+git6 (d6818dd9a) + * mISDNcapid: Add experimental partial early B3 support. + * mISDNcapid: Parse B channel id first from message then its + included IEs. + * Add LLC logging + * Create signal handler for capi20: SIGHUP re-opens debug log file. + * Fix possible buffer overflows detected by newer GCC versions. + +------------------------------------------------------------------- Old: ---- mISDNuser-2.1.0.tar.xz New: ---- mISDNuser-2.1.0+2.0.22+git6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mISDNuser.spec ++++++ --- /var/tmp/diff_new_pack.2NlyCn/_old 2019-09-02 13:26:18.177301664 +0200 +++ /var/tmp/diff_new_pack.2NlyCn/_new 2019-09-02 13:26:18.181301663 +0200 @@ -1,7 +1,7 @@ # # spec file for package mISDNuser # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,26 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mISDNuser -Version: 2.1.0 +Version: 2.1.0+2.0.22+git6 Release: 0 Summary: Tools and library for mISDN -License: GPL-2.0 and LGPL-2.1 +License: GPL-2.0-only AND LGPL-2.1-only Group: Hardware/ISDN -Url: http://misdn.org/ +URL: https://github.com/ISDN4Linux/mISDNuser -#Changelog: http://misdn.org/index.php/MISDN_Release_Notes -# There seem to be no tarballs. Hence generated from git. Source: %name-%version.tar.xz BuildRequires: autoconf >= 2.63 BuildRequires: automake +BuildRequires: flex BuildRequires: libtool >= 2 BuildRequires: xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package contains libmisdn and some tools to use the mISDN driver. @@ -54,7 +52,7 @@ mISDNuser development. %prep -%setup -q +%autosetup -p1 %build if [ ! -e configure ]; then @@ -68,24 +66,24 @@ %install %make_install -find "%buildroot/%_libdir" -type f -name "*.la" -delete; +b="%buildroot" +find "$b/%_libdir" -type f -name "*.la" -delete +mkdir -p "$b/%_prefix/lib/udev/rules.d" +mv "$b/etc/udev/rules.d"/* "$b/%_prefix/lib/udev/rules.d/" %post -n libmisdn1 -p /sbin/ldconfig - %postun -n libmisdn1 -p /sbin/ldconfig %files -%defattr(-,root,root) -%config %_sysconfdir/udev +%_sysconfdir/misdn*conf %_bindir/* %_sbindir/* +%_prefix/lib/udev/ %files -n libmisdn1 -%defattr(-,root,root) %_libdir/libmisdn.so.1* %files devel -%defattr(-,root,root) %_includedir/mISDN/ %_libdir/*.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.2NlyCn/_old 2019-09-02 13:26:18.209301658 +0200 +++ /var/tmp/diff_new_pack.2NlyCn/_new 2019-09-02 13:26:18.209301658 +0200 @@ -1,9 +1,12 @@ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> - <param name="url">git://git.misdn.eu/mISDNuser</param> - <param name="revision">v2.1.0</param> - <param name="versionformat">2.1.0</param> + <!-- old: git://git.misdn.eu/mISDNuser --> + <param name="url">https://github.com/ISDN4Linux/mISDNuser</param> + <param name="revision">master</param> + <param name="parent-tag">v2.0.22</param> + <!-- 2.0.22 tag was made after 2.1.0 on practically the same branch, go figure --> + <param name="versionformat">2.1.0+2.0.22+git@TAG_OFFSET@</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param>
