Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libacars2 for openSUSE:Factory 
checked in at 2021-03-07 15:19:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libacars2 (Old)
 and      /work/SRC/openSUSE:Factory/.libacars2.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libacars2"

Sun Mar  7 15:19:44 2021 rev:7 rq:877440 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libacars2/libacars2.changes      2020-12-07 
15:00:54.704748668 +0100
+++ /work/SRC/openSUSE:Factory/.libacars2.new.2378/libacars2.changes    
2021-03-07 15:19:52.284566383 +0100
@@ -1,0 +2,7 @@
+Sat Mar  6 11:50:43 UTC 2021 - Martin Hauke <[email protected]>
+
+- Update to version 2.1.3
+  * Fixed incorrect calculation of reporting interval in ADS-C
+    Periodic Contract Requests.
+
+-------------------------------------------------------------------

Old:
----
  libacars-2.1.2.tar.gz

New:
----
  libacars-2.1.3.tar.gz

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

Other differences:
------------------
++++++ libacars2.spec ++++++
--- /var/tmp/diff_new_pack.nke9w7/_old  2021-03-07 15:19:53.940568072 +0100
+++ /var/tmp/diff_new_pack.nke9w7/_new  2021-03-07 15:19:53.944568077 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package libacars2
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019-2020, Martin Hauke <[email protected]>
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2019-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define sover   2
 %define libname libacars-2-%{sover}
 Name:           libacars2
-Version:        2.1.2
+Version:        2.1.3
 Release:        0
 Summary:        A library for decoding various ACARS message payloads
 License:        MIT

++++++ libacars-2.1.2.tar.gz -> libacars-2.1.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/.gitignore 
new/libacars-2.1.3/.gitignore
--- old/libacars-2.1.2/.gitignore       2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/.gitignore       2021-03-05 21:36:34.000000000 +0100
@@ -7,3 +7,4 @@
 test
 compile_commands.json
 .clangd
+.cache
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/CHANGELOG.md 
new/libacars-2.1.3/CHANGELOG.md
--- old/libacars-2.1.2/CHANGELOG.md     2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/CHANGELOG.md     2021-03-05 21:36:34.000000000 +0100
@@ -1,5 +1,10 @@
 # ChangeLog
 
+## Version 2.1.3 (2021-03-05)
+
+* Fixed incorrect calculation of reporting interval in ADS-C Periodic
+  Contract Requests. Reported by Roman Tordia.
+
 ## Version 2.1.2 (2020-12-02)
 
 * Fixed a build failure when compiling without libxml2 support.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/CMakeLists.txt 
new/libacars-2.1.3/CMakeLists.txt
--- old/libacars-2.1.2/CMakeLists.txt   2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/CMakeLists.txt   2021-03-05 21:36:34.000000000 +0100
@@ -3,7 +3,7 @@
 
 set (LA_VERSION_MAJOR 2)
 set (LA_VERSION_MINOR 1)
-set (LA_VERSION_PATCH 2)
+set (LA_VERSION_PATCH 3)
 set (LA_VERSION "${LA_VERSION_MAJOR}.${LA_VERSION_MINOR}.${LA_VERSION_PATCH}")
 set (LA_SUBDIR "${PROJECT_NAME}-${LA_VERSION_MAJOR}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/LICENSE.md 
new/libacars-2.1.3/LICENSE.md
--- old/libacars-2.1.2/LICENSE.md       2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/LICENSE.md       2021-03-05 21:36:34.000000000 +0100
@@ -1,6 +1,6 @@
 MIT License
 
-Copyright (c) 2018-2020 Tomasz Lemiech
+Copyright (c) 2018-2021 Tomasz Lemiech
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/README.md new/libacars-2.1.3/README.md
--- old/libacars-2.1.2/README.md        2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/README.md        2021-03-05 21:36:34.000000000 +0100
@@ -2,7 +2,7 @@
 
 libacars is a library for decoding ACARS message contents.
 
-Current stable version: **2.1.2** (released December 2, 2020)
+Current stable version: **2.1.3** (released March 5, 2021)
 
 ## Supported message types
 
@@ -167,7 +167,7 @@
 
 ## Licenses
 
-libacars, Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+libacars, Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
 
 Permission is hereby granted, free of charge, to any person obtaining
 a copy of this software and associated documentation files (the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/doc/API_REFERENCE.md 
new/libacars-2.1.3/doc/API_REFERENCE.md
--- old/libacars-2.1.2/doc/API_REFERENCE.md     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/doc/API_REFERENCE.md     2021-03-05 21:36:34.000000000 
+0100
@@ -2,7 +2,7 @@
 
 API version: 2.0
 
-Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
 
 ## Basic data types
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/doc/PROG_GUIDE.md 
new/libacars-2.1.3/doc/PROG_GUIDE.md
--- old/libacars-2.1.2/doc/PROG_GUIDE.md        2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/doc/PROG_GUIDE.md        2021-03-05 21:36:34.000000000 
+0100
@@ -1,5 +1,5 @@
 # libacars-2 Programmer's Guide
-Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
 
 ## Introduction
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/examples/adsc_get_position.c 
new/libacars-2.1.3/examples/adsc_get_position.c
--- old/libacars-2.1.2/examples/adsc_get_position.c     2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/examples/adsc_get_position.c     2021-03-05 
21:36:34.000000000 +0100
@@ -2,7 +2,7 @@
  *  adsc_get_position - an example program showing how to extract
  *  aircraft position information from downlink ADS-C messages.
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdbool.h>
 #include <stdio.h>
@@ -17,7 +17,7 @@
 void usage() {
        fprintf(stderr,
                        "adsc_get_position - extracts position information from 
ADS-C Basic Report\n"
-                       "(c) 2018-2020 Tomasz Lemiech <[email protected]>\n\n"
+                       "(c) 2018-2021 Tomasz Lemiech <[email protected]>\n\n"
                        "Usage:\n\n"
                        "To decode a single message from command line:\n\n"
                        "\t./adsc_get_position <acars_message_text>\n\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/examples/cpdlc_get_position.c 
new/libacars-2.1.3/examples/cpdlc_get_position.c
--- old/libacars-2.1.2/examples/cpdlc_get_position.c    2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/examples/cpdlc_get_position.c    2021-03-05 
21:36:34.000000000 +0100
@@ -3,7 +3,7 @@
  *  aircraft position information from downlink CPDLC message with
  *  a position report.
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdbool.h>
 #include <stdio.h>
@@ -24,7 +24,7 @@
 void usage() {
        fprintf(stderr,
                        "cpdlc_get_position - extracts position information 
from CPDLC Position Report\n"
-                       "(c) 2018-2020 Tomasz Lemiech <[email protected]>\n\n"
+                       "(c) 2018-2021 Tomasz Lemiech <[email protected]>\n\n"
                        "Usage:\n\n"
                        "To decode a single message from command line:\n\n"
                        "\t./cpdlc_get_position <acars_message_text>\n\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/examples/decode_acars_apps.c 
new/libacars-2.1.3/examples/decode_acars_apps.c
--- old/libacars-2.1.2/examples/decode_acars_apps.c     2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/examples/decode_acars_apps.c     2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  decode_acars_apps - an example decoder for ACARS applications
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdbool.h>            /* true */
 #include <stdio.h>              /* printf(), fprintf(), fgets() */
@@ -15,7 +15,7 @@
 void usage() {
        fprintf(stderr,
                        "decode_acars_apps - an example decoder of ACARS 
applications\n"
-                       "(c) 2018-2020 Tomasz Lemiech <[email protected]>\n\n"
+                       "(c) 2018-2021 Tomasz Lemiech <[email protected]>\n\n"
                        "Usage:\n\n"
                        "To decode a single message from command line:\n\n"
                        "\t./decode_acars_apps <direction> <acars_label> 
<acars_message_text>\n\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/acars.c 
new/libacars-2.1.3/libacars/acars.c
--- old/libacars-2.1.2/libacars/acars.c 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/acars.c 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <string.h>                         // memcpy(), strdup()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/acars.h 
new/libacars-2.1.3/libacars/acars.h
--- old/libacars-2.1.2/libacars/acars.h 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/acars.h 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ACARS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/adsc.c 
new/libacars-2.1.3/libacars/adsc.c
--- old/libacars-2.1.2/libacars/adsc.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/adsc.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdint.h>
@@ -1407,13 +1407,15 @@
 
 LA_ADSC_FORMATTER_FUN(la_adsc_reporting_interval_format_text) {
        la_adsc_report_interval_req_t const *t = data;
-       LA_ISPRINTF(ctx->vstr, ctx->indent, "%s: %d seconds\n", label, 
(int)(t->scaling_factor) * (int)(t->rate));
+       LA_ISPRINTF(ctx->vstr, ctx->indent, "%s: %d seconds\n", label,
+                       (int)(t->scaling_factor) * ((int)(t->rate) + 1));
 }
 
 LA_ADSC_FORMATTER_FUN(la_adsc_reporting_interval_format_json) {
        LA_UNUSED(label);
        la_adsc_report_interval_req_t const *t = data;
-       la_json_append_int64(ctx->vstr, "interval_secs", 
(int)(t->scaling_factor) * (int)(t->rate));
+       la_json_append_int64(ctx->vstr, "interval_secs",
+                       (int)(t->scaling_factor) * ((int)(t->rate) + 1));
 }
 
 LA_ADSC_FORMATTER_FUN(la_adsc_acft_intent_group_format_text) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/adsc.h 
new/libacars-2.1.3/libacars/adsc.h
--- old/libacars-2.1.2/libacars/adsc.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/adsc.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ADSC_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/arinc.c 
new/libacars-2.1.3/libacars/arinc.c
--- old/libacars-2.1.2/libacars/arinc.c 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/arinc.c 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/arinc.h 
new/libacars-2.1.3/libacars/arinc.h
--- old/libacars-2.1.2/libacars/arinc.h 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/arinc.h 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ARINC_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-format-common.c 
new/libacars-2.1.3/libacars/asn1-format-common.c
--- old/libacars-2.1.2/libacars/asn1-format-common.c    2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/asn1-format-common.c    2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <libacars/asn1/asn_application.h>      // asn_TYPE_descriptor_t, 
asn_sprintf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-format-common.h 
new/libacars-2.1.3/libacars/asn1-format-common.h
--- old/libacars-2.1.2/libacars/asn1-format-common.h    2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/asn1-format-common.h    2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ASN1_FORMAT_COMMON_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-format-cpdlc-json.c 
new/libacars-2.1.3/libacars/asn1-format-cpdlc-json.c
--- old/libacars-2.1.2/libacars/asn1-format-cpdlc-json.c        2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/asn1-format-cpdlc-json.c        2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <libacars/asn1/FANSATCDownlinkMessage.h>   /* 
FANSATCDownlinkMessage_t and dependencies */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-format-cpdlc-text.c 
new/libacars-2.1.3/libacars/asn1-format-cpdlc-text.c
--- old/libacars-2.1.2/libacars/asn1-format-cpdlc-text.c        2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/asn1-format-cpdlc-text.c        2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <libacars/asn1/FANSATCDownlinkMessage.h>       // 
FANSATCDownlinkMessage_t and dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-format-cpdlc.h 
new/libacars-2.1.3/libacars/asn1-format-cpdlc.h
--- old/libacars-2.1.2/libacars/asn1-format-cpdlc.h     2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/asn1-format-cpdlc.h     2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ASN1_FORMAT_CPDLC_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-util.c 
new/libacars-2.1.3/libacars/asn1-util.c
--- old/libacars-2.1.2/libacars/asn1-util.c     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/asn1-util.c     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdint.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/asn1-util.h 
new/libacars-2.1.3/libacars/asn1-util.h
--- old/libacars-2.1.2/libacars/asn1-util.h     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/asn1-util.h     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_ASN1_UTIL_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/bitstream.c 
new/libacars-2.1.3/libacars/bitstream.c
--- old/libacars-2.1.2/libacars/bitstream.c     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/bitstream.c     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdint.h>
 #include <libacars/util.h>          // LA_XCALLOC, LA_XFREE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/bitstream.h 
new/libacars-2.1.3/libacars/bitstream.h
--- old/libacars-2.1.2/libacars/bitstream.h     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/bitstream.h     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef _LA_BITSTREAM_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/config.h.in 
new/libacars-2.1.3/libacars/config.h.in
--- old/libacars-2.1.2/libacars/config.h.in     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/config.h.in     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef _CONFIG_H
 #define _CONFIG_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/config_defaults.h 
new/libacars-2.1.3/libacars/config_defaults.h
--- old/libacars-2.1.2/libacars/config_defaults.h       2020-12-02 
23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/config_defaults.h       2021-03-05 
21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 /* Default libacars configuration settings */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/configuration.c 
new/libacars-2.1.3/libacars/configuration.c
--- old/libacars-2.1.2/libacars/configuration.c 2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/configuration.c 2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/cpdlc.c 
new/libacars-2.1.3/libacars/cpdlc.c
--- old/libacars-2.1.2/libacars/cpdlc.c 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/cpdlc.c 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdio.h>
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/cpdlc.h 
new/libacars-2.1.3/libacars/cpdlc.h
--- old/libacars-2.1.2/libacars/cpdlc.h 2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/cpdlc.h 2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_CPDLC_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/crc.c 
new/libacars-2.1.3/libacars/crc.c
--- old/libacars-2.1.2/libacars/crc.c   2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/crc.c   2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdio.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/crc.h 
new/libacars-2.1.3/libacars/crc.h
--- old/libacars-2.1.2/libacars/crc.h   2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/crc.h   2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_CRC_ARINC_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/dict.c 
new/libacars-2.1.3/libacars/dict.c
--- old/libacars-2.1.2/libacars/dict.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/dict.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stddef.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/dict.h 
new/libacars-2.1.3/libacars/dict.h
--- old/libacars-2.1.2/libacars/dict.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/dict.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef LA_DICT_H
 #define LA_DICT_H 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/hash.c 
new/libacars-2.1.3/libacars/hash.c
--- old/libacars-2.1.2/libacars/hash.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/hash.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/hash.h 
new/libacars-2.1.3/libacars/hash.h
--- old/libacars-2.1.2/libacars/hash.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/hash.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef LA_HASH_H
 #define LA_HASH_H 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/json.c 
new/libacars-2.1.3/libacars/json.c
--- old/libacars-2.1.2/libacars/json.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/json.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <inttypes.h>                   // PRI* macros
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/json.h 
new/libacars-2.1.3/libacars/json.h
--- old/libacars-2.1.2/libacars/json.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/json.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_JSON_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/libacars.c 
new/libacars-2.1.3/libacars/libacars.c
--- old/libacars-2.1.2/libacars/libacars.c      2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/libacars.c      2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdbool.h>
 #ifdef DEBUG
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/libacars.h 
new/libacars-2.1.3/libacars/libacars.h
--- old/libacars-2.1.2/libacars/libacars.h      2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/libacars.h      2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_LIBACARS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/list.c 
new/libacars-2.1.3/libacars/list.c
--- old/libacars-2.1.2/libacars/list.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/list.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <libacars/macros.h>    // la_assert
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/list.h 
new/libacars-2.1.3/libacars/list.h
--- old/libacars-2.1.2/libacars/list.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/list.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef LA_LIST_H
 #define LA_LIST_H 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/macros.h 
new/libacars-2.1.3/libacars/macros.h
--- old/libacars-2.1.2/libacars/macros.h        2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/macros.h        2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_MACROS_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/media-adv.c 
new/libacars-2.1.3/libacars/media-adv.c
--- old/libacars-2.1.2/libacars/media-adv.c     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/media-adv.c     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdbool.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/media-adv.h 
new/libacars-2.1.3/libacars/media-adv.h
--- old/libacars-2.1.2/libacars/media-adv.h     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/media-adv.h     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_MEDIA_ADV_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/miam-core.c 
new/libacars-2.1.3/libacars/miam-core.c
--- old/libacars-2.1.2/libacars/miam-core.c     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/miam-core.c     2021-03-05 21:36:34.000000000 
+0100
@@ -1,6 +1,6 @@
 /*  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdint.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/miam-core.h 
new/libacars-2.1.3/libacars/miam-core.h
--- old/libacars-2.1.2/libacars/miam-core.h     2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/miam-core.h     2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_MIAM_CORE_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/miam.c 
new/libacars-2.1.3/libacars/miam.c
--- old/libacars-2.1.2/libacars/miam.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/miam.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <stdint.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/miam.h 
new/libacars-2.1.3/libacars/miam.h
--- old/libacars-2.1.2/libacars/miam.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/miam.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_MIAM_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/reassembly.c 
new/libacars-2.1.3/libacars/reassembly.c
--- old/libacars-2.1.2/libacars/reassembly.c    2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/reassembly.c    2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <sys/time.h>                   // struct timeval
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/reassembly.h 
new/libacars-2.1.3/libacars/reassembly.h
--- old/libacars-2.1.2/libacars/reassembly.h    2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/reassembly.h    2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef LA_REASSEMBLY_H
 #define LA_REASSEMBLY_H 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/util.c 
new/libacars-2.1.3/libacars/util.c
--- old/libacars-2.1.2/libacars/util.c  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/util.c  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #include <stdio.h>              // fprintf
 #include <stdint.h>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/util.h 
new/libacars-2.1.3/libacars/util.h
--- old/libacars-2.1.2/libacars/util.h  2020-12-02 23:58:43.000000000 +0100
+++ new/libacars-2.1.3/libacars/util.h  2021-03-05 21:36:34.000000000 +0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 #ifndef LA_UTIL_H
 #define LA_UTIL_H 1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/version.h 
new/libacars-2.1.3/libacars/version.h
--- old/libacars-2.1.2/libacars/version.h       2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/version.h       2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_VERSION_H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/vstring.c 
new/libacars-2.1.3/libacars/vstring.c
--- old/libacars-2.1.2/libacars/vstring.c       2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/vstring.c       2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #include <limits.h>                 // INT_MAX
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libacars-2.1.2/libacars/vstring.h 
new/libacars-2.1.3/libacars/vstring.h
--- old/libacars-2.1.2/libacars/vstring.h       2020-12-02 23:58:43.000000000 
+0100
+++ new/libacars-2.1.3/libacars/vstring.h       2021-03-05 21:36:34.000000000 
+0100
@@ -1,7 +1,7 @@
 /*
  *  This file is a part of libacars
  *
- *  Copyright (c) 2018-2020 Tomasz Lemiech <[email protected]>
+ *  Copyright (c) 2018-2021 Tomasz Lemiech <[email protected]>
  */
 
 #ifndef LA_VSTRING_H

Reply via email to