Hello community,

here is the log from the commit of package osmo-iuh for openSUSE:Factory 
checked in at 2019-02-28 21:42:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/osmo-iuh (Old)
 and      /work/SRC/openSUSE:Factory/.osmo-iuh.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "osmo-iuh"

Thu Feb 28 21:42:35 2019 rev:5 rq:678107 version:0.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/osmo-iuh/osmo-iuh.changes        2019-01-10 
15:22:50.022361957 +0100
+++ /work/SRC/openSUSE:Factory/.osmo-iuh.new.28833/osmo-iuh.changes     
2019-02-28 21:42:37.433545073 +0100
@@ -1,0 +2,14 @@
+Thu Feb 21 19:39:50 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to new upstream release 0.4.0
+  * add a VTY command which shows a specific HNB
+  * hnbgw: vty: add SCCP related vty commands
+  * fix decoding of incoming X.213 NSAP addr
+  * Full changelog:
+    http://git.osmocom.org/osmo-iuh/plain/debian/changelog?h=0.4.0
+- Remove patches (fixed upstream):
+  * 0001-fix-return-values.patch
+  * reproducible.patch
+- Package service file
+
+-------------------------------------------------------------------

Old:
----
  0001-fix-return-values.patch
  osmo-iuh-0.3.0.tar.xz
  reproducible.patch

New:
----
  osmo-iuh-0.4.0.tar.xz

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

Other differences:
------------------
++++++ osmo-iuh.spec ++++++
--- /var/tmp/diff_new_pack.QMWfKc/_old  2019-02-28 21:42:38.161544762 +0100
+++ /var/tmp/diff_new_pack.QMWfKc/_new  2019-02-28 21:42:38.165544761 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package osmo-iuh
 #
-# Copyright (c) 2018 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
@@ -18,16 +18,14 @@
 
 Name:           osmo-iuh
 %define lname  libosmo-ranap2
-Version:        0.3.0
+Version:        0.4.0
 Release:        0
 Summary:        Osmocom code for the Iuh interface (HNBAP, RUA, RANAP)
 License:        AGPL-3.0-or-later AND GPL-2.0-or-later
 Group:          Hardware/Mobile
 Url:            https://osmocom.org/projects/osmohnbgw/wiki
 Source:         %name-%version.tar.xz
-Patch1:         0001-fix-return-values.patch
 Patch3:         0001-iu_client-uses-gprs_msgb.h.patch
-Patch4:         reproducible.patch
 BuildRequires:  automake >= 1.9
 BuildRequires:  libtool >= 2
 BuildRequires:  lksctp-tools-devel
@@ -69,13 +67,19 @@
 %autosetup -p1
 
 %build
+echo "%version" >.tarball-version
 autoreconf -fi
-%configure --disable-static --docdir="%_docdir/%name"
+%configure \
+    --disable-static \
+    --docdir="%_docdir/%name" \
+    --with-systemdsystemunitdir="%_unitdir"
 make %{?_smp_mflags}
 
 %install
 %make_install
 find "%buildroot" -type f -name "*.la" -delete -print
+install -d %buildroot/%_sbindir
+ln -s %_sbindir/service %buildroot/%_sbindir/rcosmo-hnbgw
 
 %check
 if ! make %{?_smp_mflags} check; then
@@ -87,12 +91,25 @@
 
 %post   -n %lname -p /sbin/ldconfig
 %postun -n %lname -p /sbin/ldconfig
+%pre
+%service_add_pre    osmo-hnbgw.service
+%post
+%service_add_post   osmo-hnbgw.service
+%preun
+%service_del_preun  osmo-hnbgw.service
+%postun
+%service_del_postun osmo-hnbgw.service
 
 %files
-%doc COPYING README.md
+%license COPYING
+%doc README.md
+%dir %_sysconfdir/osmocom
+%config %_sysconfdir/osmocom/osmo-hnbgw.cfg
 %dir %_docdir/%name/examples
 %_docdir/%name/examples/osmo-hnbgw.cfg
 %_bindir/osmo-hnbgw
+%_unitdir/osmo-hnbgw.service
+%_sbindir/rcosmo-hnbgw
 
 %files -n %lname
 %_libdir/libosmo-ranap.so.2*

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QMWfKc/_old  2019-02-28 21:42:38.189544750 +0100
+++ /var/tmp/diff_new_pack.QMWfKc/_new  2019-02-28 21:42:38.189544750 +0100
@@ -2,8 +2,8 @@
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param name="url">git://git.osmocom.org/osmo-iuh</param>
-               <param name="revision">0.3.0</param>
-               <param name="versionformat">0.3.0</param>
+               <param name="revision">0.4.0</param>
+               <param name="versionformat">0.4.0</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ osmo-iuh-0.3.0.tar.xz -> osmo-iuh-0.4.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/osmo-iuh/osmo-iuh-0.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.osmo-iuh.new.28833/osmo-iuh-0.4.0.tar.xz differ: 
char 26, line 1


Reply via email to