commit libpciaccess for openSUSE:Factory

2019-07-29 Thread root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2019-07-29 17:22:33

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new.4126 (New)


Package is "libpciaccess"

Mon Jul 29 17:22:33 2019 rev:15 rq:718515 version:0.16

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2019-07-16 08:39:12.483059356 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new.4126/libpciaccess.changes  
2019-07-29 17:22:35.810386490 +0200
@@ -1,0 +2,8 @@
+Mon Jul 22 15:02:17 UTC 2019 - Stefan Dirsch 
+
+- Update to version 0.16
+  * This release brings a compilation fix on 32-bit arm with newer
+glibc, and fixes the raw x86 backend's memory mapping to handle
+writes correctly.
+
+---

Old:

  libpciaccess-0.15.tar.bz2

New:

  libpciaccess-0.16.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.ISB97c/_old  2019-07-29 17:22:36.386386277 +0200
+++ /var/tmp/diff_new_pack.ISB97c/_new  2019-07-29 17:22:36.390386275 +0200
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.15
+Version:0.16
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.15.tar.bz2 -> libpciaccess-0.16.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.15/ChangeLog 
new/libpciaccess-0.16/ChangeLog
--- old/libpciaccess-0.15/ChangeLog 2019-07-11 18:32:44.0 +0200
+++ new/libpciaccess-0.16/ChangeLog 2019-07-17 18:25:36.0 +0200
@@ -1,3 +1,24 @@
+commit fbd1f0fe79ba25b72635f8e36a6c33d7e0ca19f6
+Author: Adam Jackson 
+Date:   Wed Jul 17 12:24:48 2019 -0400
+
+libpciaccess 0.16
+
+commit f834c15afb49aa340c44374c6e00ef303b076ace
+Author: Damien Zammit 
+Date:   Sun May 19 20:33:21 2019 +1000
+
+x86: Use MAP_SHARED for memory/rom region mmap && fix mode
+
+commit 1d71669e577f5f2eb02542851696d3bcb722a80b
+Author: Adam Jackson 
+Date:   Thu Jul 11 12:56:40 2019 -0400
+
+linux: Don't try to include  on arm
+
+It no longer exists in newer glibc, and didn't work like you'd have
+hoped on anything but strongarm anyway.
+
 commit 726e27bedf163597b5c948b66daeacf9b76f441a
 Author: Adam Jackson 
 Date:   Thu Jul 11 12:27:36 2019 -0400
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.15/configure 
new/libpciaccess-0.16/configure
--- old/libpciaccess-0.15/configure 2019-07-11 18:32:39.0 +0200
+++ new/libpciaccess-0.16/configure 2019-07-17 18:25:31.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libpciaccess 0.15.
+# Generated by GNU Autoconf 2.69 for libpciaccess 0.16.
 #
 # Report bugs to .
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='libpciaccess'
 PACKAGE_TARNAME='libpciaccess'
-PACKAGE_VERSION='0.15'
-PACKAGE_STRING='libpciaccess 0.15'
+PACKAGE_VERSION='0.16'
+PACKAGE_STRING='libpciaccess 0.16'
 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/lib/libpciaccess/issues'
 PACKAGE_URL=''
 
@@ -1361,7 +1361,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 libpciaccess 0.15 to adapt to many kinds of systems.
+\`configure' configures libpciaccess 0.16 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1431,7 +1431,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libpciaccess 0.15:";;
+ short | recursive ) echo "Configuration of libpciaccess 0.16:";;
esac
   cat <<\_ACEOF
 
@@ -1559,7 +1559,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-libpciaccess configure 0.15
+libpciaccess configure 0.16
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1974,7 +1974,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by libpciaccess $as_me 0.15, which was
+It was created by libpciaccess $as_me 0.16, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2841,7 +2841,7 @@
 
 # Define the identity of the package.
  PACKAGE='libpciaccess'
- VERSION='0.15'
+ 

commit libpciaccess for openSUSE:Factory

2019-07-15 Thread root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2019-07-16 08:39:11

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new.1887 (New)


Package is "libpciaccess"

Tue Jul 16 08:39:11 2019 rev:14 rq:714831 version:0.15

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2017-10-25 17:45:11.653968275 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new.1887/libpciaccess.changes  
2019-07-16 08:39:12.483059356 +0200
@@ -1,0 +2,8 @@
+Fri Jul 12 10:35:30 UTC 2019 - Stefan Dirsch 
+
+- Update to version 0.15
+  * Updates for FreeBSD and Hurd support
+  * Fixed multifunction bridge enumeration
+  * Fixed a crash when no PCI bus exists
+
+---

Old:

  libpciaccess-0.14.tar.bz2

New:

  libpciaccess-0.15.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.lbH3ch/_old  2019-07-16 08:39:12.991059101 +0200
+++ /var/tmp/diff_new_pack.lbH3ch/_new  2019-07-16 08:39:12.991059101 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpciaccess
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.14
+Version:0.15
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.14.tar.bz2 -> libpciaccess-0.15.tar.bz2 ++
 8868 lines of diff (skipped)




commit libpciaccess for openSUSE:Factory

2017-10-25 Thread root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2017-10-25 17:45:09

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Wed Oct 25 17:45:09 2017 rev:13 rq:536262 version:0.14

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2017-04-17 10:23:30.821985599 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2017-10-25 17:45:11.653968275 +0200
@@ -1,0 +2,9 @@
+Mon Oct 23 18:22:58 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 0.14:
+  This release adds support for 32-bit PCI domain IDs, which are common in
+  virtualized environments. This support has been tested on Linux, and probably
+  also "just works" on FreeBSD and Solaris, to the extent that the underlying
+  OS supports it.
+
+---

Old:

  libpciaccess-0.13.5.tar.bz2

New:

  libpciaccess-0.14.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.FwjvEy/_old  2017-10-25 17:45:12.717918340 +0200
+++ /var/tmp/diff_new_pack.FwjvEy/_new  2017-10-25 17:45:12.721918152 +0200
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.13.5
+Version:0.14
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.13.5.tar.bz2 -> libpciaccess-0.14.tar.bz2 ++
 1653 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/libpciaccess-0.13.5/ChangeLog new/libpciaccess-0.14/ChangeLog
--- old/libpciaccess-0.13.5/ChangeLog   2017-04-04 15:46:50.0 +0200
+++ new/libpciaccess-0.14/ChangeLog 2017-10-23 17:48:40.0 +0200
@@ -1,3 +1,36 @@
+commit 13854f603f720c45caf51d785a874d3c7e8c5f58
+Author: Adam Jackson 
+Date:   Mon Oct 23 11:44:32 2017 -0400
+
+libpciaccess 0.14
+
+Signed-off-by: Adam Jackson 
+
+commit a167bd6474522a709ff3cbb00476c0e4309cb66f
+Author: Stephen Hemminger 
+Date:   Mon Sep 18 13:17:23 2017 -0400
+
+linux: support 32 bit PCI domains (v3)
+
+The PCI domain may be larger than 16 bits on Microsoft Azure and other
+virtual environments. PCI busses reported by ACPI are limited to 16
+bits, but in Azure the domain value for pass through devices is
+intentionally larger than 16 bits to avoid clashing with local devices.
+This is needed to support pass through of GPU devices.
+
+v3: (ajax)
+Update FreeBSD and Solaris backends to preserve the full 32-bit domain
+number, since on those OSes it stands a chance of working already.
+Update NetBSD and OpenBSD backends to initialize domain_16 compatibly
+with older libpciaccess; neither backend appears to support more than a
+handful of domains to begin with though. Trivially update the generic
+x86 backend for source compatibility, though it still only supports one
+domain and will never be better.
+
+Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=101744
+Signed-off-by: Stephen Hemminger 
+Reviewed-by: Eric Anholt 
+
 commit 4f1ac52e828eed1c410ee66304fcb7a17f25da40
 Author: Emil Velikov 
 Date:   Tue Apr 4 14:40:41 2017 +0100
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/libpciaccess-0.13.5/compile new/libpciaccess-0.14/compile
--- old/libpciaccess-0.13.5/compile 2017-04-04 15:46:47.0 +0200
+++ new/libpciaccess-0.14/compile   2017-10-23 17:48:36.0 +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 .
 #
 # 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 )

commit libpciaccess for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2017-04-17 10:23:26

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Mon Apr 17 10:23:26 2017 rev:12 rq:486738 version:0.13.5

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2015-05-06 07:47:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2017-04-17 10:23:30.821985599 +0200
@@ -1,0 +2,8 @@
+Sat Apr  8 12:47:00 UTC 2017 - tobias.johannes.klausm...@mni.thm.de
+
+- Update to version 0.13.5:
+  This release includes musl build fixes, improvements to the
+  Solaris backend and allows parsing separate sysfs files rather
+  than reading the config file on newer kernels.
+
+---

Old:

  libpciaccess-0.13.4.tar.bz2

New:

  libpciaccess-0.13.5.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.NNoT3R/_old  2017-04-17 10:23:31.353910267 +0200
+++ /var/tmp/diff_new_pack.NNoT3R/_new  2017-04-17 10:23:31.357909701 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpciaccess
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.13.4
+Version:0.13.5
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.13.4.tar.bz2 -> libpciaccess-0.13.5.tar.bz2 ++
 39175 lines of diff (skipped)




commit libpciaccess for openSUSE:Factory

2015-05-05 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2015-05-06 07:47:36

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2015-02-12 10:20:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2015-05-06 07:47:37.0 +0200
@@ -1,0 +2,10 @@
+Mon May  4 14:08:32 UTC 2015 - sndir...@suse.com
+
+-  Update to version 0.13.4
+   * Add missing guards around config.h inclusion
+   * Check for __linux__ instead of linux during compilation
+   * Include the POSIX fcntl.h instead of sys/fcntl.h
+   * Include config.h before any other headers.
+   * Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.
+
+---

Old:

  libpciaccess-0.13.3.tar.bz2

New:

  libpciaccess-0.13.4.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.peMgtT/_old  2015-05-06 07:47:38.0 +0200
+++ /var/tmp/diff_new_pack.peMgtT/_new  2015-05-06 07:47:38.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.13.3
+Version:0.13.4
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.13.3.tar.bz2 -> libpciaccess-0.13.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libpciaccess-0.13.3/ChangeLog 
new/libpciaccess-0.13.4/ChangeLog
--- old/libpciaccess-0.13.3/ChangeLog   2015-02-04 00:59:51.0 +0100
+++ new/libpciaccess-0.13.4/ChangeLog   2015-05-01 06:46:47.0 +0200
@@ -1,3 +1,91 @@
+commit bbd1acdd1d25b9a68f4b7913a4094af20d7cf78f
+Author: Alan Coopersmith 
+Date:   Thu Apr 30 21:44:41 2015 -0700
+
+libpciaccess 0.13.4
+
+Signed-off-by: Alan Coopersmith 
+
+commit d0c53bdc0b35a5416fc30a610b7401978871a5f1
+Author: Tobias Nygren 
+Date:   Mon Feb 16 10:22:35 2015 +0100
+
+Bug 89151: Fix build on NetBSD/alpha and NetBSD/sparc64.
+
+This patch is required for building on NetBSD/alpha (needs platform
+specific -lalpha) and NetBSD/sparc64 (no platform specific library,
+just -lpci). The patch also generalizes to support all NetBSD
+platforms with pci bus.
+
+https://bugs.freedesktop.org/show_bug.cgi?id=89151
+
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Thomas Klausner 
+
+commit 1972e9223764618aedc5adc32b64b2c043d1b826
+Author: Eero Tamminen 
+Date:   Tue Feb 10 14:55:22 2015 +
+
+Check for __linux__ instead of linux during compilation
+
+"__linux__" is the POSIX define for checking for Linux OS, "linux" is
+deprecated and apparently not supported by Android.
+
+Besides correcting the define, patch adds error for the case OS isn't
+recognized.
+
+Signed-off-by: Eero Tamminen 
+
+v2: Drop double negative from commit msg. Spotted by Mateusz Jończyk.
+[Emil Velikov: Remove irrelevant Android details from commit msg.]
+Signed-off-by: Emil Velikov 
+Reviewed-by: Jasper St. Pierre 
+Signed-off-by: Alan Coopersmith 
+
+commit ed340abc37b07cb9fc788ae77d837088c54cd16a
+Author: Emil Velikov 
+Date:   Tue Feb 10 14:55:21 2015 +
+
+Include config.h before any other headers.
+
+The former has a series of defines which in some cases are crusial to be
+set before including any system headers.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Alan Coopersmith 
+
+commit 6329ef9e5d6f36ca3f7258279f6640037b71926a
+Author: Chih-Wei Huang 
+Date:   Tue Feb 10 14:55:20 2015 +
+
+Add missing guards around config.h inclusion
+
+In some cases the header may not exist, leading to compilation issues.
+Add the ifdef HAVE_CONFIG_H, as it is those in other parts of the
+project.
+
+[Emil Velikov: Split out from a larger commit, rework commit message]
+Signed-off-by: Emil Velikov 
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Alan Coopersmith 
+
+commit e42ee2a075a8b7c62b190815be42ea26c9d8c03f
+Author: Emil Velikov 
+Date:   Tue Feb 10 14:55:19 2015 +
+
+Include the POSIX fcntl.h instead of sys/fcntl.h
+
+The former is part of the POSIX standard, and (unlike the latter) is
+more widely available.
+
+v2: Drop gracious d in header name. Spotted by Alan.
+
+Cc: Adam Jackson 
+Signed-off-by: Emil Velikov 
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Alan Coopersmith 
+
 commit f99c2e4

commit libpciaccess for openSUSE:Factory

2015-02-12 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2015-02-12 10:20:49

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2013-08-19 13:30:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2015-02-12 10:20:51.0 +0100
@@ -1,0 +2,10 @@
+Mon Feb  9 12:56:45 UTC 2015 - sndir...@suse.com
+
+- Update to version 0.13.3
+  * This release provides a number of platform-specific improvements
+for various platforms, including Linux, Solaris, OpenBSD, NetBSD,
+and Hurd, plus the addition of some support for Cygwin.
+- added baselibs.conf as source to specfile in order to make factory
+  checkin policy happy
+
+---

Old:

  libpciaccess-0.13.2.tar.bz2

New:

  libpciaccess-0.13.3.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.FI9Jpk/_old  2015-02-12 10:20:52.0 +0100
+++ /var/tmp/diff_new_pack.FI9Jpk/_new  2015-02-12 10:20:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpciaccess
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.13.2
+Version:0.13.3
 Release:0
 Summary:Generic PCI access library
 License:MIT
@@ -28,6 +28,7 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libpciaccess
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libpciaccess/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
 Patch0: 
u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool

++ libpciaccess-0.13.2.tar.bz2 -> libpciaccess-0.13.3.tar.bz2 ++
 4847 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/libpciaccess-0.13.2/ChangeLog new/libpciaccess-0.13.3/ChangeLog
--- old/libpciaccess-0.13.2/ChangeLog   2013-07-21 00:55:45.0 +0200
+++ new/libpciaccess-0.13.3/ChangeLog   2015-02-04 00:59:51.0 +0100
@@ -1,3 +1,123 @@
+commit f99c2e4199ce37f6f94428df504427f67c3ec543
+Author: Alan Coopersmith 
+Date:   Tue Feb 3 15:59:10 2015 -0800
+
+libpciaccess 0.13.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 9b1bf11c81881c9cc6e6145011cf229978f109f4
+Author: Mark Kettenis 
+Date:   Mon Sep 29 22:34:25 2014 +0200
+
+Use PCIOCREADMASK on OpenBSD.
+
+If the machdep.allowaperture sysctl(8) variable is set to 0, writing to PCI
+config space is not allowed.  So instead of writing 0x to the BARs
+in order to determine their size, use the PCIOCREADMASK ioctl(2) which
+returns the mask of changeable bits that was saved by the kernel when the
+devices was initially probed.
+
+Reviewed-by: Matthieu Herrb 
+Signed-off-by: Mark Kettenis 
+
+commit b7e42643d2ee6521cf23e6dfe49a8369ba4bf9bb
+Author: Matthew Green 
+Date:   Sat Jul 26 22:09:30 2014 +0200
+
+Implement the kernel_has_driver() method for NetBSD.
+
+This has the benefit of stopping the "vesa" driver from loading on
+hardware that has been claimed by a kernel driver and thus shouldn't
+be using "vesa".
+
+Reviewed-by: Matthieu Herrb 
+Signed-off-by: Thomas Klausner 
+
+commit 1654a0462723b3b75d7a4a20bedfc653cc3e1f1a
+Author: Alan Coopersmith 
+Date:   Wed Jul 2 16:41:10 2014 -0700
+
+Solaris: Fix fd leak in pci_device_solx_devfs_map_range()
+
+Caching fd's for reuse is most effective when you actually stick the
+newly opened fd in the cache, instead of letting it leak at the end
+of the function.
+
+Regression introduced by yours truly in commit 9f2d95e61896f41adb.
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Randy Fishel 
+
+commit ee4e253a3f1a62e2f3f89f5339590fd4e6cde7c4
+Author: Al

commit libpciaccess for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2013-08-19 13:29:59

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2013-08-04 16:55:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2013-08-19 13:30:00.0 +0200
@@ -1,0 +2,37 @@
+Sat Aug 17 22:19:13 UTC 2013 - zai...@opensuse.org
+
+- Update to version 0.13.2:
+  + Fix Sun bug #7035791: scanpci should report 64 bit registers.
+  + Resync COPYING file with copyrights/licenses from code.
+  + pci_device_solx_devfs_probe: implicit conversion changes
+signedness warnings.
+  + pci_device_solx_devfs_read: fix sign conversion/comparison
+warnings.
+  + Support more pci functions on NetBSD.
+  + Update NetBSD support and fix build on NetBSD-4.
+  + Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is
+defined. Fixes build on NetBSD-5.
+  + Add legacy IO routines for FreeBSD (fdo#63583).
+  + pci_id_file_open: move variable inside the #ifndef that uses
+it.
+  + Define PCI_MATCH_ANY as an unsigned int.
+  + Move 'const' to correct place, so it has meaning.
+  + Protect config.h like usual.
+  + autogen.sh: Implement GNOME Build API
+  + configure: Remove AM_MAINTAINER_MODE
+  + PCI: set correct mask value when matching for bridges.
+  + scanpci: print meaningful info on BASEROM
+  + libpciaccess:
+- sparc rom read fix
+- implementation of boot_vga in Solaris
+- fix memory usage errors
+  + Implement legacy io & map for x86 backend
+  + Solaris: 
+- Refactor pci_device_solx_devfs_map_range to reduce code
+  duplication.
+- Implement map_legacy & legacy_io functions.
+- Probe improvement.
+- Add domain support for sparc platform.
+- Remove #defines for Ultra 45 southbridge device ids.
+  
+---

Old:

  libpciaccess-0.13.1.tar.bz2

New:

  libpciaccess-0.13.2.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.oj0XnW/_old  2013-08-19 13:30:02.0 +0200
+++ /var/tmp/diff_new_pack.oj0XnW/_new  2013-08-19 13:30:02.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.13.1
+Version:0.13.2
 Release:0
 Summary:Generic PCI access library
 License:MIT

++ libpciaccess-0.13.1.tar.bz2 -> libpciaccess-0.13.2.tar.bz2 ++
 31671 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libpciaccess for openSUSE:Factory

2013-08-04 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2013-08-04 16:55:19

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess"

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2013-03-22 11:29:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2013-08-04 16:55:21.0 +0200
@@ -1,0 +2,7 @@
+Fri Aug  2 12:38:30 UTC 2013 - sndir...@suse.com
+
+- u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch:
+  Reenable default device when shutting down VGA arbitration.
+  (bnc#714677, bnc#832973).
+
+---

New:

  u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.yR8YSG/_old  2013-08-04 16:55:21.0 +0200
+++ /var/tmp/diff_new_pack.yR8YSG/_new  2013-08-04 16:55:21.0 +0200
@@ -28,6 +28,7 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libpciaccess
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libpciaccess/
 Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+Patch0: 
u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
 BuildRequires:  pkgconfig
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --with-pciids-path=%_datadir --disable-static

++ 
u_libpciaccess-vgaarb-add-function-to-get-default-vga-device-and-it.patch ++
From: Egbert Eich 
Author: Egbert Eich 
Date: Sun, 28 Aug 2011 19:53:02 +0200
Patch-Mainline: "To be upstreamed."
Subject: [PATCH] vgaarb: add function to get default vga device and it's 
decodes.

Signed-off-by: Egbert Eich 
---
 src/common_vgaarb.c |   11 ++-
 1 files changed, 10 insertions(+), 1 deletions(-)

Index: libpciaccess-0.13.1/src/common_vgaarb.c
===
--- libpciaccess-0.13.1.orig/src/common_vgaarb.c
+++ libpciaccess-0.13.1/src/common_vgaarb.c
@@ -153,7 +153,11 @@ pci_device_vgaarb_fini(void)
 {
 if (!pci_sys)
 return;
-
+if (pci_device_vgaarb_set_target(NULL) < 0 ||
+   pci_device_vgaarb_lock() < 0 ||
+   pci_device_vgaarb_unlock() < 0) {
+   fprintf(stderr, "VGA Arbitration: Cannot restore default device.\n");
+}
 close(pci_sys->vgaarb_fd);
 }
 
@@ -331,6 +335,11 @@ pci_device_vgaarb_unlock(void)
 int pci_device_vgaarb_get_info(struct pci_device *dev, int *vga_count, int 
*rsrc_decodes)
 {
 *vga_count = pci_sys->vga_count;
+
+if (!rsrc_decodes)
+return 0;
+if (!dev)
+dev = pci_sys->vga_default_dev;
 if (!dev)
 return 0;
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libpciaccess for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2013-03-22 11:29:09

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2012-05-08 11:59:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2013-03-22 11:29:10.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 17 17:21:53 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+
+---



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.sc5G4c/_old  2013-03-22 11:29:10.0 +0100
+++ /var/tmp/diff_new_pack.sc5G4c/_new  2013-03-22 11:29:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libpciaccess
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -68,7 +68,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libpciaccess for openSUSE:Factory

2012-05-08 Thread h_root
Hello community,

here is the log from the commit of package libpciaccess for openSUSE:Factory 
checked in at 2012-05-08 11:58:43

Comparing /work/SRC/openSUSE:Factory/libpciaccess (Old)
 and  /work/SRC/openSUSE:Factory/.libpciaccess.new (New)


Package is "libpciaccess", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/libpciaccess/libpciaccess.changes
2012-02-17 12:01:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.libpciaccess.new/libpciaccess.changes   
2012-05-08 11:59:38.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 12 07:13:04 UTC 2012 - vu...@opensuse.org
+
+- Update to version 0.13.1:
+  + linux: Fix out[bwl] macros on non-I/O architectures
+  + Fix pci_io_handle allocation routines to provide sound stable
+memory allocation
+  + Fix in OpenBSD support
+- Changes from version 0.13:
+  + linux: Don't use /dev/port
+  + Use O_CLOEXEC for internal file descriptors
+  + delete_io_handle: fix deletion of last handle causing crash
+  + Fix leak and compiler warnings
+  + Improvements to OpenBSD and Solaris support
+
+---

Old:

  libpciaccess-0.12.902.tar.bz2

New:

  libpciaccess-0.13.1.tar.bz2



Other differences:
--
++ libpciaccess.spec ++
--- /var/tmp/diff_new_pack.WIWV1V/_old  2012-05-08 11:59:39.0 +0200
+++ /var/tmp/diff_new_pack.WIWV1V/_new  2012-05-08 11:59:39.0 +0200
@@ -14,9 +14,11 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   libpciaccess
 %define lname  libpciaccess0
-Version:0.12.902
+Version:0.13.1
 Release:0
 Summary:Generic PCI access library
 License:MIT
@@ -25,10 +27,11 @@
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/libpciaccess
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/libpciaccess/
-Source: %name-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-build
+Source: 
http://xorg.freedesktop.org/releases/individual/lib/%{name}-%{version}.tar.bz2
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.60, automake, libtool
-BuildRequires:  pkgconfig, pkgconfig(xorg-macros) >= 1.8
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 
 %description
 Provides functionality for X to access the PCI bus and devices in a

++ libpciaccess-0.12.902.tar.bz2 -> libpciaccess-0.13.1.tar.bz2 ++
 45188 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org