Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2016-10-02 00:07:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libfwnt (Old)
 and      /work/SRC/openSUSE:Factory/.libfwnt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libfwnt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2016-02-05 
00:32:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes     2016-10-02 
00:07:15.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Jul 28 21:51:27 UTC 2016 - greg.freem...@gmail.com
+
+- update to 20160418
+       * worked on Python bindings
+       * worked on security descriptor support
+       * worked on tests
+       * 2016 update
+- Add python binding subpackages for python 2 and 3
+- rename PDF document to eliminate () per new security check
+
+-------------------------------------------------------------------

Old:
----
  Locale_identifier_(LCID).pdf
  libfwnt-experimental-20151206.tar.gz

New:
----
  Locale_identifier_LCID.pdf
  libfwnt-experimental-20160418.tar.gz

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

Other differences:
------------------
++++++ libfwnt.spec ++++++
--- /var/tmp/diff_new_pack.XU3sIO/_old  2016-10-02 00:07:16.000000000 +0200
+++ /var/tmp/diff_new_pack.XU3sIO/_new  2016-10-02 00:07:16.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwnt
 #
-# Copyright (c) 2014 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  libfwnt1
-%define timestamp 20151206
+%define timestamp 20160418
 Name:           libfwnt
 Version:        0~%{timestamp}
 Release:        0
@@ -26,11 +26,10 @@
 Group:          Productivity/File utilities
 Url:            https://github.com/libyal/libfwnt/wiki
 Source:         
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
-Source2:        Locale_identifier_(LCID).pdf
+Source2:        Locale_identifier_LCID.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcdata) >= 20140105
+BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
@@ -61,18 +60,45 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwnt.
 
+%package -n python-%{name}
+Summary:        Python 2 bindings for %{name}
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+Requires:       %{lname} = %{version}
+Requires:       python
+BuildRequires:  pkgconfig(python2)
+Provides:       pyfwnt
+
+%description -n python-%{name}
+This packinge provides Python 2 bindings for ${name}
+
+%package -n python3-%{name}
+Summary:        Python 3 bindings for ${name}
+License:        LGPL-3.0+
+Group:          Development/Libraries/Python
+Requires:       %{lname} = %{version}
+Requires:       python3
+BuildRequires:  pkgconfig(python3)
+Provides:       pyfwnt
+
+%description -n python3-%{name}
+This packinge provides Python 3 bindings for ${name}
+
 %prep
 %setup -q -n libfwnt-%{timestamp}
 cp "%{S:2}" .
 
 %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
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%check
+# make check
+
 %post   -n %{lname} -p /sbin/ldconfig
 
 %postun -n %{lname} -p /sbin/ldconfig
@@ -85,11 +111,21 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
-%doc Locale_identifier_*.pdf
+%doc Locale_identifier_LCID.pdf
 %{_includedir}/libfwnt.h
 %{_includedir}/libfwnt/
 %{_libdir}/libfwnt.so
 %{_libdir}/pkgconfig/libfwnt.pc
 %{_mandir}/man3/libfwnt.3*
 
+%files -n python-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING
+%{python_sitearch}/pyfwnt.so
+
+%files -n python3-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING
+%{python3_sitearch}/pyfwnt.so
+
 %changelog

++++++ libfwnt-experimental-20151206.tar.gz -> 
libfwnt-experimental-20160418.tar.gz ++++++
++++ 26601 lines of diff (skipped)


Reply via email to