Hello community, here is the log from the commit of package libfwnt for openSUSE:Factory checked in at 2015-01-30 14:59:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libfwnt (Old) and /work/SRC/openSUSE:Factory/.libfwnt.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libfwnt" Changes: -------- New Changes file: --- /dev/null 2014-12-25 22:38:16.200041506 +0100 +++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2015-01-30 14:59:52.000000000 +0100 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Sun Jan 11 23:55:40 UTC 2015 - [email protected] + +- update to 20150104 + * 2015 refresh +- update URL to the new github site +- replace Source: field with fully defined URL +- remove DL-URL comment +- remove %if opensuse logic. Not needed with libyal in security:forensics + +------------------------------------------------------------------- +Mon Sep 1 19:30:15 UTC 2014 - [email protected] + +- initial package in OBS (v0~20140105) + New: ---- Locale_identifier_(LCID).pdf libfwnt-experimental-20150104.tar.gz libfwnt.changes libfwnt.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libfwnt.spec ++++++ # # spec file for package libfwnt # # Copyright (c) 2014 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # %define lname libfwnt1 %define timestamp 20150104 Name: libfwnt Version: 0~%{timestamp} Release: 0 Summary: Library for Windows NT data types License: LGPL-3.0+ and GFDL-1.3+ 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 BuildRequires: pkg-config BuildRequires: python-devel BuildRequires: pkgconfig(libcerror) >= 20140105 BuildRequires: pkgconfig(libcdata) >= 20140105 BuildRequires: pkgconfig(libcnotify) BuildRequires: pkgconfig(libcthreads) >= 20130723 #BuildRequires: pkgconfig(libcstring) >= 20120425 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Library to provide Windows NT data type support for the libyal family of libraries. libyal is typically used in digital forensic tools. %package -n %{lname} Summary: Library for Windows NT data types License: LGPL-3.0+ Group: System/Libraries %description -n %{lname} Library to provide Windows NT data type support for the libyal family of libraries. libyal is typically used in digital forensic tools. %package devel Summary: Development files for libfwnt License: LGPL-3.0+ and GFDL-1.3+ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel Library to provide Windows NT data type support for the libyal family of libraries. libyal is typically used in digital forensic tools. This subpackage contains libraries and header files for developing applications that want to make use of libfwnt. %prep %setup -q -n libfwnt-%{timestamp} cp "%{S:2}" . %build %configure --disable-static --enable-wide-character-type --enable-python make %{?_smp_mflags} %install make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print %post -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog %{_libdir}/libfwnt.so.* %files devel %defattr(-,root,root) %doc AUTHORS COPYING README ChangeLog %doc Locale_identifier_*.pdf %{_includedir}/libfwnt.h %{_includedir}/libfwnt/ %{_libdir}/libfwnt.so %{_libdir}/pkgconfig/libfwnt.pc %{_mandir}/man3/libfwnt.3* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
