Hello community,

here is the log from the commit of package osmo-pcu for openSUSE:Leap:15.2 
checked in at 2020-01-17 12:00:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/osmo-pcu (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.osmo-pcu.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-pcu"

Fri Jan 17 12:00:38 2020 rev:3 rq:763613 version:0.8.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/osmo-pcu/osmo-pcu.changes      2020-01-15 
15:37:46.855042561 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.osmo-pcu.new.26092/osmo-pcu.changes   
2020-01-17 12:00:38.808483090 +0100
@@ -1,0 +2,18 @@
+Sun Jan  5 11:47:20 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 0.8.0
+  * PTCCH: implement basic message codec and API
+  * BSSGP: do not reject SUSPEND ACK / NACK messages
+  * VTY: fix command 'show tbf all': properly filter TBFs
+  * Forward ETWS Primary Notification to MS
+  * Introduce osmo_tdef infra and timer VTY commands
+- Update to new upstream release 0.7.0
+  * Initial commit for OC-2G support.
+  * MCS: add Channel Coding Command encoder
+
+-------------------------------------------------------------------
+Mon Apr  1 23:23:02 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Reduce scriptlets' hard dependency on systemd.
+
+-------------------------------------------------------------------

Old:
----
  osmo-pcu-0.6.0.tar.xz

New:
----
  osmo-pcu-0.8.0.tar.xz

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

Other differences:
------------------
++++++ osmo-pcu.spec ++++++
--- /var/tmp/diff_new_pack.qizwsN/_old  2020-01-17 12:00:39.288483303 +0100
+++ /var/tmp/diff_new_pack.qizwsN/_new  2020-01-17 12:00:39.288483303 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package osmo-pcu
 #
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -12,12 +13,12 @@
 # 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:           osmo-pcu
-Version:        0.6.0
+Version:        0.8.0
 Release:        0
 Summary:        Osmocom GPRS Packet Control Unit (PCU)
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
@@ -30,11 +31,11 @@
 BuildRequires:  libtool
 BuildRequires:  pkgconfig >= 0.20
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  pkgconfig(libosmocore) >= 0.12.0
-BuildRequires:  pkgconfig(libosmogb) >= 0.12.0
-BuildRequires:  pkgconfig(libosmogsm) >= 0.12.0
-BuildRequires:  pkgconfig(libosmovty) >= 0.12.0
-%{?systemd_requires}
+BuildRequires:  pkgconfig(libosmocore) >= 1.3.0
+BuildRequires:  pkgconfig(libosmogb) >= 1.3.0
+BuildRequires:  pkgconfig(libosmogsm) >= 1.3.0
+BuildRequires:  pkgconfig(libosmovty) >= 1.3.0
+%{?systemd_ordering}
 
 %description
 Osmocom PCU code (RLC/MAC/PCU) for OpenBTS and OsmoBTS.
@@ -70,7 +71,7 @@
 %service_add_post %{name}.service
 
 %check
-make %{?_smp_mflags} check || (find . -name testsuite.log -exec cat {} +)
+make %{?_smp_mflags} check || find . -name testsuite.log -exec cat {} +
 
 %files
 %license COPYING
@@ -81,9 +82,5 @@
 %config(noreplace) %{_sysconfdir}/osmocom/osmo-pcu.cfg
 %{_unitdir}/%{name}.service
 %{_sbindir}/rc%{name}
-%dir %{_includedir}/osmocom
-%dir %{_includedir}/osmocom/pcu
-%{_includedir}/osmocom/pcu/pcuif_proto.h
-%{_libdir}/pkgconfig/osmo-pcu.pc
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.qizwsN/_old  2020-01-17 12:00:39.316483314 +0100
+++ /var/tmp/diff_new_pack.qizwsN/_new  2020-01-17 12:00:39.316483314 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-pcu</param>
-               <param name="parent-tag">0.6.0</param>
-               <param name="versionformat">0.6.0</param>
+               <param name="parent-tag">0.8.0</param>
+               <param name="versionformat">0.8.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-pcu-0.6.0.tar.xz -> osmo-pcu-0.8.0.tar.xz ++++++
++++ 21080 lines of diff (skipped)


Reply via email to