Hello community,

here is the log from the commit of package libacars for openSUSE:Factory 
checked in at 2019-03-01 16:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libacars (Old)
 and      /work/SRC/openSUSE:Factory/.libacars.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libacars"

Fri Mar  1 16:48:53 2019 rev:2 rq:680375 version:1.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libacars/libacars.changes        2019-02-28 
21:41:58.733561601 +0100
+++ /work/SRC/openSUSE:Factory/.libacars.new.28833/libacars.changes     
2019-03-01 16:48:57.089764502 +0100
@@ -1,0 +2,27 @@
+Fri Mar  1 07:52:31 UTC 2019 - Martin Pluskal <[email protected]>
+
+- Small packaging adjustement - build in build phase
+
+-------------------------------------------------------------------
+Wed Feb 27 20:00:36 UTC 2019 - Martin Hauke <[email protected]>
+
+- Update to version 1.2.0
+  * Added support for decoding Media Independent Aircraft Messaging
+    (MIAM - ACARS label MA) version 1 and 2. All types of MIAM
+    frames are decoded, provided that they fit in a single ACARS
+    message. In case of multi-fragment MIAM messages only the first
+    fragment is decoded (partially) due to lack of message
+    reassembly support in libacars. This will be addressed in a
+    future release.
+    MIAM uses DEFLATE compression, hence libacars now optionally
+    depends on zlib.  If zlib is not available at the build stage,
+    MIAM decompression code will be disabled and many messages
+    will be left undecoded.
+  * `decode_acars_apps` is a new example application. It decodes
+    all ACARS applications supported by libacars. This makes
+    `decode_arinc` application obsolete
+  * Minor bugfixes in the build system.
+- Remove patch:
+  * libacars-libsuffix.patch
+
+-------------------------------------------------------------------

Old:
----
  libacars-1.1.0.tar.gz
  libacars-libsuffix.patch

New:
----
  libacars-1.2.0.tar.gz

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

Other differences:
------------------
++++++ libacars.spec ++++++
--- /var/tmp/diff_new_pack.vJS67b/_old  2019-03-01 16:48:57.645764293 +0100
+++ /var/tmp/diff_new_pack.vJS67b/_new  2019-03-01 16:48:57.645764293 +0100
@@ -12,14 +12,14 @@
 # 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/
 #
 
 
 %define sover   1
 %define libname libacars%{sover}
 Name:           libacars
-Version:        1.1.0
+Version:        1.2.0
 Release:        0
 Summary:        A library for decoding various ACARS message payloads
 License:        MIT
@@ -27,10 +27,10 @@
 URL:            https://github.com/szpajder/libacars
 #Git-Clone:     https://github.com/szpajder/libacars.git
 Source:         
https://github.com/szpajder/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-Patch0:         libacars-libsuffix.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(zlib)
 
 %description
 libacars is a library for decoding various ACARS message payloads.
@@ -71,10 +71,12 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%cmake
+%cmake \
+    -DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
+    -DCMAKE_SHARED_LINKER_FLAGS=""
+%make_jobs
 
 %install
 %cmake_install
@@ -85,7 +87,7 @@
 
 %files -n %{libname}
 %doc CHANGELOG.md README.md
-%license LICENSE
+%license LICENSE.md
 %{_libdir}/libacars.so.%{sover}*
 
 %files devel
@@ -97,6 +99,7 @@
 %files -n acars-examples
 %{_bindir}/adsc_get_position
 %{_bindir}/cpdlc_get_position
+%{_bindir}/decode_acars_apps
 %{_bindir}/decode_arinc
 %{_bindir}/media_advisory
 

++++++ libacars-1.1.0.tar.gz -> libacars-1.2.0.tar.gz ++++++
++++ 3446 lines of diff (skipped)


Reply via email to