Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package asco for openSUSE:Factory checked in at 2023-06-04 16:42:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/asco (Old) and /work/SRC/openSUSE:Factory/.asco.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asco" Sun Jun 4 16:42:20 2023 rev:5 rq:1090732 version:0.4.11 Changes: -------- --- /work/SRC/openSUSE:Factory/asco/asco.changes 2022-05-01 18:54:14.695199500 +0200 +++ /work/SRC/openSUSE:Factory/.asco.new.15902/asco.changes 2023-06-04 16:42:57.246255267 +0200 @@ -1,0 +2,7 @@ +Tue May 30 07:36:27 UTC 2023 - Jan Engelhardt <[email protected]> + +- Trim filler wording from descriptions +- Trim R/TM signs as per + https://en.opensuse.org/openSUSE:Package_description_guidelines + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asco.spec ++++++ --- /var/tmp/diff_new_pack.rUb5a3/_old 2023-06-04 16:42:57.718258076 +0200 +++ /var/tmp/diff_new_pack.rUb5a3/_new 2023-06-04 16:42:57.722258100 +0200 @@ -1,7 +1,7 @@ # # spec file for package asco # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,13 +29,12 @@ BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -ASCO project aims to bring circuit optimization capabilities to existing SPICE -simulators using a high-performance parallel differential evolution (DE) optimization -algorithm. Currently out-of-the-box support for Eldo (TM), HSPICE (R), LTspice (TM), -Spectre (R), Qucs and ngspice exist. +ASCO brings circuit optimization capabilities to existing SPICE +simulators using a parallel differential evolution (DE) optimization +algorithm. Currently, out-of-the-box support for Eldo, HSPICE, LTspice, +Spectre, Qucs and ngspice exist. %package doc Summary: Documentation for ASCO @@ -43,15 +42,15 @@ BuildArch: noarch %description doc -ASCO project aims to bring circuit optimization capabilities to existing SPICE -simulators using a high-performance parallel differential evolution (DE) optimization -algorithm. +ASCO brings circuit optimization capabilities to existing SPICE +simulators using a parallel differential evolution (DE) optimization +algorithm. Currently, out-of-the-box support for Eldo, HSPICE, LTspice, +Spectre, Qucs and ngspice exist. This package provides documentation for ASCO in PDF format. %prep -%setup -qn ASCO-%{version} -%patch0 -p1 +%autosetup -n ASCO-%{version} -p1 tar -zxf Autotools.tar.gz %build @@ -67,7 +66,6 @@ install -Dm 644 doc/ASCO.pdf %{buildroot}/%{_docdir}/%{name}/ASCO.pdf %files -%defattr(-,root,root) %license LICENSE %doc ChangeLog README %exclude %{_docdir}/%{name}/ASCO.pdf @@ -80,7 +78,6 @@ %{_bindir}/rosen %files doc -%defattr(-,root,root) %dir %{_docdir}/%{name} %doc %{_docdir}/%{name}/ASCO.pdf
