Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcnotify for openSUSE:Factory checked in at 2021-06-06 22:40:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcnotify (Old) and /work/SRC/openSUSE:Factory/.libcnotify.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcnotify" Sun Jun 6 22:40:45 2021 rev:11 rq:897773 version:20210411 Changes: -------- --- /work/SRC/openSUSE:Factory/libcnotify/libcnotify.changes 2020-12-18 19:59:39.110079370 +0100 +++ /work/SRC/openSUSE:Factory/.libcnotify.new.1898/libcnotify.changes 2021-06-06 22:40:49.175414879 +0200 @@ -1,0 +2,7 @@ +Wed May 12 16:58:32 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to snapshot 20210411 (2e4e84c5) + * No changelog was provided +- Add system-libs.patch + +------------------------------------------------------------------- Old: ---- libcnotify-beta-20200913.tar.gz New: ---- _service libcnotify-20210411.tar.xz system-libs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcnotify.spec ++++++ --- /var/tmp/diff_new_pack.ia6INE/_old 2021-06-06 22:40:49.743415991 +0200 +++ /var/tmp/diff_new_pack.ia6INE/_new 2021-06-06 22:40:49.743415991 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcnotify # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,67 +12,67 @@ # 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/ # Name: libcnotify %define lname libcnotify1 -%define timestamp 20200913 -Version: 0~%timestamp +Version: 20210411 Release: 0 -Summary: Library for cross-platform C notify functions -License: LGPL-3.0+ +Summary: Library for C notify functions +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/libyal/libcnotify/wiki -Source: https://github.com/libyal/libcnotify/releases/download/%timestamp/%name-beta-%timestamp.tar.gz +URL: https://github.com/libyal/libcnotify +Source: %name-%version.tar.xz +Patch1: system-libs.patch +BuildRequires: c_compiler +BuildRequires: gettext-tools >= 0.18.1 +BuildRequires: libtool BuildRequires: pkg-config -BuildRequires: pkgconfig(libcerror) >= 20130609 -BuildRequires: pkgconfig(libcstring) >= 20150101 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig(libcerror) >= 20201121 %description -A library for cross-platform C notify functions. Part of the libyal library collection. +A library for C notify functions. Part of the libyal library collection. %package -n %lname -Summary: Library for cross-platform C notify functions +Summary: Library for C notify functions Group: System/Libraries %description -n %lname -A library for cross-platform C notify functions. +A library for C notify functions. %package devel -Summary: Development files for libcnotify, a cross-platform C notify library +Summary: Development files for libcnotify, a C notify library Group: Development/Libraries/C and C++ Requires: %lname = %version %description devel -A library for cross-platform C notify functions. +A library for C notify functions. This subpackage contains libraries and header files for developing applications that want to make use of libcnotify. %prep -%setup -qn libcnotify-%timestamp +%autosetup -p1 %build -%configure --disable-static --enable-wide-character-type -make %{?_smp_mflags} +if [ ! -e configure ]; then ./autogen.sh; fi +%configure --disable-static +%make_build %install -make install DESTDIR="%buildroot" +%make_install rm -f "%buildroot/%_libdir"/*.la %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%license COPYING.LESSER %_libdir/libcnotify.so.1* %files devel -%defattr(-,root,root) %_includedir/libcnotify* %_libdir/libcnotify.so %_libdir/pkgconfig/libcnotify.pc ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/libyal/libcnotify</param> <param name="revision">2e4e84c542972a6c398020eac7a4b58e5b2bdf4b</param> <!-- see configure.ac --> <param name="versionformat">20210411</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> <service name="set_version" mode="disabled"/> </services> ++++++ system-libs.patch ++++++ From: Jan Engelhardt <[email protected]> Date: 2021-05-12 17:36:02.536572543 +0200 Some dirs are not present in snapshots directly generated from git (nor are they marked as a submodule). Patch it out, since we have them as system libs. --- Makefile.am | 2 -- configure.ac | 1 - 2 files changed, 3 deletions(-) Index: libcnotify/Makefile.am =================================================================== --- libcnotify.orig/Makefile.am +++ libcnotify/Makefile.am @@ -3,7 +3,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = \ include \ common \ - libcerror \ libcnotify \ po \ manuals \ @@ -53,7 +52,6 @@ lib: library library: cd $(srcdir)/common && $(MAKE) $(AM_MAKEFLAGS) - cd $(srcdir)/libcerror && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/libcnotify && $(MAKE) $(AM_MAKEFLAGS) cd $(srcdir)/po && $(MAKE) $(AM_MAKEFLAGS) Index: libcnotify/configure.ac =================================================================== --- libcnotify.orig/configure.ac +++ libcnotify/configure.ac @@ -91,7 +91,6 @@ dnl Generate Makefiles AC_CONFIG_FILES([Makefile]) AC_CONFIG_FILES([include/Makefile]) AC_CONFIG_FILES([common/Makefile]) -AC_CONFIG_FILES([libcerror/Makefile]) AC_CONFIG_FILES([libcnotify/Makefile]) AC_CONFIG_FILES([po/Makefile.in]) AC_CONFIG_FILES([po/Makevars])
