Hello community,

here is the log from the commit of package libvhdi for openSUSE:Factory checked 
in at 2016-08-17 12:04:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvhdi (Old)
 and      /work/SRC/openSUSE:Factory/.libvhdi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvhdi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvhdi/libvhdi.changes  2015-01-30 
14:58:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvhdi.new/libvhdi.changes     2016-08-17 
12:04:19.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Jul 14 02:32:29 UTC 2016 - [email protected]
+
+- update to v0~20160424
+       * 2016 update
+       * changes for deployment
+       * Changes to Python bindings
+       * fixed byte order of identifiers
+       * updated dependencies
+       * vhdiinfo: fix for handling missing parent filename
+       * Worked on diff image parent support
+       * worked on Python 3 support
+       * worked on Python bindings
+       * Worked on tests
+- rename documentation not to have () due to new security check
+- build python 3 bindings
+
+-------------------------------------------------------------------

Old:
----
  Virtual_Hard_Disk_(VHD)_image_format.pdf
  libvhdi-alpha-20150105.tar.gz

New:
----
  Virtual_Hard_Disk_VHD_image_format.pdf
  libvhdi-alpha-20160424.tar.gz

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

Other differences:
------------------
++++++ libvhdi.spec ++++++
--- /var/tmp/diff_new_pack.Yi10yr/_old  2016-08-17 12:04:20.000000000 +0200
+++ /var/tmp/diff_new_pack.Yi10yr/_new  2016-08-17 12:04:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvhdi
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libvhdi1
-%define timestamp 20150105
+%define timestamp 20160424
 Name:           libvhdi
 Version:        0~%{timestamp}
 Release:        0
@@ -26,10 +26,9 @@
 Group:          Productivity/File utilities
 Url:            https://github.com/libyal/libvhdi/wiki
 Source:         
https://github.com/libyal/libvhdi/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
-Source2:        Virtual_Hard_Disk_(VHD)_image_format.pdf
+Source2:        Virtual_Hard_Disk_VHD_image_format.pdf
 
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcfile) >= 20130609
@@ -46,9 +45,11 @@
 BuildRequires:  pkgconfig(libuna) >= 20120425
 # fails to build with factory package, use internal
 # verified 8/23/2014
-BuildRequires:  pkgconfig(libcerror) >= 20140105
+#BuildRequires:  pkgconfig(libcerror) >= 20140105
 # not (yet) released as packages by upstream (8-23-14)
-BuildRequires:  pkgconfig(libcstring) >= 20120425
+#BuildRequires:  pkgconfig(libcstring) >= 20120425
+BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -104,7 +105,7 @@
 applications that want to make use of libvhdi.
 
 %package -n python-%{name}
-Summary:        Python bindings for libvhdi, a VHD image format parser
+Summary:        Python 2 bindings for libvhdi, a VHD image format parser
 License:        LGPL-3.0+
 Group:          Development/Libraries/Python
 Requires:       %{lname} = %{version}
@@ -114,14 +115,27 @@
 %description -n python-%{name}
 libvhdi is a library to access Virtual Hard Disk (VHD) image format. See 
libvhdi for details.
 
-Python bindings for libvhdi.
+This package contains Python 2 bindings for libvhdi.
+
+%package -n python3-%{name}
+Summary:        Python 3 bindings for libvhdi, a VHD image format parser
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+Requires:       %{lname} = %{version}
+Requires:       python3
+Provides:       pyvhdi
+
+%description -n python3-%{name}
+libvhdi is a library to access Virtual Hard Disk (VHD) image format. See 
libvhdi for details.
+
+This package contains Python 3 bindings for libvhdi.
 
 %prep
 %setup -q -n libvhdi-%{timestamp}
 cp "%{SOURCE2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -158,4 +172,9 @@
 %doc AUTHORS COPYING README ChangeLog
 %{python_sitearch}/pyvhdi.so
 
+%files -n python3-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING README ChangeLog
+%{python3_sitearch}/pyvhdi.so
+
 %changelog

++++++ libvhdi-alpha-20150105.tar.gz -> libvhdi-alpha-20160424.tar.gz ++++++
++++ 52338 lines of diff (skipped)


Reply via email to