Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scs for openSUSE:Factory checked in at 2023-02-03 22:05:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scs (Old) and /work/SRC/openSUSE:Factory/.scs.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scs" Fri Feb 3 22:05:39 2023 rev:5 rq:1062946 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/scs/scs.changes 2022-01-20 00:13:25.054631629 +0100 +++ /work/SRC/openSUSE:Factory/.scs.new.4462/scs.changes 2023-02-03 22:20:42.788312402 +0100 @@ -1,0 +2,7 @@ +Sun Dec 4 12:19:44 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 3.2.0: + * Return ability to reuse workspace and update problem parameters. +- add executable-libs.patch to install libs as executable + +------------------------------------------------------------------- Old: ---- scs-3.1.0.tar.gz New: ---- executable-libs.patch scs-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scs.spec ++++++ --- /var/tmp/diff_new_pack.4jc8JO/_old 2023-02-03 22:20:43.140314447 +0100 +++ /var/tmp/diff_new_pack.4jc8JO/_new 2023-02-03 22:20:43.144314471 +0100 @@ -17,12 +17,14 @@ Name: scs -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Numerical package for solving large-scale convex cone problems License: MIT URL: https://github.com/cvxgrp/scs Source: https://github.com/cvxgrp/scs/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM Install lib files with protection bits 755 +Patch1: executable-libs.patch BuildRequires: lapack-devel BuildRequires: make @@ -39,7 +41,7 @@ This package provides development libraries and headers for %{name}. %prep -%setup -q +%autosetup -p1 %build %make_build ++++++ executable-libs.patch ++++++ --- scs-3.2.0/Makefile +++ scs-3.2.0/Makefile @@ -164,10 +164,10 @@ install: $(INSTALL_INC_FILES) $(INSTALL_TARGETS) $(INSTALL) -d $(INSTALL_INC_DIR) $(INSTALL_LIB_DIR) $(INSTALL) -m 644 $(INSTALL_INC_FILES) $(INSTALL_INC_DIR) - $(INSTALL) -m 644 $(INSTALL_TARGETS) $(INSTALL_LIB_DIR) + $(INSTALL) -m 755 $(INSTALL_TARGETS) $(INSTALL_LIB_DIR) install_gpu: $(INSTALL_INC_FILES) $(INSTALL_GPU_TARGETS) $(INSTALL) -d $(INSTALL_INC_DIR) $(INSTALL_LIB_DIR) $(INSTALL) -m 644 $(INSTALL_INC_FILES) $(INSTALL_INC_DIR) - $(INSTALL) -m 644 $(INSTALL_GPU_TARGETS) $(INSTALL_LIB_DIR) + $(INSTALL) -m 755 $(INSTALL_GPU_TARGETS) $(INSTALL_LIB_DIR) direct:$(OUT)/libscsdir.$(SHARED) $(OUT)/demo_socp_direct $(OUT)/run_from_file_direct $(OUT)/run_tests_direct indirect:$(OUT)/libscsindir.$(SHARED) $(OUT)/demo_socp_indirect $(OUT)/run_from_file_indirect $(OUT)/run_tests_indirect ++++++ scs-3.1.0.tar.gz -> scs-3.2.0.tar.gz ++++++ ++++ 5225 lines of diff (skipped)