commit libsigscan for openSUSE:Factory

2020-05-01 Thread root
Hello community,

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

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


Package is "libsigscan"

Fri May  1 11:12:12 2020 rev:7 rq:799062 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2020-02-03 
11:16:09.985931303 +0100
+++ /work/SRC/openSUSE:Factory/.libsigscan.new.2738/libsigscan.changes  
2020-05-01 11:12:21.479717588 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 02:02:15 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.Wis8qZ/_old  2020-05-01 11:12:22.663720162 +0200
+++ /var/tmp/diff_new_pack.Wis8qZ/_new  2020-05-01 11:12:22.667720172 +0200
@@ -72,20 +72,6 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libpff.
 
-%package -n python2-%{name}
-Summary:Python 2 bindings for libsigscan
-Group:  Development/Languages/Python
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(python2)
-Requires:   %{lname} = %{version}
-Requires:   python2
-Provides:   pysigscan = %{version}
-
-%description -n python2-%{name}
-Python 2 bindings for libsigscan.
-
-libsigscan is a library for scanning for binary signatures.
-
 %package -n python3-%{name}
 Summary:Python 3 bindings for libsigscan
 Group:  Development/Languages/Python
@@ -104,7 +90,7 @@
 %setup -q -n libsigscan-%{timestamp}
 
 %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
@@ -135,9 +121,6 @@
 %{_libdir}/pkgconfig/libsigscan.pc
 %{_mandir}/man3/libsigscan.3%{?ext_man}
 
-%files -n python2-%{name}
-%{python_sitearch}/pysigscan.so
-
 %files -n python3-%{name}
 %{python3_sitearch}/pysigscan.so
 




commit libsigscan for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package libsigscan for openSUSE:Factory 
checked in at 2020-02-03 11:15:45

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


Package is "libsigscan"

Mon Feb  3 11:15:45 2020 rev:6 rq:769396 version:0~20191221

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2019-06-12 
13:08:05.625138320 +0200
+++ /work/SRC/openSUSE:Factory/.libsigscan.new.26092/libsigscan.changes 
2020-02-03 11:16:09.985931303 +0100
@@ -1,0 +2,9 @@
+Fri Jan 17 23:22:35 CET 2020 - Matej Cepl 
+
+- update to 20191221
+* Worked on Python wheel support
+* Applied updates and changes for libcdata
+- introduced %{experimental_tag}
+- required for recent releases of python-dfVFS
+
+---

Old:

  libsigscan-experimental-20190103.tar.gz

New:

  libsigscan-experimental-20191221.tar.gz



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.ghJHoc/_old  2020-02-03 11:16:10.965931799 +0100
+++ /var/tmp/diff_new_pack.ghJHoc/_new  2020-02-03 11:16:10.969931801 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigscan
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,18 @@
 #
 
 
-Name:   libsigscan
 %define lname  libsigscan1
-%define timestamp 20190103
-Version:0~%timestamp
+%define timestamp 20191221
+%define experimental_tag experimental-
+Name:   libsigscan
+Version:0~%{timestamp}
 Release:0
 Summary:Library for binary signature scanning
 License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libsigscan/wiki
-Source: 
https://github.com/libyal/libsigscan/releases/download/%timestamp/libsigscan-experimental-%timestamp.tar.gz
-BuildRequires:  pkg-config
+URL:https://github.com/libyal/libsigscan/wiki
+Source: 
https://github.com/libyal/libsigscan/releases/download/%{timestamp}/%{name}-%{?experimental_tag}%{timestamp}.tar.gz
+BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(libbfio) >= 20120701
 BuildRequires:  pkgconfig(libcdata) >= 20120701
 BuildRequires:  pkgconfig(libcerror) >= 20120425
@@ -39,24 +40,23 @@
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20120426
 BuildRequires:  pkgconfig(libuna) >= 20120425
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 libsigscan is a library for binary signature scanning
 
 libsigscan is part of the libyal family of libraries
 
-%package -n %lname
+%package -n %{lname}
 Summary:Library for binary signature scanning
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 libsigscan is a library for binary signature scanning
 
 %package tools
 Summary:Tools to scan for binary signatures
 Group:  Productivity/File utilities
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description tools
 Tools to scan binary files for signatures.
@@ -64,7 +64,7 @@
 %package devel
 Summary:Development files for libigscan
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
 libsigscan is a library for binary signature scanning
@@ -72,76 +72,73 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libpff.
 
-%package -n python2-%name
+%package -n python2-%{name}
 Summary:Python 2 bindings for libsigscan
 Group:  Development/Languages/Python
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(python2)
 Requires:   %{lname} = %{version}
 Requires:   python2
-BuildRequires:  pkgconfig(python2)
 Provides:   pysigscan = %{version}
 
-%description -n python2-%name
+%description -n python2-%{name}
 Python 2 bindings for libsigscan.  
 
 libsigscan is a library for scanning for binary signatures.
 
-%package -n python3-%name
+%package -n python3-%{name}
 Summary:Python 3 bindings for libsigscan
 Group:  Development/Languages/Python
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(python3)
 Requires:   %{lname} = %{version}
 Requires:   python3
-BuildRequires:  pkgconfig(python3)
 Provides:   pysigscan = %{version}
 
-%description -n python3-%name
+%description -n python3-%{name}
 Python 3 bindings for libsigscan.  
 
 libsigscan i

commit libsigscan for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libsigscan for openSUSE:Factory 
checked in at 2019-06-12 13:07:55

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


Package is "libsigscan"

Wed Jun 12 13:07:55 2019 rev:5 rq:695351 version:0~20190103

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2017-10-05 
11:58:01.067078169 +0200
+++ /work/SRC/openSUSE:Factory/.libsigscan.new.4811/libsigscan.changes  
2019-06-12 13:08:05.625138320 +0200
@@ -1,0 +2,6 @@
+Wed Apr 17 22:36:16 UTC 2019 - Greg Freemyer 
+
+- update to v20190103
+   * Worked on Python bindings
+
+---

Old:

  libsigscan-experimental-20170124.tar.gz

New:

  libsigscan-experimental-20190103.tar.gz



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.bPoCU4/_old  2019-06-12 13:08:06.565137926 +0200
+++ /var/tmp/diff_new_pack.bPoCU4/_new  2019-06-12 13:08:06.569137923 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigscan
 #
-# 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/
 #
 
 
 Name:   libsigscan
 %define lname  libsigscan1
-%define timestamp 20170124
+%define timestamp 20190103
 Version:0~%timestamp
 Release:0
 Summary:Library for binary signature scanning
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libsigscan/wiki
 Source: 
https://github.com/libyal/libsigscan/releases/download/%timestamp/libsigscan-experimental-%timestamp.tar.gz
@@ -114,19 +114,22 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %_libdir/libsigscan.so.*
 
 %files tools
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %_bindir/sigscan
 %_mandir/man1/sigscan.1*
 %config /etc/sigscan.conf
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS README ChangeLog
+%license COPYING
 %_includedir/libsigscan.h
 %_includedir/libsigscan/
 %_libdir/libsigscan.so

++ libsigscan-experimental-20170124.tar.gz -> 
libsigscan-experimental-20190103.tar.gz ++
 74385 lines of diff (skipped)




commit libsigscan for openSUSE:Factory

2017-10-05 Thread root
Hello community,

here is the log from the commit of package libsigscan for openSUSE:Factory 
checked in at 2017-10-05 11:58:00

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


Package is "libsigscan"

Thu Oct  5 11:58:00 2017 rev:4 rq:530608 version:0~20170124

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2017-02-21 
13:48:19.381472777 +0100
+++ /work/SRC/openSUSE:Factory/.libsigscan.new/libsigscan.changes   
2017-10-05 11:58:01.067078169 +0200
@@ -1,0 +2,5 @@
+Mon Oct  2 23:01:21 UTC 2017 - greg.freem...@gmail.com
+
+- add python3 binding subpackage
+
+---



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.5wNDFt/_old  2017-10-05 11:58:01.559008956 +0200
+++ /var/tmp/diff_new_pack.5wNDFt/_new  2017-10-05 11:58:01.567007831 +0200
@@ -27,7 +27,6 @@
 Url:https://github.com/libyal/libsigscan/wiki
 Source: 
https://github.com/libyal/libsigscan/releases/download/%timestamp/libsigscan-experimental-%timestamp.tar.gz
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
 BuildRequires:  pkgconfig(libbfio) >= 20120701
 BuildRequires:  pkgconfig(libcdata) >= 20120701
 BuildRequires:  pkgconfig(libcerror) >= 20120425
@@ -73,15 +72,29 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libpff.
 
-%package -n python-%name
-Summary:Python bindings for libsigscan
-Group:  Development/Libraries/Python
+%package -n python2-%name
+Summary:Python 2 bindings for libsigscan
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
-Requires:   python
+Requires:   python2
+BuildRequires:  pkgconfig(python2)
 Provides:   pysigscan = %{version}
 
-%description -n python-%name
-Python bindings for libsigscan.  
+%description -n python2-%name
+Python 2 bindings for libsigscan.  
+
+libsigscan is a library for scanning for binary signatures.
+
+%package -n python3-%name
+Summary:Python 3 bindings for libsigscan
+Group:  Development/Languages/Python
+Requires:   %{lname} = %{version}
+Requires:   python3
+BuildRequires:  pkgconfig(python3)
+Provides:   pysigscan = %{version}
+
+%description -n python3-%name
+Python 3 bindings for libsigscan.  
 
 libsigscan is a library for scanning for binary signatures.
 
@@ -89,7 +102,7 @@
 %setup -qn libsigscan-%timestamp
 
 %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
@@ -120,8 +133,12 @@
 %_libdir/pkgconfig/libsigscan.pc
 %_mandir/man3/libsigscan.3*
 
-%files -n python-%name
+%files -n python2-%name
+%defattr(-,root,root)
+%{python_sitearch}/pysigscan.so
+
+%files -n python3-%name
 %defattr(-,root,root)
-%python_sitearch/pysigscan.so
+%{python3_sitearch}/pysigscan.so
 
 %changelog




commit libsigscan for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package libsigscan for openSUSE:Factory 
checked in at 2017-02-21 13:48:18

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


Package is "libsigscan"

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2015-08-14 
14:46:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.libsigscan.new/libsigscan.changes   
2017-02-21 13:48:19.381472777 +0100
@@ -1,0 +2,12 @@
+Thu Feb 16 20:59:47 UTC 2017 - greg.freem...@gmail.com
+
+- update to v20170124
+   * fixed bug in scan tree initialization
+   * applied updates
+   * fixes for rpmbuild
+   * worked on Python 3 support
+   * worked on Python bindings
+   * worked on setup.py
+   * bug fixes
+
+---

Old:

  libsigscan-experimental-20150627.tar.gz

New:

  libsigscan-experimental-20170124.tar.gz



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.m0YeEj/_old  2017-02-21 13:48:20.021382724 +0100
+++ /var/tmp/diff_new_pack.m0YeEj/_new  2017-02-21 13:48:20.021382724 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigscan
 #
-# Copyright (c) 2015 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
@@ -18,7 +18,7 @@
 
 Name:   libsigscan
 %define lname  libsigscan1
-%define timestamp 20150627
+%define timestamp 20170124
 Version:0~%timestamp
 Release:0
 Summary:Library for binary signature scanning

++ libsigscan-experimental-20150627.tar.gz -> 
libsigscan-experimental-20170124.tar.gz ++
 95929 lines of diff (skipped)




commit libsigscan for openSUSE:Factory

2015-08-14 Thread h_root
Hello community,

here is the log from the commit of package libsigscan for openSUSE:Factory 
checked in at 2015-08-14 14:46:54

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


Package is "libsigscan"

Changes:

--- /work/SRC/openSUSE:Factory/libsigscan/libsigscan.changes2015-03-28 
18:38:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.libsigscan.new/libsigscan.changes   
2015-08-14 14:46:55.0 +0200
@@ -1,0 +2,10 @@
+Wed Jul  1 22:05:45 UTC 2015 - greg.freem...@gmail.com
+
+- update to v20150627
+   * required by plaso v1.3
+   * worked on Python bindings
+   * fixes in sigscan.conf
+- update url field to point to github
+- for the python sub-package add a Requires libsigscan
+
+---

Old:

  libsigscan-experimental-20150125.tar.gz

New:

  libsigscan-experimental-20150627.tar.gz



Other differences:
--
++ libsigscan.spec ++
--- /var/tmp/diff_new_pack.mQOBMn/_old  2015-08-14 14:46:56.0 +0200
+++ /var/tmp/diff_new_pack.mQOBMn/_new  2015-08-14 14:46:56.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libsigscan
 #
-# Copyright (c) 2013 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
@@ -18,15 +18,13 @@
 
 Name:   libsigscan
 %define lname  libsigscan1
-%define timestamp 20150125
+%define timestamp 20150627
 Version:0~%timestamp
 Release:0
 Summary:Library for binary signature scanning
 License:LGPL-3.0+
 Group:  Productivity/File utilities
-Url:http://code.google.com/p/libpff/
-
-#DL-URL:
https://googledrive.com/host/0B3fBvzttpiiScU9qcG5ScEZKZE0/libpff-experimental-20130722.tar.gz
+Url:https://github.com/libyal/libsigscan/wiki
 Source: 
https://github.com/libyal/libsigscan/releases/download/%timestamp/libsigscan-experimental-%timestamp.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
@@ -66,7 +64,6 @@
 
 %package devel
 Summary:Development files for libigscan
-License:LGPL-3.0+
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 
@@ -78,10 +75,10 @@
 
 %package -n python-%name
 Summary:Python bindings for libsigscan
-License:LGPL-3.0+
 Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
 Requires:   python
-Provides:  pysigscan = %version
+Provides:   pysigscan = %{version}
 
 %description -n python-%name
 Python bindings for libsigscan.  

++ libsigscan-experimental-20150125.tar.gz -> 
libsigscan-experimental-20150627.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsigscan-20150125/ChangeLog 
new/libsigscan-20150627/ChangeLog
--- old/libsigscan-20150125/ChangeLog   2015-01-25 15:22:33.0 +0100
+++ new/libsigscan-20150627/ChangeLog   2015-06-27 10:36:52.0 +0200
@@ -35,6 +35,13 @@
 * sigscan
   - add test
 
+20150617
+* worked on Python bindings
+
+20150204
+* fixes in sigscan.conf
+* added sigscan.conf to dpkf/rules file
+
 20150125
 * changes for deployment
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsigscan-20150125/common/config.h 
new/libsigscan-20150627/common/config.h
--- old/libsigscan-20150125/common/config.h 2015-02-04 18:00:51.0 
+0100
+++ new/libsigscan-20150627/common/config.h 2015-06-27 10:51:12.0 
+0200
@@ -504,7 +504,7 @@
 #define PACKAGE_NAME "libsigscan"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "libsigscan 20150125"
+#define PACKAGE_STRING "libsigscan 20150627"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "libsigscan"
@@ -513,7 +513,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "20150125"
+#define PACKAGE_VERSION "20150627"
 
 /* The size of `off_t', as computed by sizeof. */
 #define SIZEOF_OFF_T 8
@@ -531,7 +531,7 @@
 /* #undef STRERROR_R_CHAR_P */
 
 /* Version number of package */
-#define VERSION "20150125"
+#define VERSION "20150627"
 
 /* Enable large inode numbers on Mac OS X 10.5.  */
 #ifndef _DARWIN_USE_64_BIT_INODE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsigscan-20150125/configure 
new/libsigscan-20150627/configure
--- old/libsigscan-20150125/configure   2015-02-04 18:00:34.