Hello community, here is the log from the commit of package libmowgli2 for openSUSE:Factory checked in at 2014-07-29 16:48:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmowgli2 (Old) and /work/SRC/openSUSE:Factory/.libmowgli2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libmowgli2" Changes: -------- --- /work/SRC/openSUSE:Factory/libmowgli2/libmowgli2.changes 2014-07-21 22:34:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libmowgli2.new/libmowgli2.changes 2014-07-29 16:48:50.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Jul 23 12:13:51 UTC 2014 - [email protected] + +- Enable openssl support +- Set symbol versions on the library because the API did change + upwards-compatibly + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmowgli2.spec ++++++ --- /var/tmp/diff_new_pack.GtAEwg/_old 2014-07-29 16:48:51.000000000 +0200 +++ /var/tmp/diff_new_pack.GtAEwg/_new 2014-07-29 16:48:51.000000000 +0200 @@ -31,6 +31,7 @@ Source: libmowgli-%version.tar.xz Patch1: platform.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: libopenssl-devel BuildRequires: pkg-config BuildRequires: xz @@ -85,7 +86,8 @@ fi; %configure perl -i -pe 's{2\.0\.0}{%version}' *.pc -make %{?_smp_mflags} +echo 'G185 { global: *; };' >mowgli2.sym +make %{?_smp_mflags} LDFLAGS="-Wl,--version-script=$PWD/mowgli2.sym" %install make install DESTDIR="%buildroot" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
