commit afflib for openSUSE:Factory

2012-04-12 Thread h_root
Hello community,

here is the log from the commit of package afflib for openSUSE:Factory checked 
in at 2012-04-12 09:17:24

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


Package is afflib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/afflib/afflib.changes2012-03-17 
13:20:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.afflib.new/afflib.changes   2012-04-12 
09:18:03.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr  2 20:32:56 UTC 2012 - greg.freem...@gmail.com
+
+- Updated to v3.7.0
+
+   * Per upstream: Changed license from BSD with advertising to BSD 
without advertising.
+   * I still found lots of BSD 4-clause references in the source, so I 
left specfile license field as BSD 4-clause
+
+   * ALL FILES: Audited for copyright.
+   * COPYING: Clarified that Basis copyright only applies to
+   * .gitignore: created file in preparation for move to github
+
+---

Old:

  afflib-3.6.15.tar.gz

New:

  afflib-3.7.0.tar.gz



Other differences:
--
++ afflib.spec ++
--- /var/tmp/diff_new_pack.BcgLWk/_old  2012-04-12 09:18:04.0 +0200
+++ /var/tmp/diff_new_pack.BcgLWk/_new  2012-04-12 09:18:04.0 +0200
@@ -20,11 +20,12 @@
 Group:  System/Libraries
 
 Name:   afflib
-Version:3.6.15
+Version:3.7.0
 Release:0
 License:BSD-4-Clause
 Url:http://afflib.org/
-Source: %{name}-%{version}.tar.gz
+# Source: %{name}-%{version}.tar.gz
+Source: 
https://github.com/downloads/simsong/AFFLIBv3/%{name}-%{version}.tar.gz
 Patch0: afflib-3.6.12-fix-vvfat-overflow.patch
 Patch1: afflib-3.6.12-no-strict-aliasing.patch
 Patch2: afflib-3.6.12-fix-sha256-display.patch

++ afflib-3.6.15.tar.gz - afflib-3.7.0.tar.gz ++
 2180 lines of diff (skipped)

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



commit afflib for openSUSE:Factory

2012-03-17 Thread h_root
Hello community,

here is the log from the commit of package afflib for openSUSE:Factory checked 
in at 2012-03-17 13:20:00

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


Package is afflib, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/afflib/afflib.changes2012-02-01 
09:57:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.afflib.new/afflib.changes   2012-03-17 
13:20:05.0 +0100
@@ -1,0 +2,25 @@
+Thu Mar  8 23:11:09 UTC 2012 - greg.freem...@gmail.com
+
+- upgrade to v3.6.15
+* configure.ac: incorporated Greg Freemyer's patch to address some
+ncurses problems.
+* lib/utils.h: created virtual destructore
+* configure.ac: added AC_PROG_CXX
+* tools/affxml.cpp (main): removed unused bflag variable
+* lib/vnode_afd.cpp: max() is now always defined, even on windows.
+   * lib/aftimer.h (aftimer::eta_time): added std:: before string
+   * lib/utils.h: added virtual destructor for seginfo
+   * lib/afflib_pages.cpp (af_get_pagesize): having af_page_size() as
+   a macro was causing problems, so now there is both af_page_size
+   and af_get_pagesize, both of which do the same. Please use 
af_get_pagesize.
+   * aftimer.h (timestamp): updated aftimer for higher resolution on win32
+   * lib/afflib.cpp (af_get_pagesize): created af_get_pagesize, which
+   for some reason was missing.
+   * lib/afflib.h: added int af_get_pagesize(AFFILE *af);
+
+---
+Mon Feb 13 17:22:48 UTC 2012 - greg.freem...@gmail.com
+
+- use the %{__make} %{?_smp_mflags} macro in the specfile
+
+---

Old:

  afflib-3.6.12.tar.gz

New:

  afflib-3.6.15.tar.gz



Other differences:
--
++ afflib.spec ++
--- /var/tmp/diff_new_pack.ofs3qV/_old  2012-03-17 13:20:10.0 +0100
+++ /var/tmp/diff_new_pack.ofs3qV/_new  2012-03-17 13:20:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package afflib
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -18,9 +18,10 @@
 
 Summary:Library and tools for working with the Advanced Forensics 
Format
 Group:  System/Libraries
+
 Name:   afflib
-Version:3.6.12
-Release:1
+Version:3.6.15
+Release:0
 License:BSD-4-Clause
 Url:http://afflib.org/
 Source: %{name}-%{version}.tar.gz
@@ -28,7 +29,19 @@
 Patch1: afflib-3.6.12-no-strict-aliasing.patch
 Patch2: afflib-3.6.12-fix-sha256-display.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  autoconf automake fuse-devel gcc-c++ gettext-tools 
libcurl-devel libexpat-devel libopenssl-devel libtool ncurses-devel 
python-devel readline-devel zlib-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  fuse-devel
+BuildRequires:  gcc-c++
+BuildRequires:  gettext-tools
+BuildRequires:  libcurl-devel
+BuildRequires:  libexpat-devel
+BuildRequires:  libopenssl-devel
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  python-devel
+BuildRequires:  readline-devel
+BuildRequires:  zlib-devel
 
 %description
 The Advanced Forensics Format (AFF) is an openly specified, extensible
@@ -108,7 +121,7 @@
 
 %build
 %configure --enable-s3 --enable-fuse --enable-python
-make %{?_smp_flags}
+%{__make} %{?_smp_mflags}
 
 %install
 %make_install

++ afflib-3.6.12.tar.gz - afflib-3.6.15.tar.gz ++
 34888 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/afflib-3.6.12/ChangeLog new/afflib-3.6.15/ChangeLog
--- old/afflib-3.6.12/ChangeLog 2011-05-24 00:08:21.0 +0200
+++ new/afflib-3.6.15/ChangeLog 2011-12-02 15:28:05.0 +0100
@@ -1,3 +1,56 @@
+2011-12-02  Simson Garfinkel  simsong@alphonse-mucha
+
+   * configure.ac: increased version number to 3.6.15
+
+2011-11-26  Simson Garfinkel  sims...@it151636.ern.nps.edu
+
+   * configure.ac: incorporated Greg Freemyer's patch to address some
+   ncurses problems.
+
+2011-11-24  Simson Garfinkel  slgarfin@submit-0.local
+
+   * lib/utils.h: