Hello community,

here is the log from the commit of package portaudio for openSUSE:Factory 
checked in at 2017-05-20 10:11:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/portaudio (Old)
 and      /work/SRC/openSUSE:Factory/.portaudio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "portaudio"

Sat May 20 10:11:06 2017 rev:28 rq:495454 version:190600_20161030

Changes:
--------
--- /work/SRC/openSUSE:Factory/portaudio/portaudio.changes      2015-07-05 
17:54:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.portaudio.new/portaudio.changes 2017-05-20 
10:11:10.936915985 +0200
@@ -1,0 +2,38 @@
+Thu May 11 15:48:13 UTC 2017 - tuukka.pasa...@ilmi.fi
+
+- Update to latest version v190600_20161030
+
+- Changes to portaudio.h (There were no changes to existing `portaudio.h` 
API/ABI in this release)
+
+- The API was extended as follows:
+  - Prior to March 3, 2015, `Pa_GetVersion()` always returned 1899 in the 
`V19` version of PortAudio.
+
+  - On March 3, 2015, enhanced version retrieval APIs were added to 
`portaudio.h`:
+    * `Pa_GetVersion()` now returns a useful number, e.g. 0×00130501 for 19.5.1
+    * added `paMakeVersionNumber` macro for comparing to `int` version 
returned by `Pa_GetVersion()`
+    * added `PaVersionInfo` struct with version major, minor, subminor, 
versionControlRevision, versionText
+    * added `Pa_GetVersionInfo()` gets `PaVersionInfo` struct
+    * `Pa_GetVersionText()` is deprecated; use 
`Pa_GetVersionInfo()→versionText`
+
+  - On March 3, 2015, the version number was set to 19.5.0. (5 was chosen to 
reflect that there were 4 prior V19 stable snapshots.)
+    * This new release has version number 19.6.0.
+    * The Host-API-specific structures for WDM/KS and WASAPI were altered in 
this release. This is an ABI change.
+      Client code depending on these particular host-API-specific APIs will 
need to be recompiled and linked against
+      a compatible PortAudio version. See below. Changes to WDM/KS 
Host-API-specific Struct in pa_win_wdmks.h
+    * Added `flags` and `channelMask` fields to `PaWinWDMKSInfo`. 4aa340a57e
+
+  - These changes were made on April 9, 2014. At that time `Pa_GetVersion()` 
returned 1899. The changes are present when the version number is 19.5.0 or 
greater.
+    * Forward/backward compatibility: The implementation checks the `size` 
field of `PaWinWDMKSInfo`.
+      The old version will reject new structs, and the new version will reject 
old structs. 
+      In both cases `paIncompatibleHostApiSpecificStreamInfo` is the error 
returned.
+    * Changes to WASAPI Host-API-specific Struct pa_win_wasapi.h
+    * Added `streamCategory` and `streamOption` to `PaWasapiStreamInfo` 
4e194eaecf
+
+  - These changes were made on October 19, 2015. At that time 
`Pa_GetVersion()` returned 19.5.0. The changes are present when the version 
number is 19.6.0 or greater.
+    * Forward/backward compatibility: The implementation checks the `size` 
field of `PaWasapiStreamInfo`.
+      The old version will reject new structs, and the new version will reject 
old structs. In both cases
+      `paIncompatibleHostApiSpecificStreamInfo` is the error returned.
+
+- Full Changelog: 
https://app.assembla.com/wiki/show/portaudio/pa_stable_v190600_20161030 
+
+-------------------------------------------------------------------

Old:
----
  pa_stable_v19_20140130.tgz

New:
----
  pa_stable_v190600_20161030.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ portaudio.spec ++++++
--- /var/tmp/diff_new_pack.wlhdG6/_old  2017-05-20 10:11:12.084753801 +0200
+++ /var/tmp/diff_new_pack.wlhdG6/_new  2017-05-20 10:11:12.088753236 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package portaudio
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define soname_p 0
 
 Name:           portaudio
-Version:        19_20140130
+Version:        190600_20161030
 Release:        0
 Summary:        Portable Real-Time Audio Library
 License:        MIT
@@ -44,8 +44,8 @@
 
 %package -n %lname_c
 Summary:        Portable Real-Time Audio Library
-Group:          System/Libraries
 # portaudio was last used in openSUSE 12.1
+Group:          System/Libraries
 Provides:       portaudio = %{version}
 Obsoletes:      portaudio < %{version}
 
@@ -56,8 +56,8 @@
 floating point, and will be converted to the native format internally.
 %package -n %lname_p
 Summary:        Portable Real-Time Audio Library
-Group:          System/Libraries
 # packman used to provide this
+Group:          System/Libraries
 Obsoletes:      libportaudiocpp
 
 %description -n %lname_p

++++++ pa_stable_v19_20140130.tgz -> pa_stable_v190600_20161030.tgz ++++++
++++ 92235 lines of diff (skipped)


Reply via email to