Hello community, here is the log from the commit of package libgudev for openSUSE:Factory checked in at 2017-09-13 21:39:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libgudev (Old) and /work/SRC/openSUSE:Factory/.libgudev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libgudev" Wed Sep 13 21:39:00 2017 rev:5 rq:520135 version:232 Changes: -------- --- /work/SRC/openSUSE:Factory/libgudev/libgudev.changes 2017-07-11 08:27:31.385249154 +0200 +++ /work/SRC/openSUSE:Factory/.libgudev.new/libgudev.changes 2017-09-13 21:39:01.904777529 +0200 @@ -1,0 +2,8 @@ +Fri Sep 1 10:35:17 UTC 2017 - [email protected] + +- Update to version 232: + + Fix crash on plenty of architectures in the test suite. + + Add g_autoptr automatic clean up for libgudev objects. +- Tweak package description a bit. + +------------------------------------------------------------------- Old: ---- libgudev-231.tar.xz New: ---- libgudev-232.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libgudev.spec ++++++ --- /var/tmp/diff_new_pack.gsLYyw/_old 2017-09-13 21:39:02.576682992 +0200 +++ /var/tmp/diff_new_pack.gsLYyw/_new 2017-09-13 21:39:02.580682429 +0200 @@ -17,7 +17,7 @@ Name: libgudev -Version: 231 +Version: 232 Release: 0 Summary: Library that provides GObject bindings for libudev License: LGPL-2.0+ @@ -37,7 +37,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Library provides GObject bindings for libudev. +Library provides GObject bindings for libudev. It used to be part +of udev, then merged into systemd. It's now a project on its own. %package -n libgudev-1_0-0 Summary: GObject library, to access udev device information ++++++ libgudev-231.tar.xz -> libgudev-232.tar.xz ++++++ ++++ 1888 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/libgudev-231/NEWS new/libgudev-232/NEWS --- old/libgudev-231/NEWS 2017-02-13 19:29:06.313732803 +0100 +++ new/libgudev-232/NEWS 2017-09-01 01:56:08.178923471 +0200 @@ -1,5 +1,9 @@ libgudev - GObject bindings for libudev +CHANGES WITH 232: + * Fix crash on plenty of architectures in the test suite + * Add g_autoptr automatic clean up for libgudev objects + CHANGES WITH 231: * Fix a bug in the enumerator to ensure that client subsystems are implicitly matched 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/libgudev-231/build-aux/compile new/libgudev-232/build-aux/compile --- old/libgudev-231/build-aux/compile 2017-02-13 19:29:31.183750012 +0100 +++ new/libgudev-232/build-aux/compile 2017-08-31 18:01:00.568995138 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # Wrapper for compilers which do not understand '-c -o'. -scriptversion=2012-10-14.11; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1999-2014 Free Software Foundation, Inc. +# Copyright (C) 1999-2017 Free Software Foundation, Inc. # Written by Tom Tromey <[email protected]>. # # This program is free software; you can redistribute it and/or modify @@ -255,7 +255,8 @@ echo "compile $scriptversion" exit $? ;; - cl | *[/\\]cl | cl.exe | *[/\\]cl.exe ) + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) func_cl_wrapper "$@" # Doesn't return... ;; esac @@ -342,6 +343,6 @@ # 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-time-zone: "UTC0" # 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/libgudev-231/build-aux/missing new/libgudev-232/build-aux/missing --- old/libgudev-231/build-aux/missing 2017-02-13 19:29:31.189750016 +0100 +++ new/libgudev-232/build-aux/missing 2017-08-31 18:01:00.581995156 +0200 @@ -1,9 +1,9 @@ #! /bin/sh # Common wrapper for a few potentially missing GNU programs. -scriptversion=2013-10-28.13; # UTC +scriptversion=2016-01-11.22; # UTC -# Copyright (C) 1996-2014 Free Software Foundation, Inc. +# Copyright (C) 1996-2017 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify @@ -210,6 +210,6 @@ # 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-time-zone: "UTC0" # 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/libgudev-231/configure.ac new/libgudev-232/configure.ac --- old/libgudev-231/configure.ac 2017-02-13 19:29:10.079735408 +0100 +++ new/libgudev-232/configure.ac 2017-08-31 18:00:16.502932574 +0200 @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([libgudev], - [231], + [232], [http://bugzilla.gnome.org/enter_bug.cgi?product=libgudev], [libgudev], [http://wiki.gnome.org/Projects/libgudev]) 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/libgudev-231/docs/html/GUdevClient.html new/libgudev-232/docs/html/GUdevClient.html --- old/libgudev-231/docs/html/GUdevClient.html 2017-02-13 19:29:35.756753176 +0100 +++ new/libgudev-232/docs/html/GUdevClient.html 2017-09-01 01:56:35.991961398 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GUdevClient: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="ref-API.html" title="API Reference"> <link rel="prev" href="ref-API.html" title="API Reference"> <link rel="next" href="GUdevDevice.html" title="GUdevDevice"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -556,6 +556,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/GUdevDevice.html new/libgudev-232/docs/html/GUdevDevice.html --- old/libgudev-231/docs/html/GUdevDevice.html 2017-02-13 19:29:35.757753177 +0100 +++ new/libgudev-232/docs/html/GUdevDevice.html 2017-09-01 01:56:35.992961399 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GUdevDevice: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="ref-API.html" title="API Reference"> <link rel="prev" href="GUdevClient.html" title="GUdevClient"> <link rel="next" href="GUdevEnumerator.html" title="GUdevEnumerator"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -1521,6 +1521,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/GUdevEnumerator.html new/libgudev-232/docs/html/GUdevEnumerator.html --- old/libgudev-231/docs/html/GUdevEnumerator.html 2017-02-13 19:29:35.755753175 +0100 +++ new/libgudev-232/docs/html/GUdevEnumerator.html 2017-09-01 01:56:35.990961397 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GUdevEnumerator: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="ref-API.html" title="API Reference"> <link rel="prev" href="GUdevDevice.html" title="GUdevDevice"> <link rel="next" href="gudev-hierarchy.html" title="Object Hierarchy"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -637,6 +637,6 @@ </div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/annotation-glossary.html new/libgudev-232/docs/html/annotation-glossary.html --- old/libgudev-231/docs/html/annotation-glossary.html 2017-02-13 19:29:35.755753175 +0100 +++ new/libgudev-232/docs/html/annotation-glossary.html 2017-09-01 01:56:35.990961397 +0200 @@ -3,11 +3,11 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Annotation Glossary: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="index.html" title="GUdev Reference Manual"> <link rel="prev" href="api-index-deprecated.html" title="Index of deprecated API"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -45,6 +45,6 @@ <dd class="glossdef"><p>Don't free data after the code is done.</p></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/api-index-deprecated.html new/libgudev-232/docs/html/api-index-deprecated.html --- old/libgudev-231/docs/html/api-index-deprecated.html 2017-02-13 19:29:35.758753178 +0100 +++ new/libgudev-232/docs/html/api-index-deprecated.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index of deprecated API: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="GUdev Reference Manual"> -<link rel="up" href="index.html" title="GUdev Reference Manual"> -<link rel="prev" href="ix02.html" title="Index of new symbols in 165"> -<link rel="next" href="annotation-glossary.html" title="Annotation Glossary"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> -<td width="100%" align="left" class="shortcuts"></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> -<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> -<td><a accesskey="p" href="ix02.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="annotation-glossary.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> -</tr></table> -<div class="index"> -<div class="titlepage"><div><div><h1 class="title"> -<a name="api-index-deprecated"></a>Index of deprecated API</h1></div></div></div> -<a name="idx"></a> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> -</body> -</html> \ No newline at end of file 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/libgudev-231/docs/html/api-index-full.html new/libgudev-232/docs/html/api-index-full.html --- old/libgudev-231/docs/html/api-index-full.html 2017-02-13 19:29:35.758753178 +0100 +++ new/libgudev-232/docs/html/api-index-full.html 2017-09-01 01:56:35.993961401 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Index: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="index.html" title="GUdev Reference Manual"> <link rel="prev" href="gudev-hierarchy.html" title="Object Hierarchy"> <link rel="next" href="ix02.html" title="Index of new symbols in 165"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -278,6 +278,6 @@ <dd></dd> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/gudev-hierarchy.html new/libgudev-232/docs/html/gudev-hierarchy.html --- old/libgudev-231/docs/html/gudev-hierarchy.html 2017-02-13 19:29:35.758753178 +0100 +++ new/libgudev-232/docs/html/gudev-hierarchy.html 2017-09-01 01:56:35.993961401 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Object Hierarchy: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="index.html" title="GUdev Reference Manual"> <link rel="prev" href="GUdevEnumerator.html" title="GUdevEnumerator"> <link rel="next" href="api-index-full.html" title="API Index"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -32,6 +32,6 @@ </pre> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/index.html new/libgudev-232/docs/html/index.html --- old/libgudev-231/docs/html/index.html 2017-02-13 19:29:35.756753176 +0100 +++ new/libgudev-232/docs/html/index.html 2017-09-01 01:56:35.991961398 +0200 @@ -3,10 +3,10 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GUdev Reference Manual: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="next" href="ref-API.html" title="API Reference"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -15,7 +15,7 @@ <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GUdev Reference Manual</p></th></tr></table></div> <div><p class="releaseinfo"> - For version 231 + For version 232 — the latest version of this documentation can be found at <a class="ulink" href="https://developer.gnome.org/libgudev" target="_top"> @@ -41,12 +41,10 @@ </dl></dd> <dt><span class="chapter"><a href="gudev-hierarchy.html">Object Hierarchy</a></span></dt> <dt><span class="index"><a href="api-index-full.html">API Index</a></span></dt> -<dt><span class="index"><a href="ix02.html">Index of new symbols in 165</a></span></dt> -<dt><span class="index"><a href="api-index-deprecated.html">Index of deprecated API</a></span></dt> <dt><span class="glossary"><a href="annotation-glossary.html">Annotation Glossary</a></span></dt> </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/html/ix02.html new/libgudev-232/docs/html/ix02.html --- old/libgudev-231/docs/html/ix02.html 2017-02-13 19:29:35.755753175 +0100 +++ new/libgudev-232/docs/html/ix02.html 1970-01-01 01:00:00.000000000 +0100 @@ -1,104 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>Index of new symbols in 165: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> -<link rel="home" href="index.html" title="GUdev Reference Manual"> -<link rel="up" href="index.html" title="GUdev Reference Manual"> -<link rel="prev" href="api-index-full.html" title="API Index"> -<link rel="next" href="api-index-deprecated.html" title="Index of deprecated API"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> -<link rel="stylesheet" href="style.css" type="text/css"> -</head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> -<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> -<td width="100%" align="left" class="shortcuts"><span id="nav_index"><a class="shortcut" href="#idxD">D</a> - <span class="dim">|</span> - <a class="shortcut" href="#idxE">E</a> - <span class="dim">|</span> - <a class="shortcut" href="#idxG">G</a></span></td> -<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> -<td><img src="up-insensitive.png" width="16" height="16" border="0"></td> -<td><a accesskey="p" href="api-index-full.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> -<td><a accesskey="n" href="api-index-deprecated.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> -</tr></table> -<div class="index"> -<div class="titlepage"><div><div><h1 class="title"> -<a name="id-1.5"></a>Index of new symbols in 165</h1></div></div></div> -<a name="idx"></a><a name="idxD"></a><h3 class="title">D</h3> -<dt> -<a class="link" href="GUdevDevice.html#g-udev-device-get-is-initialized" title="g_udev_device_get_is_initialized ()">g_udev_device_get_is_initialized</a>, function in <a class="link" href="GUdevDevice.html" title="GUdevDevice">GUdevDevice</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevDevice.html#g-udev-device-get-tags" title="g_udev_device_get_tags ()">g_udev_device_get_tags</a>, function in <a class="link" href="GUdevDevice.html" title="GUdevDevice">GUdevDevice</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevDevice.html#g-udev-device-get-usec-since-initialized" title="g_udev_device_get_usec_since_initialized ()">g_udev_device_get_usec_since_initialized</a>, function in <a class="link" href="GUdevDevice.html" title="GUdevDevice">GUdevDevice</a> -</dt> -<dd></dd> -<a name="idxE"></a><h3 class="title">E</h3> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-is-initialized" title="g_udev_enumerator_add_match_is_initialized ()">g_udev_enumerator_add_match_is_initialized</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-name" title="g_udev_enumerator_add_match_name ()">g_udev_enumerator_add_match_name</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-property" title="g_udev_enumerator_add_match_property ()">g_udev_enumerator_add_match_property</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-subsystem" title="g_udev_enumerator_add_match_subsystem ()">g_udev_enumerator_add_match_subsystem</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-sysfs-attr" title="g_udev_enumerator_add_match_sysfs_attr ()">g_udev_enumerator_add_match_sysfs_attr</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-match-tag" title="g_udev_enumerator_add_match_tag ()">g_udev_enumerator_add_match_tag</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-nomatch-subsystem" title="g_udev_enumerator_add_nomatch_subsystem ()">g_udev_enumerator_add_nomatch_subsystem</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-nomatch-sysfs-attr" title="g_udev_enumerator_add_nomatch_sysfs_attr ()">g_udev_enumerator_add_nomatch_sysfs_attr</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-add-sysfs-path" title="g_udev_enumerator_add_sysfs_path ()">g_udev_enumerator_add_sysfs_path</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-execute" title="g_udev_enumerator_execute ()">g_udev_enumerator_execute</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#g-udev-enumerator-new" title="g_udev_enumerator_new ()">g_udev_enumerator_new</a>, function in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<a name="idxG"></a><h3 class="title">G</h3> -<dt> -<a class="link" href="GUdevEnumerator.html#GUdevEnumerator-struct" title="GUdevEnumerator">GUdevEnumerator</a>, struct in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#GUdevEnumerator--client" title="The “client” property">GUdevEnumerator:client</a>, object property in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -<dt> -<a class="link" href="GUdevEnumerator.html#GUdevEnumeratorClass" title="struct GUdevEnumeratorClass">GUdevEnumeratorClass</a>, struct in <a class="link" href="GUdevEnumerator.html" title="GUdevEnumerator">GUdevEnumerator</a> -</dt> -<dd></dd> -</div> -<div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> -</body> -</html> \ No newline at end of file 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/libgudev-231/docs/html/ref-API.html new/libgudev-232/docs/html/ref-API.html --- old/libgudev-231/docs/html/ref-API.html 2017-02-13 19:29:35.758753178 +0100 +++ new/libgudev-232/docs/html/ref-API.html 2017-09-01 01:56:35.993961401 +0200 @@ -3,12 +3,12 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>API Reference: GUdev Reference Manual</title> -<meta name="generator" content="DocBook XSL Stylesheets V1.79.1"> +<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot"> <link rel="home" href="index.html" title="GUdev Reference Manual"> <link rel="up" href="index.html" title="GUdev Reference Manual"> <link rel="prev" href="index.html" title="GUdev Reference Manual"> <link rel="next" href="GUdevClient.html" title="GUdevClient"> -<meta name="generator" content="GTK-Doc V1.25.1 (XML mode)"> +<meta name="generator" content="GTK-Doc V1.25 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> @@ -35,6 +35,6 @@ </dl></div> </div> <div class="footer"> -<hr>Generated by GTK-Doc V1.25.1</div> +<hr>Generated by GTK-Doc V1.25</div> </body> </html> \ No newline at end of file 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/libgudev-231/docs/version.xml new/libgudev-232/docs/version.xml --- old/libgudev-231/docs/version.xml 2017-02-13 19:29:33.699751753 +0100 +++ new/libgudev-232/docs/version.xml 2017-08-31 18:01:04.632000907 +0200 @@ -1 +1 @@ -231 +232 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/libgudev-231/gudev/gudevclient.h new/libgudev-232/gudev/gudevclient.h --- old/libgudev-231/gudev/gudevclient.h 2015-05-15 11:42:11.069440978 +0200 +++ new/libgudev-232/gudev/gudevclient.h 2017-08-31 17:24:31.750980935 +0200 @@ -35,6 +35,10 @@ #define G_UDEV_IS_CLIENT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_UDEV_TYPE_CLIENT)) #define G_UDEV_CLIENT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_UDEV_TYPE_CLIENT, GUdevClientClass)) +#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC +G_DEFINE_AUTOPTR_CLEANUP_FUNC (GUdevClient, g_object_unref) +#endif + typedef struct _GUdevClientClass GUdevClientClass; typedef struct _GUdevClientPrivate GUdevClientPrivate; 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/libgudev-231/gudev/gudevdevice.h new/libgudev-232/gudev/gudevdevice.h --- old/libgudev-231/gudev/gudevdevice.h 2015-05-15 11:42:11.069440978 +0200 +++ new/libgudev-232/gudev/gudevdevice.h 2017-08-31 17:24:27.435974556 +0200 @@ -35,6 +35,10 @@ #define G_UDEV_IS_DEVICE_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_UDEV_TYPE_DEVICE)) #define G_UDEV_DEVICE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_UDEV_TYPE_DEVICE, GUdevDeviceClass)) +#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC +G_DEFINE_AUTOPTR_CLEANUP_FUNC (GUdevDevice, g_object_unref) +#endif + typedef struct _GUdevDeviceClass GUdevDeviceClass; typedef struct _GUdevDevicePrivate GUdevDevicePrivate; 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/libgudev-231/gudev/gudevenumerator.h new/libgudev-232/gudev/gudevenumerator.h --- old/libgudev-231/gudev/gudevenumerator.h 2015-05-15 11:42:11.070441019 +0200 +++ new/libgudev-232/gudev/gudevenumerator.h 2017-08-31 17:25:06.085031693 +0200 @@ -35,6 +35,10 @@ #define G_UDEV_IS_ENUMERATOR_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_UDEV_TYPE_ENUMERATOR)) #define G_UDEV_ENUMERATOR_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_UDEV_TYPE_ENUMERATOR, GUdevEnumeratorClass)) +#ifdef G_DEFINE_AUTOPTR_CLEANUP_FUNC +G_DEFINE_AUTOPTR_CLEANUP_FUNC (GUdevEnumerator, g_object_unref) +#endif + typedef struct _GUdevEnumeratorClass GUdevEnumeratorClass; typedef struct _GUdevEnumeratorPrivate GUdevEnumeratorPrivate; 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/libgudev-231/tests/test-enumerator-filter.c new/libgudev-232/tests/test-enumerator-filter.c --- old/libgudev-231/tests/test-enumerator-filter.c 2016-11-02 18:32:00.425443051 +0100 +++ new/libgudev-232/tests/test-enumerator-filter.c 2017-02-20 16:17:45.107705986 +0100 @@ -47,7 +47,8 @@ "ID_MODEL", "KoolGadget 2", NULL); umockdev_testbed_add_device (testbed, "drm", "dev3", NULL, - "ID_FOR_SEAT", "drm-pci-0000_00_02_0", NULL); + "ID_FOR_SEAT", "drm-pci-0000_00_02_0", NULL, + NULL); /* Check the number of items in GUdevClient */ const gchar *subsystems[] = { "drm", NULL};
