From e4c46b5013bf2dcb35dcb7dbc45c77c70ad74a11368d8d462bb2bfaed7dc50b2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 11 Sep 2017 19:27:45 +0000 Subject: [PATCH] - Update to new upstream release 2.1.1 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libmowgli2?expand=0&rev=20 --- libmowgli2.changes | 7 +++++++ libmowgli2.spec | 48 +++++++++++++++++++++------------------------- v2.1.0.tar.gz | 3 --- v2.1.1.tar.gz | 3 +++ 4 files changed, 32 insertions(+), 29 deletions(-) delete mode 100644 v2.1.0.tar.gz create mode 100644 v2.1.1.tar.gz diff --git a/libmowgli2.changes b/libmowgli2.changes index da82abe..78ef375 100644 --- a/libmowgli2.changes +++ b/libmowgli2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 11 19:26:29 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.1.1 + * Test whether openssl/ec.h exists and conditionally build with + that. + ------------------------------------------------------------------- Tue May 3 10:56:12 UTC 2016 - jengelh@inai.de diff --git a/libmowgli2.spec b/libmowgli2.spec index 73cff5b..d8eb13e 100644 --- a/libmowgli2.spec +++ b/libmowgli2.spec @@ -1,7 +1,7 @@ # # spec file for package libmowgli2 # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: libmowgli2 Summary: A development framework for C (like GLib) License: ISC Group: Development/Libraries/C and C++ -Version: 2.1.0 +Version: 2.1.1 Release: 0 Url: http://atheme.org/projects/libmowgli.html @@ -32,25 +32,23 @@ BuildRequires: libopenssl-devel BuildRequires: pkg-config %description -mowgli is a development framework for C (like GLib), which provides -high performance and highly flexible algorithms. It can be used as a -suppliment to GLib (to add additional functions (dictionaries, -hashes), or replace some of the slow GLib list manipulation -functions), or stand alone. It also provides a powerful hook system -and convenient logging for your code, as well as a high performance +mowgli is a development framework for C (like GLib) which provides +flexible algorithms. It can be used as a suppliment to GLib to add +additional functions (dictionaries, hashes), or replace some of the +slow GLib list manipulation functions, or stand alone. It also +provides a hook system and convenient logging for code, as well as a block allocator. %package -n %lname -Summary: Shared library from libmowgli v2 +Summary: The mowgli Gen2 development framework for C Group: System/Libraries %description -n %lname -mowgli is a development framework for C (like GLib), which provides -high performance and highly flexible algorithms. It can be used as a -suppliment to GLib (to add additional functions (dictionaries, -hashes), or replace some of the slow GLib list manipulation -functions), or stand alone. It also provides a powerful hook system -and convenient logging for your code, as well as a high performance +mowgli is a development framework for C (like GLib) which provides +flexible algorithms. It can be used as a suppliment to GLib to add +additional functions (dictionaries, hashes), or replace some of the +slow GLib list manipulation functions, or stand alone. It also +provides a hook system and convenient logging for code, as well as a block allocator. This package holds the shared library from libmowgli v2. @@ -62,12 +60,11 @@ Requires: %lname = %version Requires: glibc-devel %description devel -mowgli is a development framework for C (like GLib), which provides -high performance and highly flexible algorithms. It can be used as a -suppliment to GLib (to add additional functions (dictionaries, -hashes), or replace some of the slow GLib list manipulation -functions), or stand alone. It also provides a powerful hook system -and convenient logging for your code, as well as a high performance +mowgli is a development framework for C (like GLib) which provides +flexible algorithms. It can be used as a suppliment to GLib to add +additional functions (dictionaries, hashes), or replace some of the +slow GLib list manipulation functions, or stand alone. It also +provides a hook system and convenient logging for code, as well as a block allocator. This package holds the development files for libmowgli v2. @@ -77,18 +74,17 @@ This package holds the development files for libmowgli v2. %build if [ ! -e configure ]; then - ./autogen.sh; -fi; + ./autogen.sh +fi %configure -# They are still on so.0, but the ABI changed pretty surely +# 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" %install -make install DESTDIR="%buildroot" +%make_install %post -n %lname -p /sbin/ldconfig - %postun -n %lname -p /sbin/ldconfig %files -n %lname diff --git a/v2.1.0.tar.gz b/v2.1.0.tar.gz deleted file mode 100644 index 715fbe1..0000000 --- a/v2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46ef60c642c457a5d0e36bfc8c277e74d2ebf4ab9cbc4e40153781ed4ab0fe7d -size 227664 diff --git a/v2.1.1.tar.gz b/v2.1.1.tar.gz new file mode 100644 index 0000000..c855949 --- /dev/null +++ b/v2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d6cf3faba0a6f3e919598cbb21e069f4ba77af09ec968f377ac1b5d3f507d2 +size 227731