Accepting request 523402 from devel:libraries:c_c++
- Update to new upstream release 2.1.1 OBS-URL: https://build.opensuse.org/request/show/523402 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libmowgli2?expand=0&rev=11
This commit is contained in:
commit
b999354a85
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46ef60c642c457a5d0e36bfc8c277e74d2ebf4ab9cbc4e40153781ed4ab0fe7d
|
||||
size 227664
|
3
v2.1.1.tar.gz
Normal file
3
v2.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:98d6cf3faba0a6f3e919598cbb21e069f4ba77af09ec968f377ac1b5d3f507d2
|
||||
size 227731
|
Loading…
Reference in New Issue
Block a user