Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Fedora Release Engineering
6282382143 dist-git conversion 2010-07-28 09:37:18 +00:00
Nicolas Chauvet
618711f5a8 - Update to 3.5.10
- Remove upstreamed patch
2010-04-18 20:33:06 +00:00
Jesse Keating
e76203f8d3 Initialize branch F-13 for afflib 2010-02-17 00:50:28 +00:00
7 changed files with 7 additions and 49 deletions

View file

@ -1 +0,0 @@
afflib-3.5.7.tar.gz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
afflib-3.5.10.tar.gz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: afflib
# $Id: Makefile,v 1.1 2008/03/20 22:59:37 kevin Exp $
NAME := afflib
SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
endef
MAKEFILE_COMMON := $(shell $(find-makefile-common))
ifeq ($(MAKEFILE_COMMON),)
# attept a checkout
define checkout-makefile-common
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)

View file

@ -1,22 +0,0 @@
diff -up afflib-3.4.1/pyaff/Makefile.am.pyver afflib-3.4.1/pyaff/Makefile.am
--- afflib-3.4.1/pyaff/Makefile.am.pyver 2009-09-24 22:42:06.534805852 +0200
+++ afflib-3.4.1/pyaff/Makefile.am 2009-09-24 22:45:13.306557135 +0200
@@ -9,5 +9,5 @@ pyexec_LTLIBRARIES = pyaff.la
pyaff_la_SOURCES = pyaff.c
pyaff_la_LIBADD = ../lib/libafflib.la
pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
-pyaff_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
+pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
endif
diff -up afflib-3.4.1/pyaff/Makefile.in.pyver afflib-3.4.1/pyaff/Makefile.in
--- afflib-3.4.1/pyaff/Makefile.in.pyver 2009-09-24 08:08:53.000000000 +0200
+++ afflib-3.4.1/pyaff/Makefile.in 2009-09-24 22:45:15.322807098 +0200
@@ -226,7 +226,7 @@ EXTRA_DIST = PKG-INFO README pyaff.c set
@HAVE_PYTHON_TRUE@pyaff_la_SOURCES = pyaff.c
@HAVE_PYTHON_TRUE@pyaff_la_LIBADD = ../lib/libafflib.la
@HAVE_PYTHON_TRUE@pyaff_la_CPPFLAGS = $(PYTHON_CPPFLAGS)
-@HAVE_PYTHON_TRUE@pyaff_la_LDFLAGS = -module $(PYTHON_LDFLAGS)
+@HAVE_PYTHON_TRUE@pyaff_la_LDFLAGS = -module -avoid-version $(PYTHON_LDFLAGS)
all: all-am
.SUFFIXES:

View file

@ -1,7 +1,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: afflib
Version: 3.5.7
Version: 3.5.10
Release: 1%{?dist}
Summary: Library to support the Advanced Forensic Format
@ -9,7 +9,6 @@ Group: System Environment/Libraries
License: BSD with advertising
URL: http://www.afflib.org
Source0: http://www.afflib.org/downloads/afflib-%{version}.tar.gz
Patch1: afflib-3.4.1-pyver.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: libtool
@ -59,7 +58,6 @@ developing applications that use %{name}.
%prep
%setup -q
%patch1 -p1 -b .pyver
# prevent internal lzma to be built - testing
#rm -rf lzma443
@ -122,6 +120,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Apr 18 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 3.5.10-1
- Update to 3.5.10
- Remove upstreamed patch
* Tue Jan 19 2010 Nicolas Chauvet <kwizart@fedoraproject.org> - 3.5.7-1
- Update to 3.5.7

View file

@ -1 +0,0 @@
afflib-3_4_1-1_fc11:HEAD:afflib-3.4.1-1.fc11.src.rpm:1253825572

View file

@ -1 +1 @@
efd1dacf1acf1ba450104635be93316c afflib-3.5.7.tar.gz
ae13d7eb04f9620ee92c9a697bd285f9 afflib-3.5.10.tar.gz