summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-09-10 15:38:59 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-09-10 15:38:59 +0900
commit308ed24db702bd76267a5e347fe83144294ed4e0 (patch)
treef64bd150dcf477e4f3c2faf9df553e5dd6a25f1e /package
parent18ebbaf4f619e79231f5ad18a2ab8c135d22ef56 (diff)
downloadlibsolv-308ed24db702bd76267a5e347fe83144294ed4e0.tar.gz
libsolv-308ed24db702bd76267a5e347fe83144294ed4e0.tar.bz2
libsolv-308ed24db702bd76267a5e347fe83144294ed4e0.zip
Imported Upstream version 0.7.6upstream/0.7.6
Diffstat (limited to 'package')
-rw-r--r--package/libsolv.changes21
-rw-r--r--package/libsolv.spec.in5
2 files changed, 22 insertions, 4 deletions
diff --git a/package/libsolv.changes b/package/libsolv.changes
index 6393734..aee75cd 100644
--- a/package/libsolv.changes
+++ b/package/libsolv.changes
@@ -1,4 +1,25 @@
-------------------------------------------------------------------
+Wed Aug 28 14:49:19 CEST 2019 - mls@suse.de
+
+- Fix repository priority handling for multiversion packages
+- Make code compatible with swig 4.0, remove obj0 instances
+- repo2solv: support zchunk compressed data
+- bump version to 0.7.6
+
+-------------------------------------------------------------------
+Wed Jul 10 07:48:10 UTC 2019 - Martin Liška <mliska@suse.cz>
+
+- Add -ffat-lto-objects to $optflags as the package provides
+ static libraries
+- Remove NO_BRP_STRIP_DEBUG=true as brp-15-strip-debug will
+ not strip debug info for archives
+
+-------------------------------------------------------------------
+Thu Jun 13 16:15:39 CEST 2019 - mls@suse.de
+
+- make cleandeps jobs on patterns work [bnc#1137977]
+
+-------------------------------------------------------------------
Wed Jun 12 13:22:40 CEST 2019 - mls@suse.de
- fix favorq leaking between solver runs if the solver is reused
diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in
index 40d266a..b8985d5 100644
--- a/package/libsolv.spec.in
+++ b/package/libsolv.spec.in
@@ -207,6 +207,7 @@ Perl bindings for libsolv.
%setup -q
%build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags}"
export CXXFLAGS="$CFLAGS"
@@ -257,10 +258,6 @@ ln -s repo2solv %{buildroot}/%{_bindir}/repo2solv.sh
%py3_compile %{buildroot}/%{python3_sitearch}
%endif
%endif
-%if %{with static}
-# we want to leave the .a file untouched
-export NO_BRP_STRIP_DEBUG=true
-%endif
%check
make ARGS=--output-on-failure test