Hello community,

here is the log from the commit of package aubio for openSUSE:Factory checked 
in at 2015-11-08 11:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aubio (Old)
 and      /work/SRC/openSUSE:Factory/.aubio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aubio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/aubio/aubio.changes      2014-08-04 
16:51:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.aubio.new/aubio.changes 2015-11-08 
11:26:33.000000000 +0100
@@ -1,0 +2,57 @@
+Tue Oct 27 15:14:35 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.4.2
+       * src/onset/onset.h: add aubio_onset_get_silence(), fix description of
+         aubio_onset_get/set_delay functions
+       * src/tempo/tempo.h: add aubio_tempo_get_silence and 
aubio_tempo_get_threshold
+       * src/io/audio_unit.c: fix deprecation warning (closes #16)
+       * src/io/sink_apple_audio.c: avoid opening null path
+       * src/io/sink_sndfile.c: improve error messages, set nsamples after 
write
+       * src/io/sink_wavwrite.c: fail if samplerate is way too large, assume
+       windows is little endian to build with mingw32
+       * src/io/source_apple_audio.c: check out of bounds _seek, set s->path, 
quiet
+       * src/io/source_avcodec.c: update to libav10, libavcodec 55.34.1
+       * src/io/source_sndfile.c: cast to uint_t for now, clarify some 
variables
+         names, fix crash, zero-pad output vector when upsampling, improve
+      seek errors and strings
+       * src/io/source_wavread.c: avoid orphan parenthesis , cast size_t to 
int to
+         avoid warning on win64 , improve seek errors processing , sync error 
message
+       * src/onset/onset.c: avoid doubled onset at start, check parameters
+       * src/pitch/pitch.c: add Hertz as valid unit string, check parameters
+       * src/pitch/pitchyin.c, src/pitch/pitchyinfft.c: avoid producing
+      NaN on silence (closes #7)
+       * src/pitch/pitchyin.{c,h}: fix typo, developed
+       * src/spectral/phasevoc.c: fix argument checks, improve error messages
+       * src/synth/sampler.c: make sure blocksize > 0
+       * src/tempo/beattracking.c: avoid segfault on silence (closes #24)
+       * src/tempo/tempo.c: add silence detection (closes #23), add old 
behavior in
+         examples/aubiotrack.c, check parameters
+       * src/*.c: fix some useless float conversion
+       * python/ext/aubiomodule.c: improve documentation
+       * python/ext/py-musicutils.c: add silence_detection (closes #21),
+         level_detection, db_spl, level_lin, complete window implementation
+       * python/ext/py-source.c: add channels, add seek (closes #9)
+       * python/demos/demo_a_weighting.py: add simple demo for a_weighting
+       * python/demos/demo_sink_multi.py: add multi channel version
+       * python/demos/, python/demos/: minor improvements, improve syntax 
(closes #19)
+       * python/setup.py: use setuptools, add numpy to install_requires
+       * waf: removed, now automatically downloaded with make, updated to 
1.8.12
+       * Makefile: add target to fetch waf and basic instructions
+       * .travis.yml: added template for travis continuous integration
+       * {examples,src,tests}/wscript_build: add external libs and uselib to 
targets 
+       * src/wscript_build: do not hardocode install path
+       * wscript, src/io/*.c: use custom defines instead of __APPLE__
+       * wscript: make fat build optional, remove iOS sdk versioning
+       * examples/: use outmsg to print notes (fixes #8)
+       * examples/parse_args.h: improve short documentation (closes #12)
+       * doc/*.cfg: remove html timestamps to make build reproducible 
+      (see debian bug #779216)
+       * doc/aubiocut.txt: improve documentation
+       * doc/*.rst: add sphinx documentation basis with Makefile and conf.py
+       * README.md: minor updates
+       * python.old: removed old code
+       * tests/: minor bug fixing
+- Add doxygen, ffmpeg-devel and txt2man dependencies
+- Replace python with python-devel
+
+-------------------------------------------------------------------

Old:
----
  aubio-0.4.1.tar.bz2
  aubio-0.4.1.tar.bz2.asc

New:
----
  aubio-0.4.2.tar.bz2
  aubio-0.4.2.tar.bz2.asc

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

Other differences:
------------------
++++++ aubio.spec ++++++
--- /var/tmp/diff_new_pack.JFfDQi/_old  2015-11-08 11:26:34.000000000 +0100
+++ /var/tmp/diff_new_pack.JFfDQi/_new  2015-11-08 11:26:34.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aubio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,13 +22,18 @@
 License:        GPL-2.0
 Group:          System/Libraries
 BuildRequires:  alsa-devel
+BuildRequires:  doxygen
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
+BuildRequires:  ffmpeg-devel
+BuildRequires:  txt2man
+%endif
 BuildRequires:  fftw3-devel
 BuildRequires:  libjack-devel
 BuildRequires:  libsamplerate-devel
 BuildRequires:  libsndfile-devel
 BuildRequires:  pkg-config
-BuildRequires:  python
-Version:        0.4.1
+BuildRequires:  python-devel
+Version:        0.4.2
 Release:        0
 Source:         http://aubio.org/pub/%{name}-%{version}.tar.bz2
 Source1:        http://aubio.org/pub/%{name}-%{version}.tar.bz2.asc
@@ -87,7 +92,9 @@
 
 %install
 ./waf install --destdir=%{buildroot}
-rm %{buildroot}/%{_libdir}/libaubio.a
+mkdir -p %{buildroot}%{_docdir}/%{name}
+cp -pR %{buildroot}%{_datadir}/doc/libaubio-doc/html 
%{buildroot}%{_docdir}/%{name}
+rm -rf %{buildroot}%{_datadir}/doc/libaubio-doc
 
 %post -n %{libpkgname} -p /sbin/ldconfig
 
@@ -106,6 +113,10 @@
 
 %files tools
 %defattr(-, root, root)
+%doc %{_docdir}/%{name}
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
+%{_mandir}/man1/*
+%endif
 %{_bindir}/*
 
 %changelog

++++++ aubio-0.4.1.tar.bz2 -> aubio-0.4.2.tar.bz2 ++++++
++++ 10848 lines of diff (skipped)


Reply via email to