Hello community, here is the log from the commit of package qsapecng for openSUSE:Factory checked in at 2017-08-24 18:46:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qsapecng (Old) and /work/SRC/openSUSE:Factory/.qsapecng.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qsapecng" Thu Aug 24 18:46:37 2017 rev:4 rq:514706 version:2.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qsapecng/qsapecng.changes 2017-02-07 12:02:17.575591289 +0100 +++ /work/SRC/openSUSE:Factory/.qsapecng.new/qsapecng.changes 2017-08-24 18:46:43.765317757 +0200 @@ -1,0 +2,21 @@ +Sat Aug 5 11:45:25 UTC 2017 - [email protected] + +- Update to version 2.1.1 + * Porting to Qwt6 + * Bug fixing + 2.1.0~beta1 + * Working on bug https://sourceforge.net/tracker/?func=detail&aid=3131134&group_id=369990&atid=1541776 + * Working on compatibility with Qwt version 6 (starting from patch + https://sourceforge.net/tracker/?func=detail&aid=3396943&group_id=369990&atid=1541778 + written for Debian) + * Debug symbols added to final binaries, using CMake variables, only + for 'Debug' and 'RelWithDebInfo' targets. + * Removed icon size 24x24 and added icon size 22x22 for compatibility. + +- Updated source URL + +- Dropped qsapecng-2.0.0-boost_join_fix.patch (fixed upstream) + +- Switched to qwt6 + +------------------------------------------------------------------- Old: ---- QSapecNG-2.0.0-source.tar.gz qsapecng-2.0.0-boost_join_fix.patch New: ---- qsapecng-2.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qsapecng.spec ++++++ --- /var/tmp/diff_new_pack.xS04mt/_old 2017-08-24 18:46:44.673189927 +0200 +++ /var/tmp/diff_new_pack.xS04mt/_new 2017-08-24 18:46:44.689187674 +0200 @@ -17,15 +17,13 @@ Name: qsapecng -Version: 2.0.0 +Version: 2.1.1 Release: 0 Summary: Qt-based program for symbolic analysis of linear analog circuits License: GPL-3.0+ Group: Productivity/Scientific/Electronics Url: http://qsapecng.sourceforge.net/ -Source0: http://downloads.sourceforge.net/qsapecng/QSapecNG-%{version}-source.tar.gz -# PATCH-FIX-UPSTREAM qsapecng-2.0.0-boost_join_fix.patch -- Fix build, workaround to qt#22829, picked from Debian -Patch0: qsapecng-2.0.0-boost_join_fix.patch +Source0: https://github.com/skypjack/qsapecng/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else @@ -34,7 +32,7 @@ BuildRequires: cmake BuildRequires: hicolor-icon-theme BuildRequires: libqt4-devel -BuildRequires: qwt-devel +BuildRequires: qwt6-devel BuildRequires: update-desktop-files BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -48,10 +46,9 @@ saved, reopened and added as a part of the other circuits. %prep -%setup -q -n QSapecNG-%{version}-source -%patch0 -p1 +%setup -q sed -i 's/\r$//' README -sed -i 's/add_definitions( -ansi -Wall -O0 -g )/add_definitions( -ansi -Wall )/' CMakeLists.txt +sed -i 's|"include/qwt"|"include/qwt6"|' cmake/Modules/FindQwt.cmake %build %cmake
