Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libxdg-basedir for openSUSE:Factory checked in at 2021-04-27 21:35:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libxdg-basedir (Old) and /work/SRC/openSUSE:Factory/.libxdg-basedir.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libxdg-basedir" Tue Apr 27 21:35:01 2021 rev:7 rq:888625 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libxdg-basedir/libxdg-basedir.changes 2019-12-29 15:50:21.687194403 +0100 +++ /work/SRC/openSUSE:Factory/.libxdg-basedir.new.12324/libxdg-basedir.changes 2021-04-27 21:35:23.204055350 +0200 @@ -1,0 +2,14 @@ +Sun Jan 24 16:59:12 UTC 2021 - Dirk M??ller <[email protected]> + +- update to 1.2.2: + * Minor documentation fixes. + * Fix xdgZeroMemory fallback (when memset/bzero aren't available). + * Update version number and maintainer. + * Use strdup rather than malloc+strcpy. + * Fix out-of-date comment. + * Fix extraneous semicolons and formatting. + * Free runtimeDirectory memory too + * Remove trailing whitespace in libxdg-basedir.pc +- drop 0001-Overflow-bug.diff (upstream) + +------------------------------------------------------------------- Old: ---- 0001-Overflow-bug.diff libxdg-basedir-1.2.0.tar.gz New: ---- libxdg-basedir-1.2.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libxdg-basedir.spec ++++++ --- /var/tmp/diff_new_pack.hjo5A2/_old 2021-04-27 21:35:23.992056647 +0200 +++ /var/tmp/diff_new_pack.hjo5A2/_new 2021-04-27 21:35:23.992056647 +0200 @@ -2,7 +2,7 @@ # # spec file for package libxdg-basedir # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -22,15 +22,13 @@ %define soname 1 Name: libxdg-basedir -Version: 1.2.0 +Version: 1.2.2 Release: 0 Summary: XDG Base Directory Specification Library License: MIT Group: System/Libraries -URL: https://github.com/devnev/libxdg-basedir -Source: https://github.com/devnev/libxdg-basedir/archive/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM https://github.com/devnev/libxdg-basedir/pull/3 -- [email protected] -Patch0: 0001-Overflow-bug.diff +URL: https://github.com/davmac314/libxdg-basedir +Source: https://github.com/davmac314/libxdg-basedir/releases/download/v%{version}/libxdg-basedir-%{version}.tar.xz BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -76,11 +74,10 @@ specification and provides a few higher-level functions. %prep -%setup -q -n "%{name}-%{name}-%{version}" -%patch0 -p1 +%setup -q %build -autoreconf --force --install +autoreconf -fvi %configure make %{?_smp_mflags}
