Hello community,

here is the log from the commit of package python-dfVFS for openSUSE:Factory 
checked in at 2015-03-30 19:32:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dfVFS (Old)
 and      /work/SRC/openSUSE:Factory/.python-dfVFS.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dfVFS"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dfVFS/python-dfVFS.changes        
2014-12-23 11:49:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-dfVFS.new/python-dfVFS.changes   
2015-03-30 19:32:56.000000000 +0200
@@ -1,0 +2,20 @@
+Wed Mar 25 14:59:26 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150303
+  * dfVFS is in a rapid state of development and Changelog entries have not 
been implemented by upstream
+- add Requires: pysigscan, it is a new dependency
+- add a new %exclude in %files due to doubly included %doc files
+- remove spec file entry deleting installed examples.  Resolved upstream.
+  * see https://github.com/log2timeline/dfvfs/issues/4
+- chmod run_tests.py to remove the executable bits.  Was causing a rmplint 
warning.
+
+-------------------------------------------------------------------
+Wed Jan 21 15:22:54 UTC 2015 - greg.freem...@gmail.com
+
+- update to v0~20150108
+  * bugfix for auto-dependency build
+- add explicit "%py_compile ." to resolve rpmlint complaint about datestamps 
not matching
+- add the examples folder to the %doc section of %files
+- add run_tests.py to the %doc section of %files
+
+-------------------------------------------------------------------

Old:
----
  dfvfs-20141220.tar.gz

New:
----
  dfvfs-20150303.tar.gz

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

Other differences:
------------------
++++++ python-dfVFS.spec ++++++
--- /var/tmp/diff_new_pack.K7iBCJ/_old  2015-03-30 19:32:58.000000000 +0200
+++ /var/tmp/diff_new_pack.K7iBCJ/_new  2015-03-30 19:32:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dfVFS
 #
-# Copyright (c) 2014 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
@@ -16,7 +16,7 @@
 #
 
 
-%define timestamp 20141220
+%define timestamp 20150303
 Name:           python-dfVFS
 Version:        0~%{timestamp}
 Release:        0
@@ -24,7 +24,7 @@
 License:        Apache-2.0
 Group:          Productivity/File utilities
 Url:            https://github.com/log2timeline/dfvfs/wiki
-Source:         
https://github.com/log2timeline/dfvfs/releases/download/20141220/dfvfs-20141220.tar.gz
+Source:         
https://github.com/log2timeline/dfvfs/releases/download/%timestamp/dfvfs-%timestamp.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -32,6 +32,7 @@
 Requires:       pybde
 Requires:       pyewf
 Requires:       pyqcow
+Requires:       pysigscan
 Requires:       pysmdev
 Requires:       pysmraw
 Requires:       python-construct
@@ -55,20 +56,28 @@
 %setup -q -n dfvfs-%{timestamp}
 find dfvfs -name \*.py | xargs sed -i "/#!\/usr\/bin\/python/d"
 chmod -x utils/check_dependencies.py
+chmod -x run_tests.py
 
 %build
 python setup.py build
 
 %install
 python setup.py install --root=%{buildroot} --prefix=%{_prefix}
+# force complie to resolve an rpmlint complaint
+pushd %{buildroot}%{python_sitelib}/dfvfs/
+%py_compile .
+popd
 %fdupes -s %{buildroot}
 
 %files
 %defattr(-,root,root)
-%doc ACKNOWLEDGEMENTS AUTHORS LICENSE
+%doc ACKNOWLEDGEMENTS AUTHORS LICENSE README
 %doc utils/check_dependencies.py
+%doc run_tests.py
+%doc examples
 %{python_sitelib}/dfvfs-%{timestamp}-py2.7.egg-info
 %{python_sitelib}/dfvfs
-%exclude %{python_sitelib}/examples
+# these are installed into the wrong place
+%exclude %{_datadir}/doc/dfvfs/
 
 %changelog

++++++ dfvfs-20141220.tar.gz -> dfvfs-20150303.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dfVFS/dfvfs-20141220.tar.gz 
/work/SRC/openSUSE:Factory/.python-dfVFS.new/dfvfs-20150303.tar.gz differ: char 
5, line 1


Reply via email to