commit
da91b0daa8
@ -0,0 +1 @@
|
|||||||
|
SOURCES/libdnet-1.12.tgz
|
@ -0,0 +1 @@
|
|||||||
|
71302be302e84fc19b559e811951b5d600d976f8 SOURCES/libdnet-1.12.tgz
|
@ -0,0 +1,15 @@
|
|||||||
|
--- dnet-config.in.old 2014-03-14 11:40:27.332135003 +0000
|
||||||
|
+++ dnet-config.in 2014-03-14 11:41:08.624931401 +0000
|
||||||
|
@@ -45,10 +45,10 @@
|
||||||
|
done
|
||||||
|
|
||||||
|
if test "$echo_cflags" = "yes"; then
|
||||||
|
- echo -I@includedir@
|
||||||
|
+ echo
|
||||||
|
fi
|
||||||
|
|
||||||
|
if test "$echo_libs" = "yes"; then
|
||||||
|
- echo -L@libdir@ -ldnet @LIBS@
|
||||||
|
+ echo -ldnet @LIBS@
|
||||||
|
fi
|
||||||
|
|
@ -0,0 +1,327 @@
|
|||||||
|
diff -urN libdnet-1.12/configure libdnet-1.12-patched/configure
|
||||||
|
--- libdnet-1.12/configure 2007-01-20 05:39:54.000000000 -0600
|
||||||
|
+++ libdnet-1.12-patched/configure 2007-02-15 09:06:27.000000000 -0600
|
||||||
|
@@ -7053,7 +7053,7 @@
|
||||||
|
# Tell ltmain to make .lib files, not .a files.
|
||||||
|
libext=lib
|
||||||
|
# Tell ltmain to make .dll files, not .so files.
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
# FIXME: Setting linknames here is a bad hack.
|
||||||
|
archive_cmds='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
|
||||||
|
# The linker will automatically build a .lib file if we build a DLL.
|
||||||
|
@@ -7580,7 +7580,7 @@
|
||||||
|
library_names_spec=
|
||||||
|
libname_spec='lib$name'
|
||||||
|
soname_spec=
|
||||||
|
-shrext=".so"
|
||||||
|
+shrext_cmds=".so"
|
||||||
|
postinstall_cmds=
|
||||||
|
postuninstall_cmds=
|
||||||
|
finish_cmds=
|
||||||
|
@@ -7693,7 +7693,7 @@
|
||||||
|
|
||||||
|
cygwin* | mingw* | pw32*)
|
||||||
|
version_type=windows
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_version=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
|
||||||
|
@@ -7761,7 +7761,7 @@
|
||||||
|
soname_spec='${libname}${release}${major}$shared_ext'
|
||||||
|
shlibpath_overrides_runpath=yes
|
||||||
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
|
- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
+ shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
||||||
|
if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
|
||||||
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
||||||
|
@@ -7830,7 +7830,7 @@
|
||||||
|
need_version=no
|
||||||
|
case "$host_cpu" in
|
||||||
|
ia64*)
|
||||||
|
- shrext='.so'
|
||||||
|
+ shrext_cmds='.so'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.so"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@@ -7845,7 +7845,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
hppa*64*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
||||||
|
@@ -7856,7 +7856,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=SHLIB_PATH
|
||||||
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||||
|
@@ -7992,7 +7992,7 @@
|
||||||
|
|
||||||
|
os2*)
|
||||||
|
libname_spec='$name'
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_lib_prefix=no
|
||||||
|
library_names_spec='$libname${shared_ext} $libname.a'
|
||||||
|
dynamic_linker='OS/2 ld.exe'
|
||||||
|
@@ -9201,7 +9201,7 @@
|
||||||
|
libext="$libext"
|
||||||
|
|
||||||
|
# Shared library suffix (normally ".so").
|
||||||
|
-shrext='$shrext'
|
||||||
|
+shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
|
# Executable file suffix (normally "").
|
||||||
|
exeext="$exeext"
|
||||||
|
@@ -11257,7 +11257,7 @@
|
||||||
|
library_names_spec=
|
||||||
|
libname_spec='lib$name'
|
||||||
|
soname_spec=
|
||||||
|
-shrext=".so"
|
||||||
|
+shrext_cmds=".so"
|
||||||
|
postinstall_cmds=
|
||||||
|
postuninstall_cmds=
|
||||||
|
finish_cmds=
|
||||||
|
@@ -11370,7 +11370,7 @@
|
||||||
|
|
||||||
|
cygwin* | mingw* | pw32*)
|
||||||
|
version_type=windows
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_version=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
|
||||||
|
@@ -11438,7 +11438,7 @@
|
||||||
|
soname_spec='${libname}${release}${major}$shared_ext'
|
||||||
|
shlibpath_overrides_runpath=yes
|
||||||
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
|
- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
+ shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
||||||
|
if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
|
||||||
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
||||||
|
@@ -11507,7 +11507,7 @@
|
||||||
|
need_version=no
|
||||||
|
case "$host_cpu" in
|
||||||
|
ia64*)
|
||||||
|
- shrext='.so'
|
||||||
|
+ shrext_cmds='.so'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.so"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@@ -11522,7 +11522,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
hppa*64*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
||||||
|
@@ -11533,7 +11533,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=SHLIB_PATH
|
||||||
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||||
|
@@ -11669,7 +11669,7 @@
|
||||||
|
|
||||||
|
os2*)
|
||||||
|
libname_spec='$name'
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_lib_prefix=no
|
||||||
|
library_names_spec='$libname${shared_ext} $libname.a'
|
||||||
|
dynamic_linker='OS/2 ld.exe'
|
||||||
|
@@ -12751,7 +12751,7 @@
|
||||||
|
libext="$libext"
|
||||||
|
|
||||||
|
# Shared library suffix (normally ".so").
|
||||||
|
-shrext='$shrext'
|
||||||
|
+shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
|
# Executable file suffix (normally "").
|
||||||
|
exeext="$exeext"
|
||||||
|
@@ -13832,7 +13832,7 @@
|
||||||
|
# Tell ltmain to make .lib files, not .a files.
|
||||||
|
libext=lib
|
||||||
|
# Tell ltmain to make .dll files, not .so files.
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
# FIXME: Setting linknames here is a bad hack.
|
||||||
|
archive_cmds_F77='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
|
||||||
|
# The linker will automatically build a .lib file if we build a DLL.
|
||||||
|
@@ -14359,7 +14359,7 @@
|
||||||
|
library_names_spec=
|
||||||
|
libname_spec='lib$name'
|
||||||
|
soname_spec=
|
||||||
|
-shrext=".so"
|
||||||
|
+shrext_cmds=".so"
|
||||||
|
postinstall_cmds=
|
||||||
|
postuninstall_cmds=
|
||||||
|
finish_cmds=
|
||||||
|
@@ -14472,7 +14472,7 @@
|
||||||
|
|
||||||
|
cygwin* | mingw* | pw32*)
|
||||||
|
version_type=windows
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_version=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
|
||||||
|
@@ -14540,7 +14540,7 @@
|
||||||
|
soname_spec='${libname}${release}${major}$shared_ext'
|
||||||
|
shlibpath_overrides_runpath=yes
|
||||||
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
|
- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
+ shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
||||||
|
if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
|
||||||
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
||||||
|
@@ -14609,7 +14609,7 @@
|
||||||
|
need_version=no
|
||||||
|
case "$host_cpu" in
|
||||||
|
ia64*)
|
||||||
|
- shrext='.so'
|
||||||
|
+ shrext_cmds='.so'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.so"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@@ -14624,7 +14624,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
hppa*64*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
||||||
|
@@ -14635,7 +14635,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=SHLIB_PATH
|
||||||
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||||
|
@@ -14771,7 +14771,7 @@
|
||||||
|
|
||||||
|
os2*)
|
||||||
|
libname_spec='$name'
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_lib_prefix=no
|
||||||
|
library_names_spec='$libname${shared_ext} $libname.a'
|
||||||
|
dynamic_linker='OS/2 ld.exe'
|
||||||
|
@@ -15047,7 +15047,7 @@
|
||||||
|
libext="$libext"
|
||||||
|
|
||||||
|
# Shared library suffix (normally ".so").
|
||||||
|
-shrext='$shrext'
|
||||||
|
+shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
|
# Executable file suffix (normally "").
|
||||||
|
exeext="$exeext"
|
||||||
|
@@ -16130,7 +16130,7 @@
|
||||||
|
# Tell ltmain to make .lib files, not .a files.
|
||||||
|
libext=lib
|
||||||
|
# Tell ltmain to make .dll files, not .so files.
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
# FIXME: Setting linknames here is a bad hack.
|
||||||
|
archive_cmds_GCJ='$CC -o $lib $libobjs $compiler_flags `echo "$deplibs" | $SED -e '\''s/ -lc$//'\''` -link -dll${_S_}linknames='
|
||||||
|
# The linker will automatically build a .lib file if we build a DLL.
|
||||||
|
@@ -16657,7 +16657,7 @@
|
||||||
|
library_names_spec=
|
||||||
|
libname_spec='lib$name'
|
||||||
|
soname_spec=
|
||||||
|
-shrext=".so"
|
||||||
|
+shrext_cmds=".so"
|
||||||
|
postinstall_cmds=
|
||||||
|
postuninstall_cmds=
|
||||||
|
finish_cmds=
|
||||||
|
@@ -16770,7 +16770,7 @@
|
||||||
|
|
||||||
|
cygwin* | mingw* | pw32*)
|
||||||
|
version_type=windows
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_version=no
|
||||||
|
need_lib_prefix=no
|
||||||
|
|
||||||
|
@@ -16838,7 +16838,7 @@
|
||||||
|
soname_spec='${libname}${release}${major}$shared_ext'
|
||||||
|
shlibpath_overrides_runpath=yes
|
||||||
|
shlibpath_var=DYLD_LIBRARY_PATH
|
||||||
|
- shrext='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
+ shrext_cmds='$(test .$module = .yes && echo .so || echo .dylib)'
|
||||||
|
# Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
|
||||||
|
if $CC -v 2>&1 | grep 'Apple' >/dev/null ; then
|
||||||
|
sys_lib_search_path_spec=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
|
||||||
|
@@ -16907,7 +16907,7 @@
|
||||||
|
need_version=no
|
||||||
|
case "$host_cpu" in
|
||||||
|
ia64*)
|
||||||
|
- shrext='.so'
|
||||||
|
+ shrext_cmds='.so'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.so"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH
|
||||||
|
@@ -16922,7 +16922,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
hppa*64*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
hardcode_into_libs=yes
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
|
||||||
|
@@ -16933,7 +16933,7 @@
|
||||||
|
sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- shrext='.sl'
|
||||||
|
+ shrext_cmds='.sl'
|
||||||
|
dynamic_linker="$host_os dld.sl"
|
||||||
|
shlibpath_var=SHLIB_PATH
|
||||||
|
shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
|
||||||
|
@@ -17069,7 +17069,7 @@
|
||||||
|
|
||||||
|
os2*)
|
||||||
|
libname_spec='$name'
|
||||||
|
- shrext=".dll"
|
||||||
|
+ shrext_cmds=".dll"
|
||||||
|
need_lib_prefix=no
|
||||||
|
library_names_spec='$libname${shared_ext} $libname.a'
|
||||||
|
dynamic_linker='OS/2 ld.exe'
|
||||||
|
@@ -18151,7 +18151,7 @@
|
||||||
|
libext="$libext"
|
||||||
|
|
||||||
|
# Shared library suffix (normally ".so").
|
||||||
|
-shrext='$shrext'
|
||||||
|
+shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
|
# Executable file suffix (normally "").
|
||||||
|
exeext="$exeext"
|
||||||
|
@@ -18595,7 +18595,7 @@
|
||||||
|
libext="$libext"
|
||||||
|
|
||||||
|
# Shared library suffix (normally ".so").
|
||||||
|
-shrext='$shrext'
|
||||||
|
+shrext_cmds='$shrext_cmds'
|
||||||
|
|
||||||
|
# Executable file suffix (normally "").
|
||||||
|
exeext="$exeext"
|
@ -0,0 +1,170 @@
|
|||||||
|
Summary: Simple portable interface to lowlevel networking routines
|
||||||
|
Name: libdnet
|
||||||
|
|
||||||
|
Version: 1.12
|
||||||
|
Release: 26%{?dist}
|
||||||
|
|
||||||
|
License: BSD
|
||||||
|
URL: http://code.google.com/p/%{name}/
|
||||||
|
|
||||||
|
Source: http://%{name}.googlecode.com/files/%{name}-%{version}.tgz
|
||||||
|
Patch0: %{name}-shrext.patch
|
||||||
|
Patch1: dnet-config-multilib.patch
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
libdnet provides a simplified, portable interface to several
|
||||||
|
low-level networking routines, including network address
|
||||||
|
manipulation, kernel arp(4) cache and route(4) table lookup and
|
||||||
|
manipulation, network firewalling (IP filter, ipfw, ipchains,
|
||||||
|
pf, ...), network interface lookup and manipulation, raw IP
|
||||||
|
packet and Ethernet frame, and data transmission.
|
||||||
|
|
||||||
|
%package devel
|
||||||
|
Summary: Header files for libdnet library
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%package progs
|
||||||
|
Summary: Sample applications to use with libdnet
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description progs
|
||||||
|
%{summary}.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
%patch0 -p1
|
||||||
|
%patch1 -p0
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure --disable-static
|
||||||
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||||
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||||
|
%{__make} %{?_smp_mflags}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%{__make} install DESTDIR=%{buildroot}
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc LICENSE README THANKS TODO
|
||||||
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%{_bindir}/*
|
||||||
|
%{_libdir}/*.so
|
||||||
|
%exclude %{_libdir}/*.la
|
||||||
|
%{_includedir}/*
|
||||||
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
|
%files progs
|
||||||
|
%{_sbindir}/*
|
||||||
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Jun 11 2018 Richard W.M. Jones <rjones@redhat.com> - 1.12-26
|
||||||
|
- Drop python2 subpackage for RHEL 8.
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-25
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.12-24
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.12-23
|
||||||
|
- Add Provides for the old name without %%_isa
|
||||||
|
|
||||||
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.12-22
|
||||||
|
- Python 2 binary package renamed to python2-libdnet
|
||||||
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
||||||
|
|
||||||
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-21
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-20
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-19
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-18
|
||||||
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.12-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-14
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Mar 14 2014 Richard W.M. Jones <rjones@redhat.com> - 1.12-13
|
||||||
|
- Add patch to fix multilib conflicts in dnet-config (RHBZ#342001).
|
||||||
|
- Remove RPM cruft from the spec file.
|
||||||
|
|
||||||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-12
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-11
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
* Sun Dec 30 2012 Oliver Falk <oliver@linux-kernel.at> - 1.12-10
|
||||||
|
- Add python bindings in -python subpackage (BZ#815524)
|
||||||
|
|
||||||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-9
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-8
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||||
|
|
||||||
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-7
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 12 2010 Oliver Falk <oliver@linux-kernel.at> - 1.12-6
|
||||||
|
- Disable build of static libs
|
||||||
|
|
||||||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.12-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Feb 13 2008 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.12-3
|
||||||
|
- Bump-n-build for GCC 4.3
|
||||||
|
|
||||||
|
* Tue Aug 21 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.12-2
|
||||||
|
- Rebuild for BuildID
|
||||||
|
- Changed license tag to be more conformant
|
||||||
|
|
||||||
|
* Thu Feb 15 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.12-1
|
||||||
|
- New upstream version
|
||||||
|
- New upstream web site (thanks JPO!)
|
||||||
|
- Patch for inconsistent shrext variable
|
||||||
|
- Minor edits for consistency
|
||||||
|
|
||||||
|
* Wed Jan 24 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.10-5
|
||||||
|
- Converted spec to UTF-8 to fix BZ#222794
|
||||||
|
|
||||||
|
* Wed Oct 04 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> 1.10-4
|
||||||
|
- Bump-n-build
|
||||||
|
- Reverted to 1.10; 1.11 has some serious issues
|
||||||
|
|
||||||
|
* Tue Sep 19 2006 Patrick "Jima" Laughton <jima@beer.tclug.org> - 1.10-3
|
||||||
|
- Bump for FC6 rebuild
|
||||||
|
|
||||||
|
* Thu Jul 14 2005 Oliver Falk <oliver@linux-kernel.at> - 1.10-2
|
||||||
|
- Integrate Josщ's patch after reviewing the pkg.
|
||||||
|
|
||||||
|
* Fri Jul 08 2005 Oliver Falk <oliver@linux-kernel.at> - 1.10-1
|
||||||
|
- Build for FE
|
Loading…
Reference in new issue