Hello community, here is the log from the commit of package libqjack for openSUSE:Factory checked in at 2017-08-16 16:13:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libqjack (Old) and /work/SRC/openSUSE:Factory/.libqjack.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libqjack" Wed Aug 16 16:13:54 2017 rev:3 rq:515892 version:0.0+20170112 Changes: -------- --- /work/SRC/openSUSE:Factory/libqjack/libqjack.changes 2017-02-05 18:37:15.423293156 +0100 +++ /work/SRC/openSUSE:Factory/.libqjack.new/libqjack.changes 2017-08-16 16:13:59.663019493 +0200 @@ -1,0 +2,7 @@ +Tue Jul 25 11:57:31 UTC 2017 - [email protected] + +- Update to version 20170112 +- Switched to Qt5 +- Dropped qjack-gcc6.patch (merged upstream) + +------------------------------------------------------------------- Old: ---- qjack-20131111.tar.bz2 qjack-gcc6.patch New: ---- qjack-20170112.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libqjack.spec ++++++ --- /var/tmp/diff_new_pack.lctVnO/_old 2017-08-16 16:14:01.802719147 +0200 +++ /var/tmp/diff_new_pack.lctVnO/_new 2017-08-16 16:14:01.822716340 +0200 @@ -18,7 +18,7 @@ %define sover 0 -%define _reldate 20131111 +%define _reldate 20170112 Name: libqjack Version: 0.0+%{_reldate} Release: 0 @@ -29,14 +29,13 @@ ## https://bitbucket.org/asiniscalchi/qjack.git Source: qjack-%{_reldate}.tar.bz2 Patch1: qjack-soname-lib.patch -Patch2: qjack-gcc6.patch BuildRequires: cmake BuildRequires: gcc-c++ >= 4.5 BuildRequires: glibc-devel BuildRequires: jack-devel -BuildRequires: libqt4-devel BuildRequires: make BuildRequires: pkgconfig +BuildRequires: pkgconfig(Qt5Core) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,7 +61,6 @@ %prep %setup -q -n qjack-%{_reldate} %patch1 -p1 -%patch2 -p1 %build install -d build ++++++ qjack-20131111.tar.bz2 -> qjack-20170112.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qjack-20131111/examples/qinportexample.cpp new/qjack-20170112/examples/qinportexample.cpp --- old/qjack-20131111/examples/qinportexample.cpp 2017-01-06 13:51:13.796437345 +0100 +++ new/qjack-20170112/examples/qinportexample.cpp 2017-07-25 13:55:24.527954589 +0200 @@ -56,7 +56,7 @@ int meterzero = 40; // Where is 1.0 amplitude located? cout<<setprecision(5)<<fixed; - while(TRUE) + while(true) { float rmsamp = rmsport->rmsAmplitude(); cout<<"RMS: "<<rmsamp<<" "; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qjack-20131111/qjack/inport.h new/qjack-20170112/qjack/inport.h --- old/qjack-20131111/qjack/inport.h 2017-01-06 13:51:13.796437345 +0100 +++ new/qjack-20170112/qjack/inport.h 2017-07-25 13:55:24.527954589 +0200 @@ -78,7 +78,7 @@ { if ((size % sizeof(T)) != 0){ qWarning() << "InPort | corrupted data"; - return; + return -1; } return(m_buffer.read(reinterpret_cast<T *>(data), size / sizeof(T))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qjack-20131111/qjack/outport.h new/qjack-20170112/qjack/outport.h --- old/qjack-20131111/qjack/outport.h 2017-01-06 13:51:13.796437345 +0100 +++ new/qjack-20170112/qjack/outport.h 2017-07-25 13:55:24.527954589 +0200 @@ -76,7 +76,7 @@ { if ((size % sizeof(T)) != 0){ qWarning() << "OutPort | corrupted data"; - return; + return -1; } return(m_buffer.write(reinterpret_cast<T *>(data), size / sizeof(T))); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/qjack-20131111/qjack/qjackclient.h new/qjack-20170112/qjack/qjackclient.h --- old/qjack-20131111/qjack/qjackclient.h 2017-01-06 13:51:13.796437345 +0100 +++ new/qjack-20170112/qjack/qjackclient.h 2017-07-25 13:55:24.527954589 +0200 @@ -60,7 +60,9 @@ //! errno // local storage of the error number returned (if any) // from functions called made available for reference or display. +#ifndef errno int errno; +#endif //! errstr // local storage the error message (if any)
