123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- --- libosinfo-1.2.0.orig/Makefile.am 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/Makefile.am 2018-07-09 09:33:13.160987738 -0500
- @@ -1,5 +1,5 @@
-
- -SUBDIRS = osinfo tools docs po examples
- +SUBDIRS = osinfo tools po examples
-
- if ENABLE_TESTS
- SUBDIRS += tests
- --- libosinfo-1.2.0.orig/Makefile.in 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/Makefile.in 2018-07-09 09:33:39.303117264 -0500
- @@ -197,7 +197,7 @@
- ETAGS = etags
- CTAGS = ctags
- CSCOPE = cscope
- -DIST_SUBDIRS = osinfo tools docs po examples tests
- +DIST_SUBDIRS = osinfo tools po examples tests
- am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
- $(srcdir)/libosinfo.spec.in $(srcdir)/mingw-libosinfo.spec.in \
- $(top_srcdir)/build-aux/compile \
- --- libosinfo-1.2.0.orig/configure 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/configure 2018-07-09 09:42:21.595733119 -0500
- @@ -15499,7 +15499,7 @@
- GLIB_MKENUMS=`$PKG_CONFIG --variable=glib_mkenums glib-2.0`
-
-
- -ac_config_files="$ac_config_files Makefile libosinfo.spec mingw-libosinfo.spec osinfo/Makefile osinfo/libosinfo-1.0.pc osinfo/osinfo_version.h tools/Makefile tests/Makefile docs/Makefile docs/reference/Makefile examples/Makefile po/Makefile.in"
- +ac_config_files="$ac_config_files Makefile libosinfo.spec mingw-libosinfo.spec osinfo/Makefile osinfo/libosinfo-1.0.pc osinfo/osinfo_version.h tools/Makefile tests/Makefile examples/Makefile po/Makefile.in"
-
- cat >confcache <<\_ACEOF
- # This file is a shell script that caches the results of configure
- @@ -16596,8 +16596,6 @@
- "osinfo/osinfo_version.h") CONFIG_FILES="$CONFIG_FILES osinfo/osinfo_version.h" ;;
- "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
- "tests/Makefile") CONFIG_FILES="$CONFIG_FILES tests/Makefile" ;;
- - "docs/Makefile") CONFIG_FILES="$CONFIG_FILES docs/Makefile" ;;
- - "docs/reference/Makefile") CONFIG_FILES="$CONFIG_FILES docs/reference/Makefile" ;;
- "examples/Makefile") CONFIG_FILES="$CONFIG_FILES examples/Makefile" ;;
- "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
- "po/stamp-it") CONFIG_COMMANDS="$CONFIG_COMMANDS po/stamp-it" ;;
- --- libosinfo-1.2.0.orig/configure.ac 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/configure.ac 2018-07-09 09:42:41.148166092 -0500
- @@ -287,8 +287,6 @@
- osinfo/osinfo_version.h
- tools/Makefile
- tests/Makefile
- - docs/Makefile
- - docs/reference/Makefile
- examples/Makefile
- po/Makefile.in
- ])
- --- libosinfo-1.2.0.orig/examples/demo.js 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/examples/demo.js 2018-07-09 09:43:13.993320287 -0500
- @@ -32,7 +32,7 @@
- print (" OS short id " + name)
- }
-
- -var osid = "http://fedoraproject.org/fedora-11"
- +var osid = "https://wiki.parabola.nu/Get_Parabola"
- var hvid = "http://qemu.org/qemu-kvm-0.11.0"
- var drvclass = "net"
- //var drvclass = "audio"
- --- libosinfo-1.2.0.orig/examples/libosinfo-dummy-data.xml 2018-07-09 09:11:01.000000000 -0500
- +++ libosinfo-1.2.0/examples/libosinfo-dummy-data.xml 2018-07-09 09:59:11.689219791 -0500
- @@ -64,87 +64,11 @@
- </devices>
- </platform>
-
- -<os id="http://fedoraproject.org/fedora-11">
- - <upgrades id="http://fedoraproject.org/fedora-10" />
- - <short-id>fedora11</short-id>
- - <name>Fedora 11</name>
- - <version>11</version>
- - <vendor>Fedora Project</vendor>
- - <x-fruit>apples</x-fruit>
- - <x-animal>marmot</x-animal>
- - <x-animal>aardvark</x-animal>
- -
- - <!-- Device support for unspecified platform -->
- - <devices>
- - <device id="http://pci-ids.ucw.cz/read/PC/1002/4382">
- - <driver>es1391</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/1274/5000">
- - <driver>ac97+</driver>
- - </device>
- - </devices>
- -</os>
- -
- -<os id="http://fedoraproject.org/fedora-10">
- - <short-id>fedora10</short-id>
- - <name>Fedora 10</name>
- - <version>10</version>
- - <vendor>Fedora Project</vendor>
- -
- - <!-- Device support for unspecified platform -->
- - <devices>
- - <device id="http://pci-ids.ucw.cz/read/PC/1274/5000">
- - <driver>ac97</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/1002/4382">
- - <driver>es1391</driver>
- - </device>
- - </devices>
- -</os>
- -
- -<os id="http://software.opensuse.org/112">
- - <short-id>opensuse11.2</short-id>
- - <name>OpenSuse 11.2</name>
- - <version>11.2</version>
- - <vendor>OpenSuse Project</vendor>
- +<os id="https://wiki.parabola.nu/Get_Parabola">
- + <short-id>parabola</short-id>
- + <name>Parabola GNU/Linux-libre</name>
- + <vendor>Parabola Project</vendor>
- </os>
-
- -<deployment id="http://fedoraproject.org/fedora-10?kvm-0.11.0">
- - <platform id="http://qemu.org/qemu-kvm-0.11.0" />
- - <os id="http://fedoraproject.org/fedora-10" />
- -
- - <devices>
- - <device id="http://pci-ids.ucw.cz/read/PC/1002/4382">
- - <driver>ac97</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/1274/5000">
- - <driver>ES1370</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/a727/0013">
- - <driver>3com</driver>
- - </device>
- - </devices>
- -</deployment>
- -
- -<deployment id="http://fedoraproject.org/fedora-11?kvm-0.11.0">
- - <platform id="http://qemu.org/qemu-kvm-0.11.0" />
- - <os id="http://fedoraproject.org/fedora-11" />
- -
- - <devices>
- - <device id="http://pci-ids.ucw.cz/read/PC/1274/5000">
- - <driver>es1370</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/1002/4382">
- - <driver>ac97</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/1274/1371/80864541">
- - <driver>es1371</driver>
- - </device>
- - <device id="http://pci-ids.ucw.cz/read/PC/a727/0013">
- - <driver>3com</driver>
- - </device>
- - </devices>
- -</deployment>
- -
- <!-- End of backing data -->
- </libosinfo>
|