Hello community, here is the log from the commit of package libmowgli2 for openSUSE:Factory checked in at 2020-09-06 00:03:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmowgli2 (Old) and /work/SRC/openSUSE:Factory/.libmowgli2.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmowgli2" Sun Sep 6 00:03:02 2020 rev:13 rq:832098 version:2.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libmowgli2/libmowgli2.changes 2019-08-22 10:54:53.845679554 +0200 +++ /work/SRC/openSUSE:Factory/.libmowgli2.new.3399/libmowgli2.changes 2020-09-06 00:03:08.807276206 +0200 @@ -1,0 +2,5 @@ +Fri Sep 4 12:18:54 UTC 2020 - Jan Engelhardt <[email protected]> + +- Remove old specfile constructs + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmowgli2.spec ++++++ --- /var/tmp/diff_new_pack.3djuWc/_old 2020-09-06 00:03:09.511276558 +0200 +++ /var/tmp/diff_new_pack.3djuWc/_new 2020-09-06 00:03:09.515276560 +0200 @@ -1,7 +1,7 @@ # # spec file for package libmowgli2 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,9 +26,7 @@ URL: https://github.com/atheme/libmowgli-2 Source: https://github.com/atheme/libmowgli-2/archive/v%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: libopenssl-devel -BuildRequires: pkg-config +BuildRequires: pkgconfig(libssl) %description mowgli is a development framework for C (like GLib) which provides @@ -69,7 +67,7 @@ This package holds the development files for libmowgli v2. %prep -%setup -qn libmowgli-2-%version +%autosetup -n libmowgli-2-%version -p1 %build if [ ! -e configure ]; then @@ -78,7 +76,7 @@ %configure # They are still on so.0, but functions were added echo 'V_%version { global: *; };' >mowgli2.sym -make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" +%make_build LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" %install %make_install @@ -87,12 +85,11 @@ %postun -n %lname -p /sbin/ldconfig %files -n %lname -%defattr(-,root,root) %_libdir/libmowgli-2.so.0* %files devel -%defattr(-,root,root) -%doc AUTHORS COPYING doc/BOOST README +%doc doc/BOOST README +%license COPYING %_includedir/libmowgli-2 %_libdir/libmowgli-2.so %_libdir/pkgconfig/libmowgli-2.pc
