commit libvmdk for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2020-05-01 11:12:19

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


Package is "libvmdk"

Fri May  1 11:12:19 2020 rev:8 rq:799064 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2019-06-12 
13:08:25.509129963 +0200
+++ /work/SRC/openSUSE:Factory/.libvmdk.new.2738/libvmdk.changes
2020-05-01 11:12:25.327725956 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 02:12:02 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.4dFUy1/_old  2020-05-01 11:12:26.903729384 +0200
+++ /var/tmp/diff_new_pack.4dFUy1/_new  2020-05-01 11:12:26.907729392 +0200
@@ -116,19 +116,6 @@
 This package contains libraries and header files for developing
 applications that want to make use of libvmdk.
 
-%package -n python2-%{name}
-Summary:Python 2 bindings for libvmdk, a VMDK image format parser
-License:LGPL-3.0-or-later
-Group:  Development/Languages/Python
-Requires:   %{lname} = %{version}
-Requires:   python
-Obsoletes:  python-%{name}
-
-%description -n python2-%{name}
-The libvmdk library is a library to access the VMware Virtual Disk (VMDK) 
format.  
-
-This package contains the Python 2 bindings for libvmdk.
-
 %package -n python3-%{name}
 Summary:Python 3 bindings for libvmdk, a VMDK image format parser
 License:LGPL-3.0-or-later
@@ -146,7 +133,7 @@
 cp "%{SOURCE2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -184,12 +171,6 @@
 %{_libdir}/pkgconfig/libvmdk.pc
 %{_mandir}/man3/libvmdk.3*
 
-%files -n python2-%{name}
-%defattr(-,root,root)
-%doc AUTHORS
-%license COPYING
-%{python_sitearch}/pyvmdk.so
-
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS




commit libvmdk for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2019-06-12 13:08:20

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


Package is "libvmdk"

Wed Jun 12 13:08:20 2019 rev:7 rq:695356 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2017-11-03 
16:23:28.231223584 +0100
+++ /work/SRC/openSUSE:Factory/.libvmdk.new.4811/libvmdk.changes
2019-06-12 13:08:25.509129963 +0200
@@ -1,0 +2,8 @@
+Tue Apr 16 21:53:38 UTC 2019 - Greg Freemyer 
+
+- Update to 20181227
+* Extended pyvmdk with disk and extent types
+* Fixed issue in fallback inflate implementation
+* Worked on mount tool
+
+---

Old:

  libvmdk-alpha-20170226.tar.gz

New:

  libvmdk-alpha-20181227.tar.gz



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.baEJpv/_old  2019-06-12 13:08:25.977129767 +0200
+++ /var/tmp/diff_new_pack.baEJpv/_new  2019-06-12 13:08:25.985129764 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvmdk
 #
-# 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,17 +12,17 @@
 # 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/
 #
 
 
 %define lname  libvmdk1
-%define timestamp 20170226
+%define timestamp 20181227
 Name:   libvmdk
 Version:0~%{timestamp}
 Release:0
 Summary:Library to access the VMware Virtual Disk (VMDK) format
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libvmdk/
 Source: 
https://github.com/libyal/libvmdk/releases/download/%{timestamp}/libvmdk-alpha-%{timestamp}.tar.gz
@@ -70,7 +70,7 @@
 
 %package -n %{lname}
 Summary:Library to access the VMDK image format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %{lname}
@@ -93,7 +93,7 @@
 
 %package tools
 Summary:Tools to access the VMDK image format
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 Requires:   %{lname} = %{version}
 
@@ -104,7 +104,7 @@
 
 %package devel
 Summary:Header files and libraries for developing applications for 
libvmdk
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
 
@@ -118,7 +118,7 @@
 
 %package -n python2-%{name}
 Summary:Python 2 bindings for libvmdk, a VMDK image format parser
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python
@@ -131,7 +131,7 @@
 
 %package -n python3-%{name}
 Summary:Python 3 bindings for libvmdk, a VMDK image format parser
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
@@ -162,18 +162,21 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING NEWS README ChangeLog
+%doc AUTHORS NEWS README ChangeLog
+%license COPYING
 %{_libdir}/libvmdk.so.*
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{_bindir}/vmdk*
 %{_mandir}/man1/vmdk*.1*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %doc VMWare_Virtual_Disk_Format*
 %{_includedir}/libvmdk.h
 %{_includedir}/libvmdk/
@@ -183,12 +186,14 @@
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{python_sitearch}/pyvmdk.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{python3_sitearch}/pyvmdk.so
 
 %changelog

++ libvmdk-alpha-20170226.tar.gz -> libvmdk-alpha-20181227.tar.gz ++
 110360 lines of diff (skipped)




commit libvmdk for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2017-11-03 16:23:27

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


Package is "libvmdk"

Fri Nov  3 16:23:27 2017 rev:6 rq:535315 version:0~20170226

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2017-10-05 
11:57:41.733798301 +0200
+++ /work/SRC/openSUSE:Factory/.libvmdk.new/libvmdk.changes 2017-11-03 
16:23:28.231223584 +0100
@@ -1,0 +2,6 @@
+Wed Oct  4 21:27:57 UTC 2017 - greg.freem...@gmail.com
+
+- rename python-libvmdk to python2-libvmdk as expected by singlespec
+- remove Provides pyvmdk as it is not versioned
+
+---



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.gZo75f/_old  2017-11-03 16:23:28.739205096 +0100
+++ /var/tmp/diff_new_pack.gZo75f/_new  2017-11-03 16:23:28.743204950 +0100
@@ -116,15 +116,15 @@
 This package contains libraries and header files for developing
 applications that want to make use of libvmdk.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python 2 bindings for libvmdk, a VMDK image format parser
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python
-Provides:   pyvmdk
+Obsoletes: python-%{name}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 The libvmdk library is a library to access the VMware Virtual Disk (VMDK) 
format.  
 
 This package contains the Python 2 bindings for libvmdk.
@@ -135,7 +135,6 @@
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
-Provides:   pyvmdk
 
 %description -n python3-%{name}
 The libvmdk library is a library to access the VMware Virtual Disk (VMDK) 
format.  
@@ -182,7 +181,7 @@
 %{_libdir}/pkgconfig/libvmdk.pc
 %{_mandir}/man3/libvmdk.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %{python_sitearch}/pyvmdk.so




commit libvmdk for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2017-10-05 11:57:40

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


Package is "libvmdk"

Thu Oct  5 11:57:40 2017 rev:5 rq:530592 version:0~20170226

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2016-07-20 
09:17:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvmdk.new/libvmdk.changes 2017-10-05 
11:57:41.733798301 +0200
@@ -1,0 +2,11 @@
+Mon Oct  2 21:44:34 UTC 2017 - greg.freem...@gmail.com
+
+- Update to 20170226
+   * worked on python bindings
+   * code clean up
+   * worked on internal tests
+- disabled tests - they no longer compile
+- use internal version of libcnotify
+- Change Group: field for the python bindings to devel/languages/python
+
+---

Old:

  libvmdk-alpha-20160119.tar.gz

New:

  libvmdk-alpha-20170226.tar.gz



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.S6z7lf/_old  2017-10-05 11:57:43.825504004 +0200
+++ /var/tmp/diff_new_pack.S6z7lf/_new  2017-10-05 11:57:43.829503441 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvmdk
 #
-# Copyright (c) 2016 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libvmdk1
-%define timestamp 20160119
+%define timestamp 20170226
 Name:   libvmdk
 Version:0~%{timestamp}
 Release:0
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
-BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcpath) >= 20130609
 BuildRequires:  pkgconfig(libcsplit) >= 20130609
 BuildRequires:  pkgconfig(libcstring) >= 20120425
@@ -47,6 +46,9 @@
 BuildRequires:  pkgconfig(python2)
 BuildRequires:  pkgconfig(python3)
 BuildRequires:  pkgconfig(zlib)
+
+#fails to build with this package from factory - Oct 2, 2017
+#BuildRequires:  pkgconfig(libcnotify) > 20170311
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -117,7 +119,7 @@
 %package -n python-%{name}
 Summary:Python 2 bindings for libvmdk, a VMDK image format parser
 License:LGPL-3.0+
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python
 Provides:   pyvmdk
@@ -130,7 +132,7 @@
 %package -n python3-%{name}
 Summary:Python 3 bindings for libvmdk, a VMDK image format parser
 License:LGPL-3.0+
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
 Provides:   pyvmdk
@@ -153,7 +155,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-make check
+#make check
 
 %post   -n %{lname} -p /sbin/ldconfig
 

++ libvmdk-alpha-20160119.tar.gz -> libvmdk-alpha-20170226.tar.gz ++
 97929 lines of diff (skipped)




commit libvmdk for openSUSE:Factory

2016-07-20 Thread h_root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2016-07-20 09:17:35

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


Package is "libvmdk"

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2015-01-30 
15:04:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvmdk.new/libvmdk.changes 2016-07-20 
09:17:38.0 +0200
@@ -1,0 +2,28 @@
+Fri Jul  1 16:27:00 UTC 2016 - toddrme2...@gmail.com
+
+- Enable tests
+- Build against external versions of all libraries.
+  They work now.
+- rename doc file to eliminate () due to new security chec
+
+---
+Thu Jun 30 19:23:31 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 20160124
+* 2016 update
+* changes for deployment
+* Changes to Python bindings
+* fixed bug handling extent without filename
+* fixed bug in basename handling on non UTF-8 system string systems
+* fixed memory leak
+* fixes for rpmbuild
+* updated dependencies
+* worked on fallback inflate implementation
+* worked on Python 3 support
+* worked on Python bindings
+* worked on tests
+- Build with fuse.  If not, mounting doesn't work.
+- Build python 3 bindings.
+- Update summaries and descriptions based on upstream spec file.
+
+---

Old:

  VMWare_Virtual_Disk_Format_(VMDK).pdf
  libvmdk-alpha-20150105.tar.gz

New:

  VMWare_Virtual_Disk_Format_VMDK.pdf
  libvmdk-alpha-20160119.tar.gz



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.R7kQKW/_old  2016-07-20 09:17:40.0 +0200
+++ /var/tmp/diff_new_pack.R7kQKW/_new  2016-07-20 09:17:40.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvmdk
 #
-# 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,39 +17,40 @@
 
 
 %define lname  libvmdk1
-%define timestamp 20150105
+%define timestamp 20160119
 Name:   libvmdk
 Version:0~%{timestamp}
 Release:0
-Summary:Library and tools to access the VMDK image format
+Summary:Library to access the VMware Virtual Disk (VMDK) format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libvmdk/wiki
+Url:https://github.com/libyal/libvmdk/
 Source: 
https://github.com/libyal/libvmdk/releases/download/%{timestamp}/libvmdk-alpha-%{timestamp}.tar.gz
-Source2:VMWare_Virtual_Disk_Format_(VMDK).pdf
+Source2:VMWare_Virtual_Disk_Format_VMDK.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig(fuse)
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20140105
+BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcfile) >= 20130609
 BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20120425
 BuildRequires:  pkgconfig(libcpath) >= 20130609
 BuildRequires:  pkgconfig(libcsplit) >= 20130609
+BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20150101
 BuildRequires:  pkgconfig(libfcache) >= 20120405
 BuildRequires:  pkgconfig(libfdata) >= 20120405
 BuildRequires:  pkgconfig(libfvalue) >= 20150101
 BuildRequires:  pkgconfig(libuna) >= 20150101
-# fails to build with factory package, use internal
-# verified 1/8/2015
-#BuildRequires:  pkgconfig(libcerror) >= 20140105
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
+BuildRequires:  pkgconfig(python2)
+BuildRequires:  pkgconfig(python3)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Library and tools to access the VMware Virtual Disk (VMDK) image format
+The libvmdk library is a library to access the VMware Virtual Disk (VMDK) 
format. 
 
 Read supported extent file formats:
 - RAW (flat)
@@ -71,7 +72,7 @@
 Group:  System/Libraries
 
 %description -n %{lname}
-Library to access the VMware Virtual Disk (VMDK) image format. 
+The libvmdk library is a library to access the VMware Virtual Disk (VMDK) 
format. 
 
 Read supported extent file formats:
 - RAW (flat)
@@ -95,22 +96,26 @@
 Requires:   %{lname} = %{version}
 
 %description tools
-Tools to access the VMware 

commit libvmdk for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libvmdk for openSUSE:Factory checked 
in at 2015-01-30 15:04:29

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


Package is libvmdk

Changes:

--- /work/SRC/openSUSE:Factory/libvmdk/libvmdk.changes  2014-08-27 
07:46:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.libvmdk.new/libvmdk.changes 2015-01-30 
15:04:31.0 +0100
@@ -1,0 +2,18 @@
+Mon Jan  5 22:02:48 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150105
+   * worked on Python 3 support
+   * worked on tests
+   * worked on test scripts
+   * code clean up
+   * small fixes for stand-alone usage of libfvalue
+   * worked on multi-threading support
+   * added tests/pyvmdk_test_open_close.py to make dist
+   * bug fix in Python-bindings
+- update URL field to point to the new github site
+- update Source: field to be a fully defined URL
+- deleted the DL-URL comment
+- update the BuildRequires based on what works from OBS
+- remove %if for opensuse version, not needed with libyal consolidated in 
decurity:forensics
+
+---

Old:

  libvmdk-alpha-20140803.tar.gz

New:

  libvmdk-alpha-20150105.tar.gz



Other differences:
--
++ libvmdk.spec ++
--- /var/tmp/diff_new_pack.82xurN/_old  2015-01-30 15:04:32.0 +0100
+++ /var/tmp/diff_new_pack.82xurN/_new  2015-01-30 15:04:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvmdk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,43 +17,35 @@
 
 
 %define lname  libvmdk1
-%define timestamp 20140803
+%define timestamp 20150105
 Name:   libvmdk
 Version:0~%{timestamp}
 Release:0
 Summary:Library and tools to access the VMDK image format
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libvmdk/
-#DL-URL:
https://f12916e3795a4074c9adfda8b4ff3f56d1a927b3.googledrive.com/host/0B3fBvzttpiiSQ1dOUmhqMkR2cm8/libvmdk-alpha-20140803.tar.gz
-Source: %{name}-alpha-%{timestamp}.tar.gz
+Url:https://github.com/libyal/libvmdk/wiki
+Source: 
https://github.com/libyal/libvmdk/releases/download/%{timestamp}/libvmdk-alpha-%{timestamp}.tar.gz
 Source2:VMWare_Virtual_Disk_Format_(VMDK).pdf
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-#use factory versions if available
-%if 0%{?suse_version}  1230
 BuildRequires:  pkgconfig(libbfio) = 20130721
+BuildRequires:  pkgconfig(libcdata) = 20140105
 BuildRequires:  pkgconfig(libcfile) = 20130609
 BuildRequires:  pkgconfig(libclocale) = 20130609
 BuildRequires:  pkgconfig(libcnotify) = 20120425
 BuildRequires:  pkgconfig(libcpath) = 20130609
 BuildRequires:  pkgconfig(libcsplit) = 20130609
-%endif
-%if 0%{?suse_version}  1310
-BuildRequires:  pkgconfig(libcdata) = 20140105
-#BuildRequires:  pkgconfig(libcthreads) = 20130723
-%endif
+BuildRequires:  pkgconfig(libcsystem) = 20120425
+BuildRequires:  pkgconfig(libcthreads) = 20150101
+BuildRequires:  pkgconfig(libfcache) = 20120405
+BuildRequires:  pkgconfig(libfdata) = 20120405
+BuildRequires:  pkgconfig(libfvalue) = 20150101
+BuildRequires:  pkgconfig(libuna) = 20150101
 # fails to build with factory package, use internal
-# verified 8/23/2014
+# verified 1/8/2015
 #BuildRequires:  pkgconfig(libcerror) = 20140105
-#BuildRequires:  pkgconfig(libuna) = 20120425
-#not yet packaged for opensuse (8-23-2014)
-#BuildRequires:  pkgconfig(libfcache) = 20120405
-#BuildRequires:  pkgconfig(libfdata) = 20120405
-# not (yet) released as packages by upstream (8-23-14)
 #BuildRequires:  pkgconfig(libcstring) = 20120425
-#BuildRequires:  pkgconfig(libcsystem) = 20120425
-#BuildRequires:  pkgconfig(libfvalue) 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -121,8 +113,8 @@
 Summary:Python bindings for libvmdk, a VMDK image format parser
 License:LGPL-3.0+
 Group:  Development/Libraries/Python
-Requires:   python
 Requires:   %{lname} = %{version}
+Requires:   python
 Provides:  pyvmdk
 
 %description -n python-%{name}

++ libvmdk-alpha-20140803.tar.gz - libvmdk-alpha-20150105.tar.gz ++
 31696 lines of diff (skipped)

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