openSUSE Commits
Threads by month
- ----- 2025 -----
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
December 2014
- 1 participants
- 1096 discussions
Hello community,
here is the log from the commit of package libgit2-glib for openSUSE:Factory checked in at 2014-12-31 11:22:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgit2-glib (Old)
and /work/SRC/openSUSE:Factory/.libgit2-glib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgit2-glib"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libgit2-glib/libgit2-glib.changes 2014-09-30 19:38:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libgit2-glib.new/libgit2-glib.changes 2014-12-31 11:22:33.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Dec 29 22:01:48 UTC 2014 - zaitor(a)opensuse.org
+
+- Update to version 0.0.24:
+ + Support Notes.
+ + Misc bugfixing.
+
+-------------------------------------------------------------------
Old:
----
libgit2-glib-0.0.22.tar.xz
New:
----
libgit2-glib-0.0.24.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgit2-glib.spec ++++++
--- /var/tmp/diff_new_pack.e6UlD0/_old 2014-12-31 11:22:33.000000000 +0100
+++ /var/tmp/diff_new_pack.e6UlD0/_new 2014-12-31 11:22:33.000000000 +0100
@@ -18,7 +18,7 @@
Name: libgit2-glib
-Version: 0.0.22
+Version: 0.0.24
Release: 0
Summary: Glib wrapper library around libgit2
License: LGPL-2.1+
++++++ libgit2-glib-0.0.22.tar.xz -> libgit2-glib-0.0.24.tar.xz ++++++
++++ 2801 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/ChangeLog new/libgit2-glib-0.0.24/ChangeLog
--- old/libgit2-glib-0.0.22/ChangeLog 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/ChangeLog 2014-11-04 17:01:29.000000000 +0100
@@ -1,6 +1,85 @@
+commit 0f4bf192d2866fb3e054b569437f29664c5b8f1e
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-10-19
+
+ Use the right type for the user data
+
+M libgit2-glib/ggit-types.h
+
+commit b9bed9d9d5eb65a19e1ac89c11e7eff4dc7f6f99
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-10-19
+
+ Bind for ggit_repository_note_foreach
+
+M libgit2-glib/ggit-repository.c
+M libgit2-glib/ggit-repository.h
+M libgit2-glib/ggit-types.h
+
+commit 4ac4549fc0f03a231f2fb59a532ff7e8aa20c3d0
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-10-18
+
+ repository: improve docs
+
+M libgit2-glib/ggit-repository.c
+
+commit 560add3c8fe3328d3d6ae3f4f883f686d8f0f914
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-10-18
+
+ Provide ggit_repository_read_note
+
+M libgit2-glib/ggit-repository.c
+M libgit2-glib/ggit-repository.h
+
+commit cd18205884b0ef6ad93ca75cb4ebcce25e89a3eb
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-10-18
+
+ Basic wrapping for GgitNote
+
+M libgit2-glib/Makefile.am
+A libgit2-glib/ggit-note.c
+A libgit2-glib/ggit-note.h
+M libgit2-glib/ggit-repository.c
+M libgit2-glib/ggit-repository.h
+M libgit2-glib/ggit-types.h
+
+commit 290f483222bc9805474f344d094358dd6ab052af
+Author: Christian Hergert <christian(a)hergert.me>
+Date: 2014-09-28
+
+ Fix user_data parameter in ggit_diff_blob_to_buffer()
+
+ gpointer is already a (void *), so the extra * only causes type
+ warnings
+ with the compiler. No ABI break necessary.
+
+M libgit2-glib/ggit-diff.c
+M libgit2-glib/ggit-diff.h
+
+commit b35ef3013d5fa3a17d897dd834a29489837f8471
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-09-15
+
+ Post release version bump to 0.0.23
+
+M configure.ac
+
+commit a3b598538780d22a22fde08cc2e3db14ccd2681e
+Author: Ignacio Casal Quinteiro <icq(a)gnome.org>
+Date: 2014-09-15
+
+ Release 0.0.22
+
+M NEWS
+M README
+M configure.ac
+
commit a76152e2e1992a013a53105a95d16f4617ac0c28
Author: Jesse van den Kieboom <jessevdk(a)gmail.com>
-Date: 2014-09-12
+Date: 2014-09-12
Check for availability of termios.h for clone example
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/INSTALL new/libgit2-glib-0.0.24/INSTALL
--- old/libgit2-glib-0.0.22/INSTALL 2014-09-15 20:27:49.000000000 +0200
+++ new/libgit2-glib-0.0.24/INSTALL 2014-11-04 17:01:09.000000000 +0100
@@ -12,8 +12,8 @@
Basic Installation
==================
- Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package. The following
+ Briefly, the shell command `./configure && make && make install'
+should configure, build, and install this package. The following
more-detailed instructions are generic; see the `README' file for
instructions specific to this package. Some packages provide this
`INSTALL' file but do not implement all of the features documented
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/NEWS new/libgit2-glib-0.0.24/NEWS
--- old/libgit2-glib-0.0.22/NEWS 2014-09-15 20:27:41.000000000 +0200
+++ new/libgit2-glib-0.0.24/NEWS 2014-11-04 17:00:55.000000000 +0100
@@ -1,3 +1,8 @@
+News in 0.0.24
+--------------
+* Support Notes
+* Misc bugfixing
+
News in 0.0.22
--------------
* More API support
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/README new/libgit2-glib-0.0.24/README
--- old/libgit2-glib-0.0.22/README 2014-09-15 20:27:41.000000000 +0200
+++ new/libgit2-glib-0.0.24/README 2014-11-04 17:00:12.000000000 +0100
@@ -20,8 +20,8 @@
Simple install procedure:
- % tar Jxf libgit2-glib-0.0.22.tar.xz # unpack the sources
- % cd libgit2-glib-0.0.22 # change to the toplevel directory
+ % tar Jxf libgit2-glib-0.0.24.tar.xz # unpack the sources
+ % cd libgit2-glib-0.0.24 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build libgit2-glib
[ Become root if necessary ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/compile new/libgit2-glib-0.0.24/compile
--- old/libgit2-glib-0.0.22/compile 1970-01-01 01:00:00.000000000 +0100
+++ new/libgit2-glib-0.0.24/compile 2014-11-04 17:01:09.000000000 +0100
@@ -0,0 +1,347 @@
+#! /bin/sh
+# Wrapper for compilers which do not understand '-c -o'.
+
+scriptversion=2012-10-14.11; # UTC
+
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Written by Tom Tromey <tromey(a)cygnus.com>.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+# As a special exception to the GNU General Public License, if you
+# distribute this file as part of a program that contains a
+# configuration script generated by Autoconf, you may include it under
+# the same distribution terms that you use for the rest of that program.
+
+# This file is maintained in Automake, please report
+# bugs to <bug-automake(a)gnu.org> or send patches to
+# <automake-patches(a)gnu.org>.
+
+nl='
+'
+
+# We need space, tab and new line, in precisely that order. Quoting is
+# there to prevent tools from complaining about whitespace usage.
+IFS=" "" $nl"
+
+file_conv=
+
+# func_file_conv build_file lazy
+# Convert a $build file to $host form and store it in $file
+# Currently only supports Windows hosts. If the determined conversion
+# type is listed in (the comma separated) LAZY, no conversion will
+# take place.
+func_file_conv ()
+{
+ file=$1
+ case $file in
+ / | /[!/]*) # absolute file, and not a UNC file
+ if test -z "$file_conv"; then
+ # lazily determine how to convert abs files
+ case `uname -s` in
+ MINGW*)
+ file_conv=mingw
+ ;;
+ CYGWIN*)
+ file_conv=cygwin
+ ;;
+ *)
+ file_conv=wine
+ ;;
+ esac
+ fi
+ case $file_conv/,$2, in
+ *,$file_conv,*)
+ ;;
+ mingw/*)
+ file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
+ ;;
+ cygwin/*)
+ file=`cygpath -m "$file" || echo "$file"`
+ ;;
+ wine/*)
+ file=`winepath -w "$file" || echo "$file"`
+ ;;
+ esac
+ ;;
+ esac
+}
+
+# func_cl_dashL linkdir
+# Make cl look for libraries in LINKDIR
+func_cl_dashL ()
+{
+ func_file_conv "$1"
+ if test -z "$lib_path"; then
+ lib_path=$file
+ else
+ lib_path="$lib_path;$file"
+ fi
+ linker_opts="$linker_opts -LIBPATH:$file"
+}
+
+# func_cl_dashl library
+# Do a library search-path lookup for cl
+func_cl_dashl ()
+{
+ lib=$1
+ found=no
+ save_IFS=$IFS
+ IFS=';'
+ for dir in $lib_path $LIB
+ do
+ IFS=$save_IFS
+ if $shared && test -f "$dir/$lib.dll.lib"; then
+ found=yes
+ lib=$dir/$lib.dll.lib
+ break
+ fi
+ if test -f "$dir/$lib.lib"; then
+ found=yes
+ lib=$dir/$lib.lib
+ break
+ fi
+ if test -f "$dir/lib$lib.a"; then
+ found=yes
+ lib=$dir/lib$lib.a
+ break
+ fi
+ done
+ IFS=$save_IFS
+
+ if test "$found" != yes; then
+ lib=$lib.lib
+ fi
+}
+
+# func_cl_wrapper cl arg...
+# Adjust compile command to suit cl
+func_cl_wrapper ()
+{
+ # Assume a capable shell
+ lib_path=
+ shared=:
+ linker_opts=
+ for arg
+ do
+ if test -n "$eat"; then
+ eat=
+ else
+ case $1 in
+ -o)
+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
+ eat=1
+ case $2 in
+ *.o | *.[oO][bB][jJ])
+ func_file_conv "$2"
+ set x "$@" -Fo"$file"
+ shift
+ ;;
+ *)
+ func_file_conv "$2"
+ set x "$@" -Fe"$file"
+ shift
+ ;;
+ esac
+ ;;
+ -I)
+ eat=1
+ func_file_conv "$2" mingw
+ set x "$@" -I"$file"
+ shift
+ ;;
+ -I*)
+ func_file_conv "${1#-I}" mingw
+ set x "$@" -I"$file"
+ shift
+ ;;
+ -l)
+ eat=1
+ func_cl_dashl "$2"
+ set x "$@" "$lib"
+ shift
+ ;;
+ -l*)
+ func_cl_dashl "${1#-l}"
+ set x "$@" "$lib"
+ shift
+ ;;
+ -L)
+ eat=1
+ func_cl_dashL "$2"
+ ;;
+ -L*)
+ func_cl_dashL "${1#-L}"
+ ;;
+ -static)
+ shared=false
+ ;;
+ -Wl,*)
+ arg=${1#-Wl,}
+ save_ifs="$IFS"; IFS=','
+ for flag in $arg; do
+ IFS="$save_ifs"
+ linker_opts="$linker_opts $flag"
+ done
+ IFS="$save_ifs"
+ ;;
+ -Xlinker)
+ eat=1
+ linker_opts="$linker_opts $2"
+ ;;
+ -*)
+ set x "$@" "$1"
+ shift
+ ;;
+ *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
+ func_file_conv "$1"
+ set x "$@" -Tp"$file"
+ shift
+ ;;
+ *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
+ func_file_conv "$1" mingw
+ set x "$@" "$file"
+ shift
+ ;;
+ *)
+ set x "$@" "$1"
+ shift
+ ;;
+ esac
+ fi
+ shift
+ done
+ if test -n "$linker_opts"; then
+ linker_opts="-link$linker_opts"
+ fi
+ exec "$@" $linker_opts
+ exit 1
+}
+
+eat=
+
+case $1 in
+ '')
+ echo "$0: No command. Try '$0 --help' for more information." 1>&2
+ exit 1;
+ ;;
+ -h | --h*)
+ cat <<\EOF
+Usage: compile [--help] [--version] PROGRAM [ARGS]
+
+Wrapper for compilers which do not understand '-c -o'.
+Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
+arguments, and rename the output as expected.
+
+If you are trying to build a whole package this is not the
+right script to run: please start by reading the file 'INSTALL'.
+
+Report bugs to <bug-automake(a)gnu.org>.
+EOF
+ exit $?
+ ;;
+ -v | --v*)
+ echo "compile $scriptversion"
+ exit $?
+ ;;
+ cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+ func_cl_wrapper "$@" # Doesn't return...
+ ;;
+esac
+
+ofile=
+cfile=
+
+for arg
+do
+ if test -n "$eat"; then
+ eat=
+ else
+ case $1 in
+ -o)
+ # configure might choose to run compile as 'compile cc -o foo foo.c'.
+ # So we strip '-o arg' only if arg is an object.
+ eat=1
+ case $2 in
+ *.o | *.obj)
+ ofile=$2
+ ;;
+ *)
+ set x "$@" -o "$2"
+ shift
+ ;;
+ esac
+ ;;
+ *.c)
+ cfile=$1
+ set x "$@" "$1"
+ shift
+ ;;
+ *)
+ set x "$@" "$1"
+ shift
+ ;;
+ esac
+ fi
+ shift
+done
+
+if test -z "$ofile" || test -z "$cfile"; then
+ # If no '-o' option was seen then we might have been invoked from a
+ # pattern rule where we don't need one. That is ok -- this is a
+ # normal compilation that the losing compiler can handle. If no
+ # '.c' file was seen then we are probably linking. That is also
+ # ok.
+ exec "$@"
+fi
+
+# Name of file we expect compiler to create.
+cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
+
+# Create the lock directory.
+# Note: use '[/\\:.-]' here to ensure that we don't use the same name
+# that we are using for the .o file. Also, base the name on the expected
+# object file name, since that is what matters with a parallel build.
+lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
+while true; do
+ if mkdir "$lockdir" >/dev/null 2>&1; then
+ break
+ fi
+ sleep 1
+done
+# FIXME: race condition here if user kills between mkdir and trap.
+trap "rmdir '$lockdir'; exit 1" 1 2 15
+
+# Run the compile.
+"$@"
+ret=$?
+
+if test -f "$cofile"; then
+ test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
+elif test -f "${cofile}bj"; then
+ test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
+fi
+
+rmdir "$lockdir"
+exit $ret
+
+# Local Variables:
+# mode: shell-script
+# sh-indentation: 2
+# eval: (add-hook 'write-file-hooks 'time-stamp)
+# time-stamp-start: "scriptversion="
+# time-stamp-format: "%:y-%02m-%02d.%02H"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
+# End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/configure.ac new/libgit2-glib-0.0.24/configure.ac
--- old/libgit2-glib-0.0.22/configure.ac 2014-09-15 20:27:41.000000000 +0200
+++ new/libgit2-glib-0.0.24/configure.ac 2014-11-04 17:00:03.000000000 +0100
@@ -2,7 +2,7 @@
m4_define(libgit2_glib_major_version, 0)
m4_define(libgit2_glib_minor_version, 0)
-m4_define(libgit2_glib_micro_version, 22)
+m4_define(libgit2_glib_micro_version, 24)
m4_define(libgit2_glib_version, libgit2_glib_major_version.libgit2_glib_minor_version.libgit2_glib_micro_version)
AC_INIT([libgit2-glib],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/html/GgitDiff.html new/libgit2-glib-0.0.24/docs/reference/html/GgitDiff.html
--- old/libgit2-glib-0.0.22/docs/reference/html/GgitDiff.html 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/html/GgitDiff.html 2014-11-04 17:01:29.000000000 +0100
@@ -806,7 +806,7 @@
<em class="parameter"><code><a class="link" href="GgitDiff.html#GgitDiffFileCallback" title="GgitDiffFileCallback ()"><span class="type">GgitDiffFileCallback</span></a> file_cb</code></em>,
<em class="parameter"><code><a class="link" href="GgitDiff.html#GgitDiffHunkCallback" title="GgitDiffHunkCallback ()"><span class="type">GgitDiffHunkCallback</span></a> hunk_cb</code></em>,
<em class="parameter"><code><a class="link" href="GgitDiff.html#GgitDiffLineCallback" title="GgitDiffLineCallback ()"><span class="type">GgitDiffLineCallback</span></a> line_cb</code></em>,
- <em class="parameter"><code><span class="type">gpointer</span> *user_data</code></em>,
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>,
<em class="parameter"><code><span class="type">GError</span> **error</code></em>);</pre>
<p>Same as <a class="link" href="GgitDiff.html#ggit-diff-blobs" title="ggit_diff_blobs ()"><code class="function">ggit_diff_blobs()</code></a> but using a buffer.</p>
<div class="refsect3">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/html/GgitRepository.html new/libgit2-glib-0.0.24/docs/reference/html/GgitRepository.html
--- old/libgit2-glib-0.0.22/docs/reference/html/GgitRepository.html 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/html/GgitRepository.html 2014-11-04 17:01:29.000000000 +0100
@@ -607,7 +607,7 @@
<span class="c_punctuation">(</span>*GgitStashCallback<span class="c_punctuation">)</span> (<em class="parameter"><code><span class="type">gsize</span> index</code></em>,
<em class="parameter"><code>const <span class="type">gchar</span> *message</code></em>,
<em class="parameter"><code><a class="link" href="GgitOId.html" title="GgitOId"><span class="type">GgitOId</span></a> *stash_oid</code></em>,
- <em class="parameter"><code><span class="type">gpointer</span> *user_data</code></em>);</pre>
+ <em class="parameter"><code><span class="type">gpointer</span> user_data</code></em>);</pre>
<p>When iterating over all the stashed states, callback that will be
issued per entry. See <a class="link" href="GgitRepository.html#ggit-repository-stash-foreach" title="ggit_repository_stash_foreach ()"><code class="function">ggit_repository_stash_foreach()</code></a>.</p>
<div class="refsect3">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/html/api-index-full.html new/libgit2-glib-0.0.24/docs/reference/html/api-index-full.html
--- old/libgit2-glib-0.0.22/docs/reference/html/api-index-full.html 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/html/api-index-full.html 2014-11-04 17:01:29.000000000 +0100
@@ -661,11 +661,11 @@
<dd></dd>
<a name="idxE"></a><h3 class="title">E</h3>
<dt>
-<a class="link" href="libgit2-glib-1.0-GgitError.html#GGIT-ERROR:CAPS" title="GGIT_ERROR">GGIT_ERROR</a>, macro in <a class="link" href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
+<a class="link" href="libgit2-glib-1.0-GgitError.html#GgitError" title="enum GgitError">GgitError</a>, enum in <a class="link" href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
</dt>
<dd></dd>
<dt>
-<a class="link" href="libgit2-glib-1.0-GgitError.html#GgitError" title="enum GgitError">GgitError</a>, enum in <a class="link" href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
+<a class="link" href="libgit2-glib-1.0-GgitError.html#GGIT-ERROR:CAPS" title="GGIT_ERROR">GGIT_ERROR</a>, macro in <a class="link" href="libgit2-glib-1.0-GgitError.html" title="GgitError">GgitError</a>
</dt>
<dd></dd>
<dt>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/html/index.html new/libgit2-glib-0.0.24/docs/reference/html/index.html
--- old/libgit2-glib-0.0.22/docs/reference/html/index.html 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/html/index.html 2014-11-04 17:01:29.000000000 +0100
@@ -14,7 +14,7 @@
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libgit2-glib Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">for libgit2-glib 0.0.22
+<div><p class="releaseinfo">for libgit2-glib 0.0.24
</p></div>
</div>
<hr>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/libgit2-glib-1.0.types new/libgit2-glib-0.0.24/docs/reference/libgit2-glib-1.0.types
--- old/libgit2-glib-0.0.22/docs/reference/libgit2-glib-1.0.types 2014-09-15 20:33:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/libgit2-glib-1.0.types 2014-11-04 17:01:29.000000000 +0100
@@ -52,6 +52,7 @@
ggit_merge_options_get_type
ggit_merge_tree_flags_get_type
ggit_native_get_type
+ggit_note_get_type
ggit_object_factory_base_get_type
ggit_object_factory_get_type
ggit_object_get_type
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/docs/reference/version.xml new/libgit2-glib-0.0.24/docs/reference/version.xml
--- old/libgit2-glib-0.0.22/docs/reference/version.xml 2014-09-15 20:27:51.000000000 +0200
+++ new/libgit2-glib-0.0.24/docs/reference/version.xml 2014-11-04 17:01:11.000000000 +0100
@@ -1 +1 @@
-0.0.22
+0.0.24
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/Makefile.am new/libgit2-glib-0.0.24/libgit2-glib/Makefile.am
--- old/libgit2-glib-0.0.22/libgit2-glib/Makefile.am 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/Makefile.am 2014-10-18 12:42:52.000000000 +0200
@@ -47,6 +47,7 @@
ggit-message.h \
ggit-merge-options.h \
ggit-native.h \
+ ggit-note.h \
ggit-object.h \
ggit-object-factory.h \
ggit-object-factory-base.h \
@@ -111,6 +112,7 @@
ggit-message.c \
ggit-merge-options.c \
ggit-native.c \
+ ggit-note.c \
ggit-object.c \
ggit-object-factory.c \
ggit-object-factory-base.c \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-diff.c new/libgit2-glib-0.0.24/libgit2-glib/ggit-diff.c
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-diff.c 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-diff.c 2014-10-18 12:42:52.000000000 +0200
@@ -766,7 +766,7 @@
GgitDiffFileCallback file_cb,
GgitDiffHunkCallback hunk_cb,
GgitDiffLineCallback line_cb,
- gpointer *user_data,
+ gpointer user_data,
GError **error)
{
gint ret;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-diff.h new/libgit2-glib-0.0.24/libgit2-glib/ggit-diff.h
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-diff.h 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-diff.h 2014-10-18 12:42:52.000000000 +0200
@@ -120,7 +120,7 @@
GgitDiffFileCallback file_cb,
GgitDiffHunkCallback hunk_cb,
GgitDiffLineCallback line_cb,
- gpointer *user_data,
+ gpointer user_data,
GError **error);
gboolean ggit_diff_find_similar (GgitDiff *diff,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-note.c new/libgit2-glib-0.0.24/libgit2-glib/ggit-note.c
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-note.c 1970-01-01 01:00:00.000000000 +0100
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-note.c 2014-10-18 12:42:52.000000000 +0200
@@ -0,0 +1,121 @@
+/*
+ * ggit-note.c
+ * This file is part of libgit2-glib
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * libgit2-glib is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * libgit2-glib is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with libgit2-glib. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#include "ggit-note.h"
+#include "ggit-oid.h"
+
+struct _GgitNote
+{
+ gint ref_count;
+
+ git_note *note;
+ GgitOId *id;
+};
+
+G_DEFINE_BOXED_TYPE (GgitNote, ggit_note,
+ ggit_note_ref, ggit_note_unref)
+
+GgitNote *
+_ggit_note_wrap (git_note *note)
+{
+ GgitNote *gnote;
+
+ g_return_val_if_fail (note != NULL, NULL);
+
+ gnote = g_slice_new (GgitNote);
+ gnote->ref_count = 1;
+ gnote->note = note;
+ gnote->id = _ggit_oid_wrap (git_note_id (note));
+
+ return gnote;
+}
+
+/**
+ * ggit_note_ref:
+ * @note: a #GgitNote.
+ *
+ * Atomically increments the reference count of @note by one.
+ * This function is MT-safe and may be called from any thread.
+ *
+ * Returns: a #GgitNote.
+ **/
+GgitNote *
+ggit_note_ref (GgitNote *note)
+{
+ g_return_val_if_fail (note != NULL, NULL);
+
+ g_atomic_int_inc (¬e->ref_count);
+
+ return note;
+}
+
+/**
+ * ggit_note_unref:
+ * @note: a #GgitNote.
+ *
+ * Atomically decrements the reference count of @note by one.
+ * If the reference count drops to 0, @note is freed.
+ **/
+void
+ggit_note_unref (GgitNote *note)
+{
+ g_return_if_fail (note != NULL);
+
+ if (g_atomic_int_dec_and_test (¬e->ref_count))
+ {
+ git_note_free (note->note);
+ ggit_oid_free (note->id);
+ g_slice_free (GgitNote, note);
+ }
+}
+
+/**
+ * ggit_note_get_message:
+ * @note: a #GgitNote.
+ *
+ * Gets the note message.
+ *
+ * Returns: the note message.
+ */
+const gchar *
+ggit_note_get_message (GgitNote *note)
+{
+ g_return_val_if_fail (note != NULL, NULL);
+
+ return git_note_message (note->note);
+}
+
+/**
+ * ggit_note_get_id:
+ * @note: a #GgitNote.
+ *
+ * Gets the note object's id.
+ *
+ * Returns: (transfer none): the object's id.
+ */
+GgitOId *
+ggit_note_get_id (GgitNote *note)
+{
+ g_return_val_if_fail (note != NULL, NULL);
+
+ return note->id;
+}
+
+/* ex:set ts=8 noet: */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-note.h new/libgit2-glib-0.0.24/libgit2-glib/ggit-note.h
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-note.h 1970-01-01 01:00:00.000000000 +0100
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-note.h 2014-10-18 12:42:52.000000000 +0200
@@ -0,0 +1,49 @@
+/*
+ * ggit-note.h
+ * This file is part of libgit2-glib
+ *
+ * Copyright (C) 2014 - Ignacio Casal Quinteiro
+ *
+ * libgit2-glib is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * libgit2-glib is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with libgit2-glib. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef __GGIT_NOTE_H__
+#define __GGIT_NOTE_H__
+
+#include <glib-object.h>
+#include <git2.h>
+
+#include "ggit-types.h"
+
+G_BEGIN_DECLS
+
+#define GGIT_TYPE_NOTE (ggit_note_get_type ())
+#define GGIT_NOTE(obj) ((GgitNote *)obj)
+
+GType ggit_note_get_type (void) G_GNUC_CONST;
+
+GgitNote *_ggit_note_wrap (git_note *note);
+
+GgitNote *ggit_note_ref (GgitNote *note);
+void ggit_note_unref (GgitNote *note);
+
+const gchar *ggit_note_get_message (GgitNote *note);
+
+GgitOId *ggit_note_get_id (GgitNote *note);
+
+G_END_DECLS
+
+#endif /* __GGIT_NOTE_H__ */
+
+/* ex:set ts=8 noet: */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-repository.c new/libgit2-glib-0.0.24/libgit2-glib/ggit-repository.c
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-repository.c 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-repository.c 2014-10-19 11:52:11.000000000 +0200
@@ -2992,4 +2992,243 @@
return _ggit_index_wrap (idx);
}
+/**
+ * ggit_repository_get_default_notes_ref:
+ * @repository: a #GgitRepository.
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Gets the default notes reference for @repository. It defaults to
+ * "refs/notes/commits".
+ *
+ * Returns: the default notes reference for @repository.
+ */
+const gchar *
+ggit_repository_get_default_notes_ref (GgitRepository *repository,
+ GError **error)
+{
+ const gchar *ref = NULL;
+ gint ret;
+
+ g_return_val_if_fail (GGIT_IS_REPOSITORY (repository), NULL);
+ g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+
+ ret = git_note_default_ref (&ref, _ggit_native_get (repository));
+
+ if (ret != GIT_OK)
+ {
+ _ggit_error_set (error, ret);
+ return NULL;
+ }
+
+ return ref;
+}
+
+/**
+ * ggit_repository_create_note:
+ * @repository: a #GgitRepository.
+ * @author: author signature.
+ * @committer: committer signature.
+ * @notes_ref: (allow-none): canonical name of the reference to use, or %NULL to use the default ref.
+ * @id: OID of the git object to decorate.
+ * @note: content of the note to add for object oid.
+ * @force: whether to overwrite existing note.
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Adds a note for an object.
+ *
+ * Returns: (transfer full): the OID for the note or %NULL in case of error.
+ */
+GgitOId *
+ggit_repository_create_note (GgitRepository *repository,
+ GgitSignature *author,
+ GgitSignature *committer,
+ const gchar *notes_ref,
+ GgitOId *id,
+ const gchar *note,
+ gboolean force,
+ GError **error)
+{
+ gint ret;
+ git_oid oid;
+
+ g_return_val_if_fail (GGIT_IS_REPOSITORY (repository), NULL);
+ g_return_val_if_fail (GGIT_IS_SIGNATURE (author), NULL);
+ g_return_val_if_fail (GGIT_IS_SIGNATURE (committer), NULL);
+ g_return_val_if_fail (id != NULL, NULL);
+ g_return_val_if_fail (note != NULL, NULL);
+ g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+
+ ret = git_note_create (&oid,
+ _ggit_native_get (repository),
+ _ggit_native_get (author),
+ _ggit_native_get (committer),
+ notes_ref,
+ _ggit_oid_get_oid (id),
+ note,
+ force);
+
+ if (ret != GIT_OK)
+ {
+ _ggit_error_set (error, ret);
+ return NULL;
+ }
+
+ return _ggit_oid_wrap (&oid);
+}
+
+/**
+ * ggit_repository_remove_note:
+ * @repository: a #GgitRepository.
+ * @notes_ref: (allow-none): canonical name of the reference to use, or %NULL to use the default ref.
+ * @author: author signature.
+ * @committer: committer signature.
+ * @id: OID of the git object to decorate.
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Removes the note for an object.
+ *
+ * Returns: %TRUE if the note was removed from @id.
+ */
+gboolean
+ggit_repository_remove_note (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitSignature *author,
+ GgitSignature *committer,
+ GgitOId *id,
+ GError **error)
+{
+ gint ret;
+
+ g_return_val_if_fail (GGIT_IS_REPOSITORY (repository), FALSE);
+ g_return_val_if_fail (GGIT_IS_SIGNATURE (author), FALSE);
+ g_return_val_if_fail (GGIT_IS_SIGNATURE (committer), FALSE);
+ g_return_val_if_fail (id != NULL, FALSE);
+ g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+
+ ret = git_note_remove (_ggit_native_get (repository),
+ notes_ref,
+ _ggit_native_get (author),
+ _ggit_native_get (committer),
+ _ggit_oid_get_oid (id));
+
+ if (ret != GIT_OK)
+ {
+ _ggit_error_set (error, ret);
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
+/**
+ * ggit_repository_read_note:
+ * @repository: a #GgitRepository.
+ * @notes_ref: (allow-none): canonical name of the reference to use, or %NULL to use the default ref.
+ * @id: OID of the git object to decorate.
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Reads the note for an object.
+ *
+ * Returns: (transfer full): the read note or %NULL in case of an error.
+ */
+GgitNote *
+ggit_repository_read_note (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitOId *id,
+ GError **error)
+{
+ gint ret;
+ git_note *note;
+
+ g_return_val_if_fail (GGIT_IS_REPOSITORY (repository), FALSE);
+ g_return_val_if_fail (id != NULL, FALSE);
+ g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+
+ ret = git_note_read (¬e,
+ _ggit_native_get (repository),
+ notes_ref,
+ _ggit_oid_get_oid (id));
+
+ if (ret != GIT_OK)
+ {
+ _ggit_error_set (error, ret);
+ return FALSE;
+ }
+
+ return _ggit_note_wrap (note);
+}
+
+typedef struct
+{
+ gpointer user_data;
+
+ GgitNoteCallback callback;
+} NoteCallbackWrapperData;
+
+static gint
+note_callback_wrapper (const git_oid *blob_id,
+ const git_oid *annotated_object_id,
+ gpointer user_data)
+{
+ NoteCallbackWrapperData *wrapper_data = (NoteCallbackWrapperData *)user_data;
+ GgitOId *gblob_id;
+ GgitOId *gannotated_object_id;
+ gint ret;
+
+ gblob_id = _ggit_oid_wrap (blob_id);
+ gannotated_object_id = _ggit_oid_wrap (annotated_object_id);
+
+ ret = wrapper_data->callback (gblob_id, gannotated_object_id,
+ wrapper_data->user_data);
+ ggit_oid_free (gblob_id);
+ ggit_oid_free (gannotated_object_id);
+
+ return ret;
+}
+
+/**
+ * ggit_repository_note_foreach:
+ * @repository: a #GgitRepository.
+ * @notes_ref: (allow-none): canonical name of the reference to use, or %NULL to use the default ref.
+ * @callback: (scope call): a #GgitNoteCallback.
+ * @user_data: callback user data.
+ * @error: a #GError for error reporting, or %NULL.
+ *
+ * Loop over all the notes within a specified namespace
+ * and issue a callback for each one.
+ * If @callback returns a non-zero value, this will stop looping.
+
+ * Returns: %TRUE if there was no error, %FALSE otherwise.
+ */
+gboolean
+ggit_repository_note_foreach (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitNoteCallback callback,
+ gpointer user_data,
+ GError **error)
+{
+ NoteCallbackWrapperData wrapper_data;
+ gint ret;
+
+ g_return_val_if_fail (GGIT_IS_REPOSITORY (repository), FALSE);
+ g_return_val_if_fail (callback != NULL, FALSE);
+ g_return_val_if_fail (error == NULL || *error == NULL, FALSE);
+
+ wrapper_data.user_data = user_data;
+ wrapper_data.callback = callback;
+
+ ret = git_note_foreach (_ggit_native_get (repository),
+ notes_ref,
+ note_callback_wrapper,
+ &wrapper_data);
+
+ if (ret != GIT_OK)
+ {
+ _ggit_error_set (error, ret);
+ return FALSE;
+ }
+
+ return TRUE;
+}
+
/* ex:set ts=8 noet: */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-repository.h new/libgit2-glib-0.0.24/libgit2-glib/ggit-repository.h
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-repository.h 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-repository.h 2014-10-19 11:46:47.000000000 +0200
@@ -34,6 +34,7 @@
#include <libgit2-glib/ggit-branch.h>
#include <libgit2-glib/ggit-blob-output-stream.h>
#include <libgit2-glib/ggit-checkout-options.h>
+#include <libgit2-glib/ggit-note.h>
G_BEGIN_DECLS
@@ -387,6 +388,36 @@
GgitMergeOptions *merge_options,
GError **error);
+const gchar *ggit_repository_get_default_notes_ref (GgitRepository *repository,
+ GError **error);
+
+GgitOId *ggit_repository_create_note (GgitRepository *repository,
+ GgitSignature *author,
+ GgitSignature *committer,
+ const gchar *notes_ref,
+ GgitOId *id,
+ const gchar *note,
+ gboolean force,
+ GError **error);
+
+gboolean ggit_repository_remove_note (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitSignature *author,
+ GgitSignature *committer,
+ GgitOId *id,
+ GError **error);
+
+GgitNote *ggit_repository_read_note (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitOId *id,
+ GError **error);
+
+gboolean ggit_repository_note_foreach (GgitRepository *repository,
+ const gchar *notes_ref,
+ GgitNoteCallback callback,
+ gpointer user_data,
+ GError **error);
+
G_END_DECLS
#endif /* __GGIT_REPOSITORY_H__ */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/libgit2-glib/ggit-types.h new/libgit2-glib-0.0.24/libgit2-glib/ggit-types.h
--- old/libgit2-glib-0.0.22/libgit2-glib/ggit-types.h 2014-09-15 20:16:26.000000000 +0200
+++ new/libgit2-glib-0.0.24/libgit2-glib/ggit-types.h 2014-10-19 11:55:09.000000000 +0200
@@ -243,6 +243,13 @@
typedef struct _GgitNative GgitNative;
/**
+ * GgitNote:
+ *
+ * Represents a note object.
+ */
+typedef struct _GgitNote GgitNote;
+
+/**
* GgitObject:
*
* Represents a generic object in a repository.
@@ -1185,6 +1192,21 @@
gpointer user_data);
/**
+ * GgitNoteCallback:
+ * @blob_id: id of the blob containing the message.
+ * @annotated_object_id: id of the git object being annotated.
+ * @user_data: (closure): user-suplied data.
+ *
+ * When iterating over all the notes, callback that will be
+ * issued per note. See ggit_repository_note_foreach().
+ *
+ * Returns: 0 to go continue or a #GgitError in case there was an error.
+ */
+typedef gint (* GgitNoteCallback) (GgitOId *blob_id,
+ GgitOId *annotated_object_id,
+ gpointer user_data);
+
+/**
* GgitReferencesNameCallback:
* @name: the name of the reference
* @user_data: (closure): user-supplied data.
@@ -1232,7 +1254,7 @@
typedef gint (* GgitStashCallback) (gsize index,
const gchar *message,
GgitOId *stash_oid,
- gpointer *user_data);
+ gpointer user_data);
/**
* GgitStatusCallback:
@@ -1277,7 +1299,7 @@
*/
typedef gint (* GgitTagCallback) (const gchar *name,
GgitOId *tag_oid,
- gpointer *user_data);
+ gpointer user_data);
/**
* GgitTransferProgressCallback:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/missing new/libgit2-glib-0.0.24/missing
--- old/libgit2-glib-0.0.22/missing 2014-09-15 20:27:49.000000000 +0200
+++ new/libgit2-glib-0.0.24/missing 2014-11-04 17:01:09.000000000 +0100
@@ -1,7 +1,7 @@
#! /bin/sh
# Common wrapper for a few potentially missing GNU programs.
-scriptversion=2012-06-26.16; # UTC
+scriptversion=2013-10-28.13; # UTC
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
# Originally written by Fran,cois Pinard <pinard(a)iro.umontreal.ca>, 1996.
@@ -160,7 +160,7 @@
;;
autom4te*)
echo "You might have modified some maintainer files that require"
- echo "the 'automa4te' program to be rebuilt."
+ echo "the 'autom4te' program to be rebuilt."
program_details 'autom4te'
;;
bison*|yacc*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libgit2-glib-0.0.22/test-driver new/libgit2-glib-0.0.24/test-driver
--- old/libgit2-glib-0.0.22/test-driver 2014-09-15 20:27:49.000000000 +0200
+++ new/libgit2-glib-0.0.24/test-driver 2014-11-04 17:01:09.000000000 +0100
@@ -1,7 +1,7 @@
#! /bin/sh
# test-driver - basic testsuite driver script.
-scriptversion=2012-06-27.10; # UTC
+scriptversion=2013-07-13.22; # UTC
# Copyright (C) 2011-2013 Free Software Foundation, Inc.
#
@@ -44,13 +44,12 @@
Usage:
test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
[--expect-failure={yes|no}] [--color-tests={yes|no}]
- [--enable-hard-errors={yes|no}] [--] TEST-SCRIPT
+ [--enable-hard-errors={yes|no}] [--]
+ TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
The '--test-name', '--log-file' and '--trs-file' options are mandatory.
END
}
-# TODO: better error handling in option parsing (in particular, ensure
-# TODO: $log_file, $trs_file and $test_name are defined).
test_name= # Used for reporting.
log_file= # Where to save the output of the test script.
trs_file= # Where to save the metadata of the test run.
@@ -69,10 +68,23 @@
--enable-hard-errors) enable_hard_errors=$2; shift;;
--) shift; break;;
-*) usage_error "invalid option: '$1'";;
+ *) break;;
esac
shift
done
+missing_opts=
+test x"$test_name" = x && missing_opts="$missing_opts --test-name"
+test x"$log_file" = x && missing_opts="$missing_opts --log-file"
+test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
+if test x"$missing_opts" != x; then
+ usage_error "the following mandatory options are missing:$missing_opts"
+fi
+
+if test $# -eq 0; then
+ usage_error "missing argument"
+fi
+
if test $color_tests = yes; then
# Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
red='[0;31m' # Red.
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package hwloc for openSUSE:Factory checked in at 2014-12-31 11:22:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hwloc (Old)
and /work/SRC/openSUSE:Factory/.hwloc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hwloc"
Changes:
--------
--- /work/SRC/openSUSE:Factory/hwloc/hwloc.changes 2014-12-21 12:04:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hwloc.new/hwloc.changes 2014-12-31 11:22:31.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 30 10:34:40 UTC 2014 - mardnh(a)gmx.de
+
+- minor spec fixes (unbreak build for suse_version < Factory)
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ hwloc.spec ++++++
--- /var/tmp/diff_new_pack.bkHEH2/_old 2014-12-31 11:22:32.000000000 +0100
+++ /var/tmp/diff_new_pack.bkHEH2/_new 2014-12-31 11:22:32.000000000 +0100
@@ -143,12 +143,11 @@
%{__rm} -rf %{buildroot}%{_libdir}/libhwloc.la
# documentation will be handled by % doc macro
-%{__rm} -rf %{buildroot}%{_datadir}/doc/ doc/doxygen-doc/man
-%{__rm} -rf doc/.deps
+%{__rm} -rf %{buildroot}%{_datadir}/doc/
%fdupes -s %{buildroot}/%{_mandir}/man1
%fdupes -s %{buildroot}/%{_mandir}/man3
%fdupes -s %{buildroot}/%{_mandir}/man7
-%fdupes -s doc/
+%fdupes -s doc/doxygen-doc
%check
#XXX: this is weird, but make check got broken by removing doxygen-doc/man above
@@ -193,6 +192,7 @@
%files doc
%defattr(-, root, root, -)
-%doc doc/
+%doc doc/doxygen-doc/html
+%doc doc/doxygen-doc/hwloc*.pdf
%changelog
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package ipmiutil for openSUSE:Factory checked in at 2014-12-31 11:22:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ipmiutil (Old)
and /work/SRC/openSUSE:Factory/.ipmiutil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ipmiutil"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ipmiutil/ipmiutil.changes 2013-10-22 14:52:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ipmiutil.new/ipmiutil.changes 2014-12-31 11:22:30.000000000 +0100
@@ -1,0 +2,7 @@
+Mon Nov 17 04:00:00 UTC 2014 - Led <ledest(a)gmail.com>
+
+- fix bashisms in scripts
+- add patches:
+ * ipmiutil-2.9.2-fix-bashisms.patch
+
+-------------------------------------------------------------------
New:
----
ipmiutil-2.9.2-fix-bashisms.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ipmiutil.spec ++++++
--- /var/tmp/diff_new_pack.UXigy4/_old 2014-12-31 11:22:31.000000000 +0100
+++ /var/tmp/diff_new_pack.UXigy4/_new 2014-12-31 11:22:31.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ipmiutil
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Andy Cress
#
# All modifications and additions to the file contributed by third parties
@@ -25,6 +25,7 @@
Group: System/Management
Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch: automake-1_13.patch
+Patch1: %{name}-2.9.2-fix-bashisms.patch
Url: http://ipmiutil.sourceforge.net
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1210
@@ -71,6 +72,7 @@
%prep
%setup -q
%patch -p1
+%patch1 -p1
%build
autoreconf -fiv
++++++ ipmiutil-2.9.2-fix-bashisms.patch ++++++
diff -Ndur ipmiutil-2.9.2/scripts/ipmi_info ipmiutil-2.9.2-fix-bashisms/scripts/ipmi_info
--- ipmiutil-2.9.2/scripts/ipmi_info 2013-10-09 21:20:02.000000000 +0300
+++ ipmiutil-2.9.2-fix-bashisms/scripts/ipmi_info 2014-11-17 06:41:28.838462431 +0200
@@ -44,7 +44,7 @@
start()
{
- echo -n $"Starting $name: "
+ echo -n "Starting $name: "
echo
retval=1
PID=0
@@ -66,7 +66,7 @@
stop()
{
- echo -n $"Stopping $name: "
+ echo -n "Stopping $name: "
echo
retval=0
echo
@@ -116,7 +116,7 @@
restart
;;
*)
- echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
+ echo "Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 2
esac
diff -Ndur ipmiutil-2.9.2/scripts/ipmi_port.sh ipmiutil-2.9.2-fix-bashisms/scripts/ipmi_port.sh
--- ipmiutil-2.9.2/scripts/ipmi_port.sh 2013-10-09 21:20:02.000000000 +0300
+++ ipmiutil-2.9.2-fix-bashisms/scripts/ipmi_port.sh 2014-11-17 06:41:52.921460802 +0200
@@ -47,7 +47,7 @@
start()
{
- echo -n $"Starting $name: "
+ echo -n "Starting $name: "
echo
retval=1
PID=0
@@ -93,7 +93,7 @@
stop()
{
- echo -n $"Stopping $name: "
+ echo -n "Stopping $name: "
echo
retval=1
if [ -f $lockfile ]; then
@@ -178,7 +178,7 @@
restart
;;
*)
- echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
+ echo "Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 2
esac
diff -Ndur ipmiutil-2.9.2/scripts/ipmiutil_asy ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_asy
--- ipmiutil-2.9.2/scripts/ipmiutil_asy 2013-10-09 21:20:02.000000000 +0300
+++ ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_asy 2014-11-17 06:42:11.496459545 +0200
@@ -39,7 +39,7 @@
start()
{
- echo -n $"Starting $dname: "
+ echo -n "Starting $dname: "
driverok=0
dtype=`ipmiutil cmd -k |grep "IPMI access" |cut -f2 -d'=' |awk '{ print $1 }'`
if [ "x$dtype" = "xopen" ]; then
@@ -67,7 +67,7 @@
stop()
{
- echo -n $"Stopping $dname: "
+ echo -n "Stopping $dname: "
retval=1
if [ -f $lockfile ]; then
p=`cat $lockfile`
@@ -148,7 +148,7 @@
restart
;;
*)
- echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
+ echo "Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 2
esac
exit $?
diff -Ndur ipmiutil-2.9.2/scripts/ipmiutil_evt ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_evt
--- ipmiutil-2.9.2/scripts/ipmiutil_evt 2013-10-09 21:20:02.000000000 +0300
+++ ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_evt 2014-11-17 06:42:23.912458706 +0200
@@ -42,7 +42,7 @@
start()
{
- echo -n $"Starting $name: "
+ echo -n "Starting $name: "
# do not start if in driverless mode
ipmiutil cmd -k |grep "driverless" >/dev/null 2>&1
if [ $? -eq 0 ]; then
@@ -70,7 +70,7 @@
stop()
{
- echo -n $"Stopping $name: "
+ echo -n "Stopping $name: "
retval=1
if [ -f $lockfile ]; then
p=`cat $lockfile`
@@ -151,7 +151,7 @@
restart
;;
*)
- echo $"Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
+ echo "Usage: $0 {start|stop|status|restart|condrestart|try-restart|reload|force-reload}"
exit 2
esac
exit $?
diff -Ndur ipmiutil-2.9.2/scripts/ipmiutil_wdt ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_wdt
--- ipmiutil-2.9.2/scripts/ipmiutil_wdt 2013-10-09 21:20:02.000000000 +0300
+++ ipmiutil-2.9.2-fix-bashisms/scripts/ipmiutil_wdt 2014-11-17 06:42:32.368458133 +0200
@@ -34,7 +34,7 @@
# tmpcron2=/tmp/wdtcron2.$$
start() {
- echo -n $"Starting $prog: "
+ echo -n "Starting $prog: "
echo
# do not start if in driverless mode
ipmiutil cmd -k |grep "driverless" >/dev/null 2>&1
@@ -73,7 +73,7 @@
}
stop() {
- echo -n $"Stopping $prog: "
+ echo -n "Stopping $prog: "
echo
# first disable the watchdog
$prog -d >>$wdtlog
@@ -141,6 +141,6 @@
restart
;;
*)
- echo $"Usage: $0 {start|stop|status|restart|reload}"
+ echo "Usage: $0 {start|stop|status|restart|reload}"
exit 1
esac
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package perl-aliased for openSUSE:Factory checked in at 2014-12-31 11:22:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-aliased (Old)
and /work/SRC/openSUSE:Factory/.perl-aliased.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-aliased"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-aliased/perl-aliased.changes 2013-07-07 22:21:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-aliased.new/perl-aliased.changes 2014-12-31 11:22:29.000000000 +0100
@@ -1,0 +2,9 @@
+Sat Dec 27 22:45:29 UTC 2014 - lars(a)linux-schulserver.de
+
+- update to 0.33:
+ + fix warnings on perl 5.21.6 and up (RT#100359; thanks, Father
+ Chrysostomos!)
+ + Don't inherit from Exporter (via Olivier Mengué)
+ + Fix docs issues (via Grzegorz Rożniecki)
+
+-------------------------------------------------------------------
Old:
----
aliased-0.31.tar.gz
New:
----
aliased-0.33.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-aliased.spec ++++++
--- /var/tmp/diff_new_pack.fFSsPa/_old 2014-12-31 11:22:30.000000000 +0100
+++ /var/tmp/diff_new_pack.fFSsPa/_new 2014-12-31 11:22:30.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-aliased
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -17,14 +17,14 @@
Name: perl-aliased
-Version: 0.31
+Version: 0.33
Release: 0
%define cpan_name aliased
Summary: Use shorter versions of class names
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/aliased/
-Source: http://www.cpan.org/authors/id/O/OV/OVID/%{cpan_name}-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
++++++ aliased-0.31.tar.gz -> aliased-0.33.tar.gz ++++++
++++ 3727 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package phpMyAdmin for openSUSE:Factory checked in at 2014-12-31 11:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
and /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "phpMyAdmin"
Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes 2014-12-22 12:53:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes 2014-12-31 11:22:26.000000000 +0100
@@ -1,0 +2,26 @@
+Mon Dec 29 18:03:15 UTC 2014 - ecsos(a)opensuse.org
+
+- update to 4.3.4 (2014-12-29)
+ - sf#4653 Always connection error was shown, on /setup
+ at tab "configuration storage"
+ - sf#4661 Drag and drop file import always fails
+ - sf#4651 don't open console with esc
+ - sf#4664 select min() displays 1 row, but reports the table
+ amount of rows returned
+ - sf#4666 Undefined indexes in table stucture print view
+ of a view
+ - sf#4663 Export missing back ticks for order table name
+ - sf#4668 Remove from central columns error
+ - sf#4670 CSV import reads both commas and values into
+ first column after first row
+ - sf#4642 phpmyadmin often fails to load due to specific
+ load order
+ - sf#4671 Unable to move all columns
+ - sf#4645 Import of export created with mysqldump
+ - sf#4672 "Distinct values" does not page
+ - sf#4667 Consistency in borders
+ - sf#4658 Illegal string offset (Data_length, Index_length)
+ - sf#4655 Undefined index: collation_connection
+ - sf#4673 Delimiter causing page lock
+
+-------------------------------------------------------------------
Old:
----
phpMyAdmin-4.3.3-all-languages.tar.bz2
New:
----
phpMyAdmin-4.3.4-all-languages.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.Kt0Cmv/_old 2014-12-31 11:22:28.000000000 +0100
+++ /var/tmp/diff_new_pack.Kt0Cmv/_new 2014-12-31 11:22:28.000000000 +0100
@@ -34,7 +34,7 @@
Summary: Administration of MySQL over the web
License: GPL-2.0+
Group: Productivity/Networking/Web/Frontends
-Version: 4.3.3
+Version: 4.3.4
Release: 0
Url: http://www.phpMyAdmin.net
Source0: http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-lan…
++++++ phpMyAdmin-4.3.3-all-languages.tar.bz2 -> phpMyAdmin-4.3.4-all-languages.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.3.3-all-languages.tar.bz2 /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.3.4-all-languages.tar.bz2 differ: char 11, line 1
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package dnsmasq for openSUSE:Factory checked in at 2014-12-31 11:22:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dnsmasq (Old)
and /work/SRC/openSUSE:Factory/.dnsmasq.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dnsmasq"
Changes:
--------
--- /work/SRC/openSUSE:Factory/dnsmasq/dnsmasq.changes 2014-11-13 09:19:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dnsmasq.new/dnsmasq.changes 2014-12-31 11:22:25.000000000 +0100
@@ -1,0 +2,64 @@
+Mon Dec 29 09:37:54 UTC 2014 - dimstar(a)opensuse.org
+
+- Fix symlink of rcFOO to /usr/sbin/service, resolving a dangling
+ symlink lint warning (and remove the same from rpmlintrc).
+
+-------------------------------------------------------------------
+Thu Dec 25 06:32:18 UTC 2014 - nemysis(a)gmx.ch
+
+- Remove from spec group_and_isc.patch, forgotten in previous commit
+
+-------------------------------------------------------------------
+Wed Dec 24 22:29:52 UTC 2014 - nemysis(a)gmx.ch
+
+- Update to 2.72, announce message:
+
+ Add ra-advrouter mode, for RFC-3775 mobile IPv6 support.
+
+ Add support for "ipsets" in *BSD, using pf. Thanks to
+ Sven Falempim for the patch.
+
+ Fix race condition which could lock up dnsmasq when an
+ interface goes down and up rapidly. Thanks to Conrad
+ Kostecki for helping to chase this down.
+
+ Add DBus methods SetFilterWin2KOption and SetBogusPrivOption
+ Thanks to the Smoothwall project for the patch.
+
+ Fix failure to build against Nettle-3.0. Thanks to Steven
+ Barth for spotting this and finding the fix.
+
+ When assigning existing DHCP leases to intefaces by comparing
+ networks, handle the case that two or more interfaces have the
+ same network part, but different prefix lengths (favour the
+ longer prefix length.) Thanks to Lung-Pin Chang for the
+ patch.
+
+ Add a mode which detects and removes DNS forwarding loops, ie
+ a query sent to an upstream server returns as a new query to
+ dnsmasq, and would therefore be forwarded again, resulting in
+ a query which loops many times before being dropped. Upstream
+ servers which loop back are disabled and this event is logged.
+ Thanks to Smoothwall for their sponsorship of this feature.
+
+ Extend --conf-dir to allow filtering of files. So
+ --conf-dir=/etc/dnsmasq.d,\*.conf
+ will load all the files in /etc/dnsmasq.d which end in .conf
+
+ Fix bug when resulted in NXDOMAIN answers instead of NODATA in
+ some circumstances.
+
+ Fix bug which caused dnsmasq to become unresponsive if it
+ failed to send packets due to a network interface disappearing.
+ Thanks to Niels Peen for spotting this.
+
+ Fix problem with --local-service option on big-endian platforms
+ Thanks to Richard Genoud for the patch.
+
+
+- Add dnsmasq-rpmlintrc, for false positive scripts and symlink
+- Add BuildRequires for dos2unix
+- Use sed instead of simple patch group_and_isc.patch
+
+
+-------------------------------------------------------------------
Old:
----
dnsmasq-2.71.tar.gz
group_and_isc.patch
New:
----
dnsmasq-2.72.tar.gz
dnsmasq-rpmlintrc
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dnsmasq.spec ++++++
--- /var/tmp/diff_new_pack.CJfMJh/_old 2014-12-31 11:22:26.000000000 +0100
+++ /var/tmp/diff_new_pack.CJfMJh/_new 2014-12-31 11:22:26.000000000 +0100
@@ -20,20 +20,21 @@
Summary: Lightweight, Easy-to-Configure DNS Forwarder and DHCP Server
License: GPL-2.0 or GPL-3.0
Group: Productivity/Networking/DNS/Servers
-Version: 2.71
+Version: 2.72
Release: 0
Provides: dns_daemon
PreReq: /usr/sbin/useradd /bin/mkdir
Url: http://www.thekelleys.org.uk/dnsmasq/
-Source: http://www.thekelleys.org.uk/dnsmasq/dnsmasq-%{version}.tar.gz
+Source: http://www.thekelleys.org.uk/%{name}/%{name}-%{version}.tar.gz
Source1: dnsmasq.reg
Source2: dnsmasq.service
Source3: rc.dnsmasq-suse
Source4: SuSEFirewall.dnsmasq-dhcp
Source5: SuSEFirewall.dnsmasq-dns
-Patch1: group_and_isc.patch
+Source6: %{name}-rpmlintrc
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-devel
+BuildRequires: dos2unix
BuildRequires: libidn-devel
BuildRequires: libnettle-devel
BuildRequires: pkg-config
@@ -62,8 +63,22 @@
server's leases.
%prep
-%setup -q -n dnsmasq-%{version}
-%patch1 -p1
+%setup -q -n %{name}-%{version}
+
+# Some docs have the DOS line ends
+dos2unix contrib/systemd/dbus_activation
+
+# SED-FIX-UPSTREAM -- Fix paths
+sed -i -e 's|/usr/local|/usr|' \
+ -i -e 's|$(LDFLAGS)|$(CFLAGS) $(LDFLAGS)|' Makefile
+
+# SED-FIX-UPSTREAM -- Fix man page
+sed -i 's|world readable.|world readable. The defaults are to "nogroup"|' man/dnsmasq.8
+
+# SED-FIX-UPSTREAM -- Fix cachesize, group and user
+sed -i -e 's|CACHESIZ 150|CACHESIZ 2000|' \
+ -i -e 's|nobody|nogroup|' \
+ -i -e 's|dip|dnsmasq|' src/config.h
%build
echo "#define HAVE_DBUS" >> src/config.h
@@ -111,7 +126,7 @@
install -m 644 dbus/dnsmasq.conf ${RPM_BUILD_ROOT}/etc/dbus-1/system.d/dnsmasq.conf
install -D -m 0644 %SOURCE2 %{buildroot}%{_unitdir}/dnsmasq.service
install -d -m 0750 ${RPM_BUILD_ROOT}/srv/tftpboot
-ln -sf /sbin/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
+ln -sf %{_sbindir}/service $RPM_BUILD_ROOT/usr/sbin/rcdnsmasq
install -D -m 0644 trust-anchors.conf %{buildroot}%{_datadir}/%{name}/trust-anchors.conf
# utils subpackage
@@ -130,7 +145,7 @@
%find_lang %{name} --with-man
%files -f %{name}.lang
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%doc CHANGELOG COPYING COPYING-v3 FAQ doc.html setup.html dnsmasq.conf.example contrib dbus
%config(noreplace) %{_sysconfdir}/dnsmasq.conf
%{_sbindir}/dnsmasq
@@ -148,7 +163,7 @@
%dir %attr(0750,tftp,tftp) /srv/tftpboot
%files utils
-%defattr(-,root,root)
+%defattr(-,root,root,-)
%{_bindir}/dhcp_*
%{_mandir}/man1/dhcp_*
++++++ dnsmasq-2.71.tar.gz -> dnsmasq-2.72.tar.gz ++++++
++++ 25059 lines of diff (skipped)
++++++ dnsmasq-rpmlintrc ++++++
# This are example scripts
addFilter("doc-file-dependency")
# This is correct user
addFilter("non-standard-uid")
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gstreamer-plugins-good for openSUSE:Factory checked in at 2014-12-31 11:22:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-good"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-good/gstreamer-plugins-good.changes 2014-11-18 22:55:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-good.new/gstreamer-plugins-good.changes 2014-12-31 11:22:21.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Dec 26 10:52:53 UTC 2014 - zaitor(a)opensuse.org
+
+- Update to version 1.4.5:
+ + Bugs fixed: bgo#711437, bgo#726194, bgo#736397, bgo#737603,
+ bgo#739476, bgo#739722, bgo#739789, bgo#739791, bgo#739792,
+ bgo#739996, bgo#740040, bgo#740392, bgo#740407, bgo#740633,
+ bgo#740636, bgo#740671, bgo#740905, bgo#741271, bgo#741381,
+ bgo#741407, bgo#737579, bgo#739754.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-good-1.4.4.tar.xz
New:
----
gst-plugins-good-1.4.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.UhRh4S/_old 2014-12-31 11:22:22.000000000 +0100
+++ /var/tmp/diff_new_pack.UhRh4S/_new 2014-12-31 11:22:22.000000000 +0100
@@ -22,7 +22,7 @@
Name: gstreamer-plugins-good
%define _name gst-plugins-good
-Version: 1.4.4
+Version: 1.4.5
Release: 0
%define gst_branch 1.0
Summary: GStreamer Streaming-Media Framework Plug-Ins
++++++ gst-plugins-good-1.4.4.tar.xz -> gst-plugins-good-1.4.5.tar.xz ++++++
++++ 8314 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gstreamer-plugins-ugly for openSUSE:Factory checked in at 2014-12-31 11:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-ugly"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-ugly/gstreamer-plugins-ugly.changes 2014-11-18 22:55:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-ugly.new/gstreamer-plugins-ugly.changes 2014-12-31 11:22:18.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Dec 26 11:43:10 UTC 2014 - zaitor(a)opensuse.org
+
+- Update to version 1.4.5:
+ + asfdemux: Send duration query upstream first.
+ + Updated translations.
+- Fix Source: to point to patched source again.
+- Following above change, add autoconf and libtool BuildRequires
+ and pass NOCONFIGURE=1 before configure.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-ugly-1.4.4.tar.xz
New:
----
gst-plugins-ugly-1.4.5-patched.tar.xz
gst-plugins-ugly-1.4.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-ugly.spec ++++++
--- /var/tmp/diff_new_pack.o0Ct6R/_old 2014-12-31 11:22:20.000000000 +0100
+++ /var/tmp/diff_new_pack.o0Ct6R/_new 2014-12-31 11:22:20.000000000 +0100
@@ -24,7 +24,7 @@
%define _experimental 1
Name: gstreamer-plugins-ugly
-Version: 1.4.4
+Version: 1.4.5
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1+
@@ -37,10 +37,11 @@
%else
# WARNING: This is not a comment, but the real command to repack source:
#%(bash %{_sourcedir}/%{name}-patch-source.sh %{_name}-%{version}.tar.xz)
-Source: http://gstreamer.freedesktop.org/src/gst-plugins-ugly/%{_name}-%{version}.t…
+Source: %{_name}-%{version}-patched.tar.xz
%endif
Source1: %{name}-patch-source.sh
Source99: baselibs.conf
+BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: glib2-devel >= 2.32.0
BuildRequires: gstreamer-devel >= 1.0.10
@@ -49,6 +50,7 @@
BuildRequires: libcdio-devel >= 0.76
BuildRequires: libdvdread-devel
BuildRequires: libsidplay1-devel
+BuildRequires: libtool
BuildRequires: orc >= 0.4.16
BuildRequires: python-base
BuildRequires: translation-update-upstream
@@ -142,9 +144,9 @@
%endif
%build
-#%if ! 0%{?BUILD_ORIG}
-#NOCONFIGURE=1 ./autogen.sh
-#%endif
+%if ! 0%{?BUILD_ORIG}
+NOCONFIGURE=1 ./autogen.sh
+%endif
%configure\
%if 0%{?_package_name}
--with-package-name='%{_package_name}' \
++++++ gst-plugins-ugly-1.4.4.tar.xz -> gst-plugins-ugly-1.4.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/ChangeLog new/gst-plugins-ugly-1.4.5/ChangeLog
--- old/gst-plugins-ugly-1.4.4/ChangeLog 2014-11-06 12:57:34.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/ChangeLog 2014-12-18 12:15:18.000000000 +0100
@@ -1,9 +1,87 @@
+=== release 1.4.5 ===
+
+2014-12-18 Sebastian Dröge <slomo(a)coaxion.net>
+
+ * configure.ac:
+ releasing 1.4.5
+
+2014-11-05 13:45:29 +0100 Edward Hervey <bilboed(a)bilboed.com>
+
+ * gst/asfdemux/gstasfdemux.c:
+ asfdemux: Send duration query upstream first
+ An upstream element (like mms or some dlna source) might be able to
+ answer the query. Try that first, else fallback to standard logic
+
=== release 1.4.4 ===
-2014-11-06 Sebastian Dröge <slomo(a)coaxion.net>
+2014-11-06 13:16:19 +0100 Sebastian Dröge <sebastian(a)centricular.com>
+ * ChangeLog:
+ * NEWS:
+ * RELEASE:
* configure.ac:
- releasing 1.4.4
+ * docs/plugins/inspect/plugin-a52dec.xml:
+ * docs/plugins/inspect/plugin-amrnb.xml:
+ * docs/plugins/inspect/plugin-amrwbdec.xml:
+ * docs/plugins/inspect/plugin-asf.xml:
+ * docs/plugins/inspect/plugin-cdio.xml:
+ * docs/plugins/inspect/plugin-dvdlpcmdec.xml:
+ * docs/plugins/inspect/plugin-dvdread.xml:
+ * docs/plugins/inspect/plugin-dvdsub.xml:
+ * docs/plugins/inspect/plugin-lame.xml:
+ * docs/plugins/inspect/plugin-mad.xml:
+ * docs/plugins/inspect/plugin-mpeg2dec.xml:
+ * docs/plugins/inspect/plugin-realmedia.xml:
+ * docs/plugins/inspect/plugin-siddec.xml:
+ * docs/plugins/inspect/plugin-twolame.xml:
+ * docs/plugins/inspect/plugin-x264.xml:
+ * docs/plugins/inspect/plugin-xingmux.xml:
+ * gst-plugins-ugly.doap:
+ * win32/common/config.h:
+ Release 1.4.4
+
+2014-11-06 13:01:42 +0100 Sebastian Dröge <sebastian(a)centricular.com>
+
+ * po/af.po:
+ * po/az.po:
+ * po/bg.po:
+ * po/ca.po:
+ * po/cs.po:
+ * po/da.po:
+ * po/de.po:
+ * po/el.po:
+ * po/en_GB.po:
+ * po/es.po:
+ * po/eu.po:
+ * po/fi.po:
+ * po/fr.po:
+ * po/gl.po:
+ * po/hr.po:
+ * po/hu.po:
+ * po/id.po:
+ * po/it.po:
+ * po/ja.po:
+ * po/lt.po:
+ * po/lv.po:
+ * po/ms.po:
+ * po/mt.po:
+ * po/nb.po:
+ * po/nl.po:
+ * po/or.po:
+ * po/pl.po:
+ * po/pt_BR.po:
+ * po/ro.po:
+ * po/ru.po:
+ * po/sk.po:
+ * po/sl.po:
+ * po/sq.po:
+ * po/sr.po:
+ * po/sv.po:
+ * po/tr.po:
+ * po/uk.po:
+ * po/vi.po:
+ * po/zh_CN.po:
+ Update .po files
2014-11-06 12:31:17 +0100 Sebastian Dröge <sebastian(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/Makefile.in new/gst-plugins-ugly-1.4.5/Makefile.in
--- old/gst-plugins-ugly-1.4.4/Makefile.in 2014-11-06 11:37:00.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/Makefile.in 2014-12-18 11:39:36.000000000 +0100
@@ -97,7 +97,7 @@
$(top_srcdir)/configure $(am__configure_deps) \
$(srcdir)/config.h.in $(srcdir)/gst-plugins-ugly.spec.in \
ABOUT-NLS COPYING compile config.guess config.rpath config.sub \
- install-sh missing ltmain.sh
+ depcomp install-sh missing ltmain.sh
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/common/m4/as-ac-expand.m4 \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/NEWS new/gst-plugins-ugly-1.4.5/NEWS
--- old/gst-plugins-ugly-1.4.4/NEWS 2014-11-06 12:58:08.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/NEWS 2014-12-18 12:15:52.000000000 +0100
@@ -1,2 +1,2 @@
-This is GStreamer Ugly Plugins 1.4.4
+This is GStreamer Ugly Plugins 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/RELEASE new/gst-plugins-ugly-1.4.5/RELEASE
--- old/gst-plugins-ugly-1.4.4/RELEASE 2014-11-06 12:58:01.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/RELEASE 2014-12-18 12:15:48.000000000 +0100
@@ -1,5 +1,5 @@
-Release notes for GStreamer Ugly Plugins 1.4.4
+Release notes for GStreamer Ugly Plugins 1.4.5
The GStreamer team is pleased to announce a bugfix release of the stable
1.4 release series. The 1.4 release series is adding new features on top
@@ -106,5 +106,5 @@
Contributors to this release
- * Sebastian Dröge
+ * Edward Hervey
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/configure new/gst-plugins-ugly-1.4.5/configure
--- old/gst-plugins-ugly-1.4.4/configure 2014-11-06 11:37:00.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/configure 2014-12-18 11:39:36.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.4.4.
+# Generated by GNU Autoconf 2.69 for GStreamer Ugly Plug-ins 1.4.5.
#
# Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer>.
#
@@ -591,8 +591,8 @@
# Identity of this package.
PACKAGE_NAME='GStreamer Ugly Plug-ins'
PACKAGE_TARNAME='gst-plugins-ugly'
-PACKAGE_VERSION='1.4.4'
-PACKAGE_STRING='GStreamer Ugly Plug-ins 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='GStreamer Ugly Plug-ins 1.4.5'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_URL=''
@@ -1647,7 +1647,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 Ugly Plug-ins 1.4.4 to adapt to many kinds of systems.
+\`configure' configures GStreamer Ugly Plug-ins 1.4.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1719,7 +1719,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.4.4:";;
+ short | recursive ) echo "Configuration of GStreamer Ugly Plug-ins 1.4.5:";;
esac
cat <<\_ACEOF
@@ -1950,7 +1950,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-GStreamer Ugly Plug-ins configure 1.4.4
+GStreamer Ugly Plug-ins configure 1.4.5
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2856,7 +2856,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 Ugly Plug-ins $as_me 1.4.4, which was
+It was created by GStreamer Ugly Plug-ins $as_me 1.4.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3835,7 +3835,7 @@
# Define the identity of the package.
PACKAGE='gst-plugins-ugly'
- VERSION='1.4.4'
+ VERSION='1.4.5'
cat >>confdefs.h <<_ACEOF
@@ -4046,9 +4046,9 @@
- PACKAGE_VERSION_MAJOR=$(echo 1.4.4 | cut -d'.' -f1)
- PACKAGE_VERSION_MINOR=$(echo 1.4.4 | cut -d'.' -f2)
- PACKAGE_VERSION_MICRO=$(echo 1.4.4 | cut -d'.' -f3)
+ PACKAGE_VERSION_MAJOR=$(echo 1.4.5 | cut -d'.' -f1)
+ PACKAGE_VERSION_MINOR=$(echo 1.4.5 | cut -d'.' -f2)
+ PACKAGE_VERSION_MICRO=$(echo 1.4.5 | cut -d'.' -f3)
@@ -4059,7 +4059,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking nano version" >&5
$as_echo_n "checking nano version... " >&6; }
- NANO=$(echo 1.4.4 | cut -d'.' -f4)
+ NANO=$(echo 1.4.5 | cut -d'.' -f4)
if test x"$NANO" = x || test "x$NANO" = "x0" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: 0 (release)" >&5
@@ -8708,10 +8708,10 @@
done
- GST_CURRENT=404
+ GST_CURRENT=405
GST_REVISION=0
- GST_AGE=404
- GST_LIBVERSION=404:0:404
+ GST_AGE=405
+ GST_LIBVERSION=405:0:405
@@ -28109,7 +28109,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by GStreamer Ugly Plug-ins $as_me 1.4.4, which was
+This file was extended by GStreamer Ugly Plug-ins $as_me 1.4.5, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -28175,7 +28175,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 Ugly Plug-ins config.status 1.4.4
+GStreamer Ugly Plug-ins config.status 1.4.5
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-plugins-ugly-1.4.4/configure.ac new/gst-plugins-ugly-1.4.5/configure.ac
--- old/gst-plugins-ugly-1.4.4/configure.ac 2014-11-06 11:24:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/configure.ac 2014-12-18 11:33:34.000000000 +0100
@@ -5,7 +5,7 @@
dnl initialize autoconf
dnl releases only do -Wall, cvs and prerelease does -Werror too
dnl use a three digit version number for releases, and four for cvs/prerelease
-AC_INIT([GStreamer Ugly Plug-ins],[1.4.4],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreame…]
+AC_INIT([GStreamer Ugly Plug-ins],[1.4.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=GStreame…]
AG_GST_INIT
@@ -42,7 +42,7 @@
AC_DEFINE_UNQUOTED(GST_API_VERSION, "$GST_API_VERSION",
[GStreamer API Version])
-AS_LIBTOOL(GST, 404, 0, 404)
+AS_LIBTOOL(GST, 405, 0, 405)
dnl *** required versions of GStreamer stuff ***
GST_REQ=1.4.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-a52dec.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrnb.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-amrwbdec.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-asf.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-cdio.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdlpcmdec.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdread.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-dvdsub.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-lame.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mad.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-mpeg2dec.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-realmedia.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-siddec.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-twolame.html 2014-12-18 12:16:03.000000000 +0100
@@ -42,7 +42,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/gst-plugins-ugly-plugins-plugin-x264.html 2014-12-18 12:16:03.000000000 +0100
@@ -41,7 +41,7 @@
</tr>
<tr>
<td><p><span class="term">version</span></p></td>
-<td>1.4.4</td>
+<td>1.4.5</td>
</tr>
<tr>
<td><p><span class="term">run-time license</span></p></td>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/html/index.html new/gst-plugins-ugly-1.4.5/docs/plugins/html/index.html
--- old/gst-plugins-ugly-1.4.4/docs/plugins/html/index.html 2014-11-06 12:58:18.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/html/index.html 2014-12-18 12:16:03.000000000 +0100
@@ -15,7 +15,7 @@
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GStreamer Ugly Plugins 1.0 Plugins Reference Manual</p></th></tr></table></div>
<div><p class="releaseinfo">
- for GStreamer Ugly Plugins 1.0 (1.4.4)
+ for GStreamer Ugly Plugins 1.0 (1.4.5)
The latest version of this documentation can be found on-line at
<a class="ulink" href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/h…" target="_top">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-ugly/h…</a>.
</p></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-a52dec.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-a52dec.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-a52dec.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-a52dec.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Decodes ATSC A/52 encoded audio streams</description>
<filename>../../ext/a52dec/.libs/libgsta52dec.so</filename>
<basename>libgsta52dec.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-amrnb.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-amrnb.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-amrnb.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-amrnb.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Narrow-Band</description>
<filename>../../ext/amrnb/.libs/libgstamrnb.so</filename>
<basename>libgstamrnb.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-amrwbdec.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-amrwbdec.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-amrwbdec.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-amrwbdec.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Adaptive Multi-Rate Wide-Band Decoder</description>
<filename>../../ext/amrwbdec/.libs/libgstamrwbdec.so</filename>
<basename>libgstamrwbdec.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>unknown</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-asf.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-asf.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-asf.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-asf.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Demuxes and muxes audio and video in Microsofts ASF format</description>
<filename>../../gst/asfdemux/.libs/libgstasf.so</filename>
<basename>libgstasf.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-cdio.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-cdio.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-cdio.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-cdio.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Read audio from audio CDs</description>
<filename>../../ext/cdio/.libs/libgstcdio.so</filename>
<basename>libgstcdio.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdlpcmdec.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdlpcmdec.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdlpcmdec.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Decode DVD LPCM frames into standard PCM</description>
<filename>../../gst/dvdlpcmdec/.libs/libgstdvdlpcmdec.so</filename>
<basename>libgstdvdlpcmdec.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdread.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdread.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdread.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdread.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Access a DVD with dvdread</description>
<filename>../../ext/dvdread/.libs/libgstdvdread.so</filename>
<basename>libgstdvdread.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdsub.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdsub.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-dvdsub.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-dvdsub.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>DVD subtitle parser and decoder</description>
<filename>../../gst/dvdsub/.libs/libgstdvdsub.so</filename>
<basename>libgstdvdsub.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-lame.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-lame.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-lame.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-lame.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Encode MP3s with LAME</description>
<filename>../../ext/lame/.libs/libgstlame.so</filename>
<basename>libgstlame.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-mad.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-mad.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-mad.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-mad.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>mp3 decoding based on the mad library</description>
<filename>../../ext/mad/.libs/libgstmad.so</filename>
<basename>libgstmad.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-mpeg2dec.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-mpeg2dec.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-mpeg2dec.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-mpeg2dec.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>LibMpeg2 decoder</description>
<filename>../../ext/mpeg2dec/.libs/libgstmpeg2dec.so</filename>
<basename>libgstmpeg2dec.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-realmedia.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-realmedia.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-realmedia.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-realmedia.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>RealMedia support plugins</description>
<filename>../../gst/realmedia/.libs/libgstrmdemux.so</filename>
<basename>libgstrmdemux.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-siddec.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-siddec.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-siddec.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-siddec.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Uses libsidplay to decode .sid files</description>
<filename>../../ext/sidplay/.libs/libgstsid.so</filename>
<basename>libgstsid.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-twolame.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-twolame.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-twolame.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-twolame.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Encode MP2s with TwoLAME</description>
<filename>../../ext/twolame/.libs/libgsttwolame.so</filename>
<basename>libgsttwolame.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-x264.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-x264.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-x264.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-x264.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>libx264-based H264 plugins</description>
<filename>../../ext/x264/.libs/libgstx264.so</filename>
<basename>libgstx264.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>GPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-xingmux.xml new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-xingmux.xml
--- old/gst-plugins-ugly-1.4.4/docs/plugins/inspect/plugin-xingmux.xml 2014-11-06 12:58:16.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/docs/plugins/inspect/plugin-xingmux.xml 2014-12-18 12:16:00.000000000 +0100
@@ -3,7 +3,7 @@
<description>Add XING tags to mpeg audio files</description>
<filename>../../gst/xingmux/.libs/libgstxingmux.so</filename>
<basename>libgstxingmux.so</basename>
- <version>1.4.4</version>
+ <version>1.4.5</version>
<license>LGPL</license>
<source>gst-plugins-ugly</source>
<package>GStreamer Ugly Plug-ins source release</package>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/gst/asfdemux/gstasfdemux.c new/gst-plugins-ugly-1.4.5/gst/asfdemux/gstasfdemux.c
--- old/gst-plugins-ugly-1.4.4/gst/asfdemux/gstasfdemux.c 2014-10-19 13:46:21.000000000 +0200
+++ new/gst-plugins-ugly-1.4.5/gst/asfdemux/gstasfdemux.c 2014-12-18 11:32:36.000000000 +0100
@@ -4166,21 +4166,24 @@
break;
}
- GST_OBJECT_LOCK (demux);
+ res = gst_pad_query_default (pad, parent, query);
+ if (!res) {
+ GST_OBJECT_LOCK (demux);
+
+ if (demux->segment.duration != GST_CLOCK_TIME_NONE) {
+ GST_LOG ("returning duration: %" GST_TIME_FORMAT,
+ GST_TIME_ARGS (demux->segment.duration));
+
+ gst_query_set_duration (query, GST_FORMAT_TIME,
+ demux->segment.duration);
+
+ res = TRUE;
+ } else {
+ GST_LOG ("duration not known yet");
+ }
- if (demux->segment.duration != GST_CLOCK_TIME_NONE) {
- GST_LOG ("returning duration: %" GST_TIME_FORMAT,
- GST_TIME_ARGS (demux->segment.duration));
-
- gst_query_set_duration (query, GST_FORMAT_TIME,
- demux->segment.duration);
-
- res = TRUE;
- } else {
- GST_LOG ("duration not known yet");
+ GST_OBJECT_UNLOCK (demux);
}
-
- GST_OBJECT_UNLOCK (demux);
break;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/gst-plugins-ugly.doap new/gst-plugins-ugly-1.4.5/gst-plugins-ugly.doap
--- old/gst-plugins-ugly-1.4.4/gst-plugins-ugly.doap 2014-11-06 11:28:15.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/gst-plugins-ugly.doap 2014-12-18 11:35:36.000000000 +0100
@@ -35,6 +35,16 @@
<release>
<Version>
+ <revision>1.4.5</revision>
+ <branch>1.4</branch>
+ <name></name>
+ <created>2014-12-18</created>
+ <file-release rdf:resource="http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.4.…" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.4.4</revision>
<branch>1.4</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/gst-plugins-ugly.spec new/gst-plugins-ugly-1.4.5/gst-plugins-ugly.spec
--- old/gst-plugins-ugly-1.4.4/gst-plugins-ugly.spec 2014-11-06 11:37:05.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/gst-plugins-ugly.spec 2014-12-18 11:39:40.000000000 +0100
@@ -4,7 +4,7 @@
%define gst_minver 0.11.0
Name: %{gstreamer}-plugins-ugly
-Version: 1.4.4
+Version: 1.4.5
Release: 1.gst
Summary: GStreamer streaming media framework "ugly" plug-ins
Files old/gst-plugins-ugly-1.4.4/po/af.gmo and new/gst-plugins-ugly-1.4.5/po/af.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/af.po new/gst-plugins-ugly-1.4.5/po/af.po
--- old/gst-plugins-ugly-1.4.4/po/af.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/af.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.7.6\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2004-03-18 14:16+0200\n"
"Last-Translator: Petri Jooste <rkwjpj(a)puk.ac.za>\n"
"Language-Team: Afrikaans <i18n(a)af.org.za>\n"
Files old/gst-plugins-ugly-1.4.4/po/az.gmo and new/gst-plugins-ugly-1.4.5/po/az.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/az.po new/gst-plugins-ugly-1.4.5/po/az.po
--- old/gst-plugins-ugly-1.4.4/po/az.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/az.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-0.8.0\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2004-03-19 18:29+0200\n"
"Last-Translator: Metin Amiroff <metin(a)karegen.com>\n"
"Language-Team: Azerbaijani <translation-team-az(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/bg.gmo and new/gst-plugins-ugly-1.4.5/po/bg.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/bg.po new/gst-plugins-ugly-1.4.5/po/bg.po
--- old/gst-plugins-ugly-1.4.4/po/bg.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/bg.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2011-04-26 22:34+0300\n"
"Last-Translator: Alexander Shopov <ash(a)kambanaria.org>\n"
"Language-Team: Bulgarian <dict(a)fsa-bg.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/ca.gmo and new/gst-plugins-ugly-1.4.5/po/ca.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/ca.po new/gst-plugins-ugly-1.4.5/po/ca.po
--- old/gst-plugins-ugly-1.4.4/po/ca.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/ca.po 2014-12-18 12:16:03.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-01-01 14:19+0100\n"
"Last-Translator: Gil Forcada <gforcada(a)gnome.org>\n"
"Language-Team: Catalan <ca(a)dodds.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/cs.gmo and new/gst-plugins-ugly-1.4.5/po/cs.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/cs.po new/gst-plugins-ugly-1.4.5/po/cs.po
--- old/gst-plugins-ugly-1.4.4/po/cs.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/cs.po 2014-12-18 12:16:03.000000000 +0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2013-09-07 07:06+0200\n"
"Last-Translator: Marek Černocký <marek(a)manet.cz>\n"
"Language-Team: Czech <translation-team-cs(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/da.gmo and new/gst-plugins-ugly-1.4.5/po/da.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/da.po new/gst-plugins-ugly-1.4.5/po/da.po
--- old/gst-plugins-ugly-1.4.4/po/da.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/da.po 2014-12-18 12:16:03.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-09 03:56+0100\n"
"Last-Translator: Joe Hansen <joedalton2(a)yahoo.dk>\n"
"Language-Team: Danish <dansk(a)dansk-gruppen.dk>\n"
Files old/gst-plugins-ugly-1.4.4/po/de.gmo and new/gst-plugins-ugly-1.4.5/po/de.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/de.po new/gst-plugins-ugly-1.4.5/po/de.po
--- old/gst-plugins-ugly-1.4.4/po/de.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/de.po 2014-12-18 12:16:03.000000000 +0100
@@ -13,7 +13,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-05-22 18:29+0100\n"
"Last-Translator: Christian Kirbach <christian.kirbach(a)gmail.com>\n"
"Language-Team: German <translation-team-de(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/el.gmo and new/gst-plugins-ugly-1.4.5/po/el.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/el.po new/gst-plugins-ugly-1.4.5/po/el.po
--- old/gst-plugins-ugly-1.4.4/po/el.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/el.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-03-18 01:04+0100\n"
"Last-Translator: Savvas Radevic <vicedar(a)gmail.com>\n"
"Language-Team: Greek <team(a)lists.gnome.gr>\n"
Files old/gst-plugins-ugly-1.4.4/po/en_GB.gmo and new/gst-plugins-ugly-1.4.5/po/en_GB.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/en_GB.po new/gst-plugins-ugly-1.4.5/po/en_GB.po
--- old/gst-plugins-ugly-1.4.4/po/en_GB.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/en_GB.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.8.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2004-04-26 10:41-0400\n"
"Last-Translator: Gareth Owen <gowen72(a)yahoo.com>\n"
"Language-Team: English (British) <en_gb(a)li.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/eo.gmo and new/gst-plugins-ugly-1.4.5/po/eo.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/eo.po new/gst-plugins-ugly-1.4.5/po/eo.po
--- old/gst-plugins-ugly-1.4.4/po/eo.po 2014-11-06 12:30:57.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/eo.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.4.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-09-21 21:03+0200\n"
"Last-Translator: Benno Schulenberg <benno(a)vertaalt.nl>\n"
"Language-Team: Esperanto <translation-team-eo(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/es.gmo and new/gst-plugins-ugly-1.4.5/po/es.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/es.po new/gst-plugins-ugly-1.4.5/po/es.po
--- old/gst-plugins-ugly-1.4.4/po/es.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/es.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2011-10-02 15:45+0200\n"
"Last-Translator: Jorge González González <aloriel(a)gmail.com>\n"
"Language-Team: Spanish <es(a)li.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/eu.gmo and new/gst-plugins-ugly-1.4.5/po/eu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/eu.po new/gst-plugins-ugly-1.4.5/po/eu.po
--- old/gst-plugins-ugly-1.4.4/po/eu.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/eu.po 2014-12-18 12:16:03.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.13.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2010-03-07 13:12+0200\n"
"Last-Translator: Mikel Olasagasti Uranga <hey_neken(a)mundurat.net>\n"
"Language-Team: Basque <translation-team-eu(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/fi.gmo and new/gst-plugins-ugly-1.4.5/po/fi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/fi.po new/gst-plugins-ugly-1.4.5/po/fi.po
--- old/gst-plugins-ugly-1.4.4/po/fi.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/fi.po 2014-12-18 12:16:03.000000000 +0100
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.10.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2009-03-10 20:41+0200\n"
"Last-Translator: Tommi Vainikainen <Tommi.Vainikainen(a)iki.fi>\n"
"Language-Team: Finnish <translation-team-fi(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/fr.gmo and new/gst-plugins-ugly-1.4.5/po/fr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/fr.po new/gst-plugins-ugly-1.4.5/po/fr.po
--- old/gst-plugins-ugly-1.4.4/po/fr.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/fr.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2011-04-28 09:25+0200\n"
"Last-Translator: Claude Paroz <claude(a)2xlibre.net>\n"
"Language-Team: French <traduc(a)traduc.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/gl.gmo and new/gst-plugins-ugly-1.4.5/po/gl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/gl.po new/gst-plugins-ugly-1.4.5/po/gl.po
--- old/gst-plugins-ugly-1.4.4/po/gl.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/gl.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-15 03:47+0200\n"
"Last-Translator: Fran Dieguez <frandieguez(a)ubuntu.com>\n"
"Language-Team: Galician <proxecto(a)trasno.net>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/gst-plugins-ugly-1.0.pot new/gst-plugins-ugly-1.4.5/po/gst-plugins-ugly-1.0.pot
--- old/gst-plugins-ugly-1.4.4/po/gst-plugins-ugly-1.0.pot 2014-11-06 12:30:57.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/gst-plugins-ugly-1.0.pot 2014-12-18 12:07:07.000000000 +0100
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: gst-plugins-ugly 1.4.4\n"
+"Project-Id-Version: gst-plugins-ugly 1.4.5\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL(a)li.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/hr.gmo and new/gst-plugins-ugly-1.4.5/po/hr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/hr.po new/gst-plugins-ugly-1.4.5/po/hr.po
--- old/gst-plugins-ugly-1.4.4/po/hr.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/hr.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-04-16 03:00+0200\n"
"Last-Translator: Tomislav Krznar <tomislav.krznar(a)gmail.com>\n"
"Language-Team: Croatian <lokalizacija(a)linux.hr>\n"
Files old/gst-plugins-ugly-1.4.4/po/hu.gmo and new/gst-plugins-ugly-1.4.5/po/hu.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/hu.po new/gst-plugins-ugly-1.4.5/po/hu.po
--- old/gst-plugins-ugly-1.4.4/po/hu.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/hu.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-11-30 15:02+0100\n"
"Last-Translator: Gabor Kelemen <kelemeng(a)gnome.hu>\n"
"Language-Team: Hungarian <translation-team-hu(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/id.gmo and new/gst-plugins-ugly-1.4.5/po/id.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/id.po new/gst-plugins-ugly-1.4.5/po/id.po
--- old/gst-plugins-ugly-1.4.4/po/id.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/id.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-01-27 20:04+0700\n"
"Last-Translator: Andhika Padmawan <andhika.padmawan(a)gmail.com>\n"
"Language-Team: Indonesian <translation-team-id(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/it.gmo and new/gst-plugins-ugly-1.4.5/po/it.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/it.po new/gst-plugins-ugly-1.4.5/po/it.po
--- old/gst-plugins-ugly-1.4.4/po/it.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/it.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2009-06-14 12:31+0200\n"
"Last-Translator: Luca Ferretti <elle.uca(a)infinito.it>\n"
"Language-Team: Italian <tp(a)lists.linux.it>\n"
Files old/gst-plugins-ugly-1.4.4/po/ja.gmo and new/gst-plugins-ugly-1.4.5/po/ja.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/ja.po new/gst-plugins-ugly-1.4.5/po/ja.po
--- old/gst-plugins-ugly-1.4.4/po/ja.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/ja.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-22 19:42+0900\n"
"Last-Translator: Takeshi Hamasaki <hmatrjp(a)users.sourceforge.jp>\n"
"Language-Team: Japanese <translation-team-ja(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/lt.gmo and new/gst-plugins-ugly-1.4.5/po/lt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/lt.po new/gst-plugins-ugly-1.4.5/po/lt.po
--- old/gst-plugins-ugly-1.4.4/po/lt.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/lt.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.7.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2008-05-14 02:52+0300\n"
"Last-Translator: Gintautas Miliauskas <gintas(a)akl.lt>\n"
"Language-Team: Lithuanian <komp_lt(a)konferencijos.lt>\n"
Files old/gst-plugins-ugly-1.4.4/po/lv.gmo and new/gst-plugins-ugly-1.4.5/po/lv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/lv.po new/gst-plugins-ugly-1.4.5/po/lv.po
--- old/gst-plugins-ugly-1.4.4/po/lv.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/lv.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-04-20 16:24+0300\n"
"Last-Translator: Rihards Prieditis <rprieditis(a)gmail.com>\n"
"Language-Team: Latvian <translation-team-lv(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/ms.gmo and new/gst-plugins-ugly-1.4.5/po/ms.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/ms.po new/gst-plugins-ugly-1.4.5/po/ms.po
--- old/gst-plugins-ugly-1.4.4/po/ms.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/ms.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.11.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2009-07-16 15:07+0800\n"
"Last-Translator: Muhammad Najmi bin Ahmad Zabidi <najmi.zabidi(a)gmail.com>\n"
"Language-Team: Malay <translation-team-ms(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/mt.gmo and new/gst-plugins-ugly-1.4.5/po/mt.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/mt.po new/gst-plugins-ugly-1.4.5/po/mt.po
--- old/gst-plugins-ugly-1.4.4/po/mt.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/mt.po 2014-12-18 12:16:03.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-0.10.9.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2008-11-13 18:18+0100\n"
"Last-Translator: Michel Bugeja <michelbugeja(a)rabatmalta.com>\n"
"Language-Team: Maltese <translation-team-mt(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/nb.gmo and new/gst-plugins-ugly-1.4.5/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/nb.po new/gst-plugins-ugly-1.4.5/po/nb.po
--- old/gst-plugins-ugly-1.4.4/po/nb.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/nb.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-21 21:38+0100\n"
"Last-Translator: Johnny A. Solbu <johnny(a)solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb(a)lister.ping.uio.no>\n"
Files old/gst-plugins-ugly-1.4.4/po/nl.gmo and new/gst-plugins-ugly-1.4.5/po/nl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/nl.po new/gst-plugins-ugly-1.4.5/po/nl.po
--- old/gst-plugins-ugly-1.4.4/po/nl.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/nl.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-05-22 13:05+0200\n"
"Last-Translator: Freek de Kruijf <f.de.kruijf(a)gmail.com>\n"
"Language-Team: Dutch <vertaling(a)vrijschrift.org>\n"
Files old/gst-plugins-ugly-1.4.4/po/or.gmo and new/gst-plugins-ugly-1.4.5/po/or.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/or.po new/gst-plugins-ugly-1.4.5/po/or.po
--- old/gst-plugins-ugly-1.4.4/po/or.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/or.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2004-09-27 13:32+0530\n"
"Last-Translator: Gora Mohanty <gora_mohanty(a)yahoo.co.in>\n"
"Language-Team: Oriya <gora_mohanty(a)yahoo.co.in>\n"
Files old/gst-plugins-ugly-1.4.4/po/pl.gmo and new/gst-plugins-ugly-1.4.5/po/pl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/pl.po new/gst-plugins-ugly-1.4.5/po/pl.po
--- old/gst-plugins-ugly-1.4.4/po/pl.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/pl.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-11-28 19:34+0100\n"
"Last-Translator: Jakub Bogusz <qboosh(a)pld-linux.org>\n"
"Language-Team: Polish <translation-team-pl(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/pt_BR.gmo and new/gst-plugins-ugly-1.4.5/po/pt_BR.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/pt_BR.po new/gst-plugins-ugly-1.4.5/po/pt_BR.po
--- old/gst-plugins-ugly-1.4.4/po/pt_BR.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/pt_BR.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2013-08-20 22:54-0300\n"
"Last-Translator: Fabrício Godoy <skarllot(a)gmail.com>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation(a)lists.sourceforge."
Files old/gst-plugins-ugly-1.4.4/po/ro.gmo and new/gst-plugins-ugly-1.4.5/po/ro.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/ro.po new/gst-plugins-ugly-1.4.5/po/ro.po
--- old/gst-plugins-ugly-1.4.4/po/ro.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/ro.po 2014-12-18 12:16:03.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.14.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2010-08-16 03:32+0300\n"
"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu(a)gmail.com>\n"
"Language-Team: Romanian <translation-team-ro(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/ru.gmo and new/gst-plugins-ugly-1.4.5/po/ru.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/ru.po new/gst-plugins-ugly-1.4.5/po/ru.po
--- old/gst-plugins-ugly-1.4.4/po/ru.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/ru.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-01 13:38+0400\n"
"Last-Translator: Yuri Kozlov <yuray(a)komyakino.ru>\n"
"Language-Team: Russian <gnu(a)mx.ru>\n"
Files old/gst-plugins-ugly-1.4.4/po/sk.gmo and new/gst-plugins-ugly-1.4.5/po/sk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/sk.po new/gst-plugins-ugly-1.4.5/po/sk.po
--- old/gst-plugins-ugly-1.4.4/po/sk.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/sk.po 2014-12-18 12:16:03.000000000 +0100
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.2.1\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-01-30 10:28+0100\n"
"Last-Translator: Peter Tuharsky <tuharsky(a)misbb.sk>\n"
"Language-Team: Slovak <sk-i18n(a)lists.linux.sk>\n"
Files old/gst-plugins-ugly-1.4.4/po/sl.gmo and new/gst-plugins-ugly-1.4.5/po/sl.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/sl.po new/gst-plugins-ugly-1.4.5/po/sl.po
--- old/gst-plugins-ugly-1.4.4/po/sl.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/sl.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-03-26 22:48+0100\n"
"Last-Translator: Klemen Košir <klemen.kosir(a)gmx.com>\n"
"Language-Team: Slovenian <translation-team-sl(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/sq.gmo and new/gst-plugins-ugly-1.4.5/po/sq.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/sq.po new/gst-plugins-ugly-1.4.5/po/sq.po
--- old/gst-plugins-ugly-1.4.4/po/sq.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/sq.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins 0.8.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2004-08-07 20:29+0200\n"
"Last-Translator: Laurent Dhima <laurenti(a)alblinux.net>\n"
"Language-Team: Albanian <begraj(a)hotmail.com>\n"
Files old/gst-plugins-ugly-1.4.4/po/sr.gmo and new/gst-plugins-ugly-1.4.5/po/sr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/sr.po new/gst-plugins-ugly-1.4.5/po/sr.po
--- old/gst-plugins-ugly-1.4.4/po/sr.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/sr.po 2014-12-18 12:16:03.000000000 +0100
@@ -5,7 +5,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.1.4\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2013-10-03 22:30+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic(a)rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
Files old/gst-plugins-ugly-1.4.4/po/sv.gmo and new/gst-plugins-ugly-1.4.5/po/sv.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/sv.po new/gst-plugins-ugly-1.4.5/po/sv.po
--- old/gst-plugins-ugly-1.4.4/po/sv.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/sv.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.90\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-07-11 02:52+0200\n"
"Last-Translator: Sebastian Rasmussen <sebras(a)gmail.com>\n"
"Language-Team: Swedish <tp-sv(a)listor.tp-sv.se>\n"
Files old/gst-plugins-ugly-1.4.4/po/tr.gmo and new/gst-plugins-ugly-1.4.5/po/tr.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/tr.po new/gst-plugins-ugly-1.4.5/po/tr.po
--- old/gst-plugins-ugly-1.4.4/po/tr.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/tr.po 2014-12-18 12:16:03.000000000 +0100
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly-1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-12-01 01:19+0200\n"
"Last-Translator: Server Acim <serveracim(a)gmail.com>\n"
"Language-Team: Turkish <gnu-tr-u12a(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/uk.gmo and new/gst-plugins-ugly-1.4.5/po/uk.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/uk.po new/gst-plugins-ugly-1.4.5/po/uk.po
--- old/gst-plugins-ugly-1.4.4/po/uk.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/uk.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.0.3\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2012-11-28 20:25+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor(a)ukr.net>\n"
"Language-Team: Ukrainian <translation-team-uk(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/vi.gmo and new/gst-plugins-ugly-1.4.5/po/vi.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/vi.po new/gst-plugins-ugly-1.4.5/po/vi.po
--- old/gst-plugins-ugly-1.4.4/po/vi.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/vi.po 2014-12-18 12:16:03.000000000 +0100
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 1.3.90\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2014-06-30 09:20+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman(a)gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi(a)lists.sourceforge.net>\n"
Files old/gst-plugins-ugly-1.4.4/po/zh_CN.gmo and new/gst-plugins-ugly-1.4.5/po/zh_CN.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/po/zh_CN.po new/gst-plugins-ugly-1.4.5/po/zh_CN.po
--- old/gst-plugins-ugly-1.4.4/po/zh_CN.po 2014-11-06 12:58:19.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/po/zh_CN.po 2014-12-18 12:16:03.000000000 +0100
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: gst-plugins-ugly 0.10.17.2\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/\n"
-"POT-Creation-Date: 2014-11-06 12:30+0100\n"
+"POT-Creation-Date: 2014-12-18 12:07+0100\n"
"PO-Revision-Date: 2011-12-20 10:58+0800\n"
"Last-Translator: Wylmer Wang <wantinghard(a)gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh(a)googlegroups.com>\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-plugins-ugly-1.4.4/win32/common/config.h new/gst-plugins-ugly-1.4.5/win32/common/config.h
--- old/gst-plugins-ugly-1.4.4/win32/common/config.h 2014-11-06 12:57:34.000000000 +0100
+++ new/gst-plugins-ugly-1.4.5/win32/common/config.h 2014-12-18 12:15:18.000000000 +0100
@@ -61,7 +61,7 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
-#define GST_PACKAGE_RELEASE_DATETIME "2014-11-06"
+#define GST_PACKAGE_RELEASE_DATETIME "2014-12-18"
/* Define if static plugins should be built */
#undef GST_PLUGIN_BUILD_STATIC
@@ -248,7 +248,7 @@
#define PACKAGE_NAME "GStreamer Ugly Plug-ins"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.4.4"
+#define PACKAGE_STRING "GStreamer Ugly Plug-ins 1.4.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-ugly"
@@ -257,7 +257,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.4.4"
+#define PACKAGE_VERSION "1.4.5"
/* directory where plugins are located */
#ifdef _DEBUG
@@ -288,7 +288,7 @@
#undef TARGET_CPU
/* Version number of package */
-#define VERSION "1.4.4"
+#define VERSION "1.4.5"
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gstreamer-plugins-bad for openSUSE:Factory checked in at 2014-12-31 11:22:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-bad (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-bad"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-bad/gstreamer-plugins-bad.changes 2014-12-17 19:18:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-bad.new/gstreamer-plugins-bad.changes 2014-12-31 11:22:12.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Dec 26 11:30:51 UTC 2014 - zaitor(a)opensuse.org
+
+- Update to version 1.4.5:
+ + Bugs fixed: bgo#722764, bgo#729768, bgo#739152, bgo#740191,
+ bgo#740201, bgo#740451, bgo#740953, bgo#741321.
+- Remove obsolete FIXME entries about pkgconfig(wayland-client)
+ BuildRequires, we have had this enabled for a while.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-bad-1.4.4-patched.tar.xz
gst-plugins-bad-1.4.4.tar.xz
New:
----
gst-plugins-bad-1.4.5-patched.tar.xz
gst-plugins-bad-1.4.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-bad.spec ++++++
--- /var/tmp/diff_new_pack.A5PB7F/_old 2014-12-31 11:22:14.000000000 +0100
+++ /var/tmp/diff_new_pack.A5PB7F/_new 2014-12-31 11:22:14.000000000 +0100
@@ -28,9 +28,8 @@
# Use rpmbuild -D 'BUILD_ORIG 1' to build original code.
# Use rpmbuild -D 'BUILD_ORIG 1' -D 'BUILD_ORIG_ADDON 1' to build patched build plus original as addon.
%define _name gst-plugins-bad
-Version: 1.4.4
+Version: 1.4.5
Release: 0
-# FIXME: missing BuildRequires on pkgconfig(wayland-client)
# FIXME: re-enable opencv BuildRequires once bnc#748666 is fixed (we don't want to depend on libxine!)
# FIXME: missing BuildRequires on libtiger (http://code.google.com/p/libtiger/)
# FIXME: missing BuildRequires on zbar (http://zbar.sourceforge.net/)
@@ -140,8 +139,6 @@
%if %{build_wayland}
BuildRequires: pkgconfig(wayland-client) >= 1.0.0
%endif
-# Not yet in openSUSE
-#BuildRequires: pkgconfig(wayland-client) >= 0.1
BuildRequires: pkgconfig(x11)
# Not yet in openSUSE
#BuildRequires: pkgconfig(zbar) >= 0.9
++++++ gst-plugins-bad-1.4.4-patched.tar.xz -> gst-plugins-bad-1.4.5-patched.tar.xz ++++++
++++ 27280 lines of diff (skipped)
++++++ gst-plugins-bad-1.4.4-patched.tar.xz -> gst-plugins-bad-1.4.5.tar.xz ++++++
++++ 164911 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gstreamer-plugins-base for openSUSE:Factory checked in at 2014-12-31 11:22:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-base (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-base"
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-base/gstreamer-plugins-base.changes 2014-11-18 22:55:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-base.new/gstreamer-plugins-base.changes 2014-12-31 11:22:10.000000000 +0100
@@ -1,0 +2,9 @@
+Fri Dec 26 10:25:27 UTC 2014 - zaitor(a)opensuse.org
+
+- Update to version 1.4.5:
+ + Bugs fixed: bgo#741420, bgo#715050, bgo#739544, bgo#739840,
+ bgo#740556, bgo#740675, bgo#740730, bgo#740853, bgo#740952,
+ bgo#741045, bgo#741198.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-base-1.4.4.tar.xz
New:
----
gst-plugins-base-1.4.5.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-base.spec ++++++
--- /var/tmp/diff_new_pack.qk7whI/_old 2014-12-31 11:22:11.000000000 +0100
+++ /var/tmp/diff_new_pack.qk7whI/_new 2014-12-31 11:22:11.000000000 +0100
@@ -18,7 +18,7 @@
Name: gstreamer-plugins-base
%define _name gst-plugins-base
-Version: 1.4.4
+Version: 1.4.5
Release: 0
%define gst_branch 1.0
Url: http://gstreamer.freedesktop.org/
++++++ gst-plugins-base-1.4.4.tar.xz -> gst-plugins-base-1.4.5.tar.xz ++++++
++++ 6821 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0