Hello community, here is the log from the commit of package libacars2 for openSUSE:Factory checked in at 2020-12-07 15:00:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libacars2 (Old) and /work/SRC/openSUSE:Factory/.libacars2.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libacars2" Mon Dec 7 15:00:51 2020 rev:6 rq:853506 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libacars2/libacars2.changes 2020-11-24 22:10:40.775395465 +0100 +++ /work/SRC/openSUSE:Factory/.libacars2.new.5913/libacars2.changes 2020-12-07 15:00:54.704748668 +0100 @@ -1,0 +2,6 @@ +Fri Dec 4 17:15:31 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 2.1.2 + * Fixed a build failure when compiling without libxml2 support. + +------------------------------------------------------------------- Old: ---- libacars-2.1.1.tar.gz New: ---- libacars-2.1.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libacars2.spec ++++++ --- /var/tmp/diff_new_pack.3vZhLz/_old 2020-12-07 15:00:55.296749330 +0100 +++ /var/tmp/diff_new_pack.3vZhLz/_new 2020-12-07 15:00:55.300749334 +0100 @@ -20,7 +20,7 @@ %define sover 2 %define libname libacars-2-%{sover} Name: libacars2 -Version: 2.1.1 +Version: 2.1.2 Release: 0 Summary: A library for decoding various ACARS message payloads License: MIT ++++++ libacars-2.1.1.tar.gz -> libacars-2.1.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libacars-2.1.1/CHANGELOG.md new/libacars-2.1.2/CHANGELOG.md --- old/libacars-2.1.1/CHANGELOG.md 2020-11-18 21:12:17.000000000 +0100 +++ new/libacars-2.1.2/CHANGELOG.md 2020-12-02 23:58:43.000000000 +0100 @@ -1,5 +1,9 @@ # ChangeLog +## Version 2.1.2 (2020-12-02) + +* Fixed a build failure when compiling without libxml2 support. + ## Version 2.1.1 (2020-11-18) * Media Advisory: fixed a bug where a message with 10 or more available link diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libacars-2.1.1/CMakeLists.txt new/libacars-2.1.2/CMakeLists.txt --- old/libacars-2.1.1/CMakeLists.txt 2020-11-18 21:12:17.000000000 +0100 +++ new/libacars-2.1.2/CMakeLists.txt 2020-12-02 23:58:43.000000000 +0100 @@ -3,7 +3,7 @@ set (LA_VERSION_MAJOR 2) set (LA_VERSION_MINOR 1) -set (LA_VERSION_PATCH 1) +set (LA_VERSION_PATCH 2) 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.1/README.md new/libacars-2.1.2/README.md --- old/libacars-2.1.1/README.md 2020-11-18 21:12:17.000000000 +0100 +++ new/libacars-2.1.2/README.md 2020-12-02 23:58:43.000000000 +0100 @@ -2,7 +2,7 @@ libacars is a library for decoding ACARS message contents. -Current stable version: **2.1.1** (released November 18, 2020) +Current stable version: **2.1.2** (released December 2, 2020) ## Supported message types diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libacars-2.1.1/libacars/util.c new/libacars-2.1.2/libacars/util.c --- old/libacars-2.1.1/libacars/util.c 2020-11-18 21:12:17.000000000 +0100 +++ new/libacars-2.1.2/libacars/util.c 2020-12-02 23:58:43.000000000 +0100 @@ -8,6 +8,7 @@ #include <stdlib.h> // calloc, realloc, free #include <string.h> // strerror, strlen, strdup, strnlen, strspn, strpbrk #include <time.h> // struct tm +#include <limits.h> // CHAR_BIT #include <errno.h> // errno #include <unistd.h> // _exit #include "config.h" // HAVE_STRSEP, WITH_LIBXML2 _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
