Hello community,

here is the log from the commit of package python-gst for openSUSE:Factory 
checked in at 2016-06-19 10:49:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gst (Old)
 and      /work/SRC/openSUSE:Factory/.python-gst.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gst"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes    2016-05-03 
10:16:47.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-gst.new/python-gst.changes       
2016-06-19 10:49:42.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jun 15 14:30:35 UTC 2016 - [email protected]
+
+- Update to version 1.8.2:
+  + No changes, version bump only.
+
+-------------------------------------------------------------------
python3-gst.changes: same change

Old:
----
  gst-python-1.8.1.tar.xz

New:
----
  gst-python-1.8.2.tar.xz

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

Other differences:
------------------
++++++ python-gst.spec ++++++
--- /var/tmp/diff_new_pack.SJ7YLn/_old  2016-06-19 10:49:43.000000000 +0200
+++ /var/tmp/diff_new_pack.SJ7YLn/_new  2016-06-19 10:49:43.000000000 +0200
@@ -34,7 +34,7 @@
 
 Name:           python-gst
 %define _name gst-python
-Version:        1.8.1
+Version:        1.8.2
 Release:        0
 Summary:        Python Bindings for GStreamer
 License:        LGPL-2.1+

++++++ python3-gst.spec ++++++
--- /var/tmp/diff_new_pack.SJ7YLn/_old  2016-06-19 10:49:43.000000000 +0200
+++ /var/tmp/diff_new_pack.SJ7YLn/_new  2016-06-19 10:49:43.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-gst
+# spec file for package python3-gst
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -34,7 +34,7 @@
 
 Name:           python3-gst
 %define _name gst-python
-Version:        1.8.1
+Version:        1.8.2
 Release:        0
 Summary:        Python Bindings for GStreamer
 License:        LGPL-2.1+

++++++ gst-python-1.8.1.tar.xz -> gst-python-1.8.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.8.1/ChangeLog 
new/gst-python-1.8.2/ChangeLog
--- old/gst-python-1.8.1/ChangeLog      2016-04-20 17:21:03.000000000 +0200
+++ new/gst-python-1.8.2/ChangeLog      2016-06-09 10:30:58.000000000 +0200
@@ -1,9 +1,20 @@
+=== release 1.8.2 ===
+
+2016-06-09  Sebastian Dröge <[email protected]>
+
+       * configure.ac:
+         releasing 1.8.2
+
 === release 1.8.1 ===
 
-2016-04-20  Sebastian Dröge <[email protected]>
+2016-04-20 18:35:29 +0300  Sebastian Dröge <[email protected]>
 
+       * ChangeLog:
+       * NEWS:
+       * RELEASE:
        * configure.ac:
-         releasing 1.8.1
+       * gst-python.doap:
+         Release 1.8.1
 
 === release 1.8.0 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.8.1/Makefile.in 
new/gst-python-1.8.2/Makefile.in
--- old/gst-python-1.8.1/Makefile.in    2016-04-20 14:17:57.000000000 +0200
+++ new/gst-python-1.8.2/Makefile.in    2016-06-09 10:30:56.000000000 +0200
@@ -179,7 +179,7 @@
        $(top_srcdir)/common/cruft.mak \
        $(top_srcdir)/common/release.mak AUTHORS COPYING ChangeLog \
        INSTALL NEWS README TODO compile config.guess config.sub \
-       install-sh ltmain.sh missing py-compile
+       depcomp install-sh ltmain.sh missing py-compile
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.8.1/NEWS new/gst-python-1.8.2/NEWS
--- old/gst-python-1.8.1/NEWS   2016-04-20 17:21:49.000000000 +0200
+++ new/gst-python-1.8.2/NEWS   2016-06-09 10:32:53.000000000 +0200
@@ -1,24 +1,26 @@
-### 1.8.1
+### 1.8.2
 
-The first 1.8 bug-fix release (1.8.1) was released on 20 April 2016.
+The first 1.8 bug-fix release (1.8.2) was released on 9 June 2016.
 This release only contains bugfixes and it should be safe to update from 1.8.0.
 
-#### Major bugfixes in 1.8.1
+#### Major bugfixes in 1.8.2
 
- - Fix app compilation with Android NDK r11 and newer
- - Fix compilation of nvenc plugin against latest NVIDIA SDK 6.0
- - Fix regression in avdeinterlace
- - Fix memory corruption in scaletempo element with S16 input
- - Fix regression in qtdemux with MSE streams
- - Fix glitches at the start with all audio sinks except for pulsesink
- - Fix regression with encrypted HLS streams
- - Fix automatic multithreaded decoding of VP8/9 video
- - Fix deadlock in HTTP adaptive streams when scrub-seeking
- - Fix regression in RTSP source with SRTP
- - Add support for SRTP rollover counters in the RTSP source
- - Add support for HiDPI ("Retina") screens in caopengllayersink
- - ... and many more!
+ - Fix vp8enc and flacenc segmentation faults on Windows
+ - Fix Android build failure due to BSD sed on OS X
+ - Fix Android build failure with applications targetting API > 20
+ - Fix playback of live MS SmoothStreaming streams
+ - Fix various issues with vtdec and caopengllayersink on OS X
+ - Fix severe performance degradation in various image decoders
+ - Fix sample rate negotiation in opusdec
+ - Fix regression in typefind, causing deadlocks in some situations
+ - Fix mpegtsmux to set PTS on all output buffers again
+ - Fix extraction of frame dimensions from SDP in RTP JPEG depayloader
+ - Fix failure in v4l2videodec when setting of format fails after starting
+ - ... and many, many more!
 
-For a full list of bugfixes see [Bugzilla][buglist-1.8.1].
+For a full list of bugfixes see [Bugzilla][buglist-1.8.2]. Note that this is
+not the full list of changes. For the full list of changes please refer to the
+GIT logs or ChangeLogs of the particular modules.
+
+[buglist-1.8.2]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=130196&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.2
 
-[buglist-1.8.1]: 
https://bugzilla.gnome.org/buglist.cgi?bug_status=RESOLVED&bug_status=VERIFIED&classification=Platform&limit=0&list_id=117422&order=bug_id&product=GStreamer&query_format=advanced&resolution=FIXED&target_milestone=1.8.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.8.1/configure 
new/gst-python-1.8.2/configure
--- old/gst-python-1.8.1/configure      2016-04-20 14:17:57.000000000 +0200
+++ new/gst-python-1.8.2/configure      2016-06-09 10:30:55.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer GObject Introspection overrides 
for Python  1.8.1.
+# Generated by GNU Autoconf 2.69 for GStreamer GObject Introspection overrides 
for Python  1.8.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GStreamer GObject Introspection overrides for Python '
 PACKAGE_TARNAME='gst-python'
-PACKAGE_VERSION='1.8.1'
-PACKAGE_STRING='GStreamer GObject Introspection overrides for Python  1.8.1'
+PACKAGE_VERSION='1.8.2'
+PACKAGE_STRING='GStreamer GObject Introspection overrides for Python  1.8.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
 PACKAGE_URL=''
 
@@ -1383,7 +1383,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures GStreamer GObject Introspection overrides for Python  
1.8.1 to adapt to many kinds of systems.
+\`configure' configures GStreamer GObject Introspection overrides for Python  
1.8.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1455,7 +1455,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GStreamer GObject 
Introspection overrides for Python  1.8.1:";;
+     short | recursive ) echo "Configuration of GStreamer GObject 
Introspection overrides for Python  1.8.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1584,7 +1584,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GStreamer GObject Introspection overrides for Python  configure 1.8.1
+GStreamer GObject Introspection overrides for Python  configure 1.8.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1862,7 +1862,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GStreamer GObject Introspection overrides for Python  $as_me 
1.8.1, which was
+It was created by GStreamer GObject Introspection overrides for Python  $as_me 
1.8.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2840,7 +2840,7 @@
 
 # Define the identity of the package.
  PACKAGE='gst-python'
- VERSION='1.8.1'
+ VERSION='1.8.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3051,9 +3051,9 @@
 
 
 
-  PACKAGE_VERSION_MAJOR=$(echo 1.8.1 | cut -d'.' -f1)
-  PACKAGE_VERSION_MINOR=$(echo 1.8.1 | cut -d'.' -f2)
-  PACKAGE_VERSION_MICRO=$(echo 1.8.1 | cut -d'.' -f3)
+  PACKAGE_VERSION_MAJOR=$(echo 1.8.2 | cut -d'.' -f1)
+  PACKAGE_VERSION_MINOR=$(echo 1.8.2 | cut -d'.' -f2)
+  PACKAGE_VERSION_MICRO=$(echo 1.8.2 | cut -d'.' -f3)
 
 
 
@@ -3064,7 +3064,7 @@
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
 $as_echo_n "checking nano version... " >&6; }
 
-  NANO=$(echo 1.8.1 | cut -d'.' -f4)
+  NANO=$(echo 1.8.2 | cut -d'.' -f4)
 
   if test x"$NANO" = x || test "x$NANO" = "x0" ; then
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -15249,7 +15249,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GStreamer GObject Introspection overrides for Python 
 $as_me 1.8.1, which was
+This file was extended by GStreamer GObject Introspection overrides for Python 
 $as_me 1.8.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15315,7 +15315,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GStreamer GObject Introspection overrides for Python  config.status 1.8.1
+GStreamer GObject Introspection overrides for Python  config.status 1.8.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gst-python-1.8.1/configure.ac 
new/gst-python-1.8.2/configure.ac
--- old/gst-python-1.8.1/configure.ac   2016-04-20 14:17:52.000000000 +0200
+++ new/gst-python-1.8.2/configure.ac   2016-06-09 09:09:49.000000000 +0200
@@ -3,7 +3,7 @@
 dnl initialize autoconf
 dnl when going to/from release please set the nano (fourth number) right !
 dnl releases only do Wall, cvs and prerelease does Werror too
-AC_INIT(GStreamer GObject Introspection overrides for Python , 1.8.1,
+AC_INIT(GStreamer GObject Introspection overrides for Python , 1.8.2,
     http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
     gst-python)
 


Reply via email to