Browse Source

upgrading package: spiped 1.6.0 -> 1.6.1

master
parent
commit
bb2b7ab0c2
  1. 14
      spiped/spiped.patch
  2. 4
      spiped/spiped.spec

14
spiped/spiped.patch

@ -1,11 +1,11 @@
Index: Makefile
--- Makefile.orig 2017-04-22 05:45:24.000000000 +0200
+++ Makefile 2017-10-31 09:45:04.085921000 +0100
@@ -6,6 +6,7 @@
CFLAGS_DEFAULT= -O2
--- Makefile.orig 2020-04-06 08:28:22.018982000 +0200
+++ Makefile 2020-04-06 08:28:40.419009000 +0200
@@ -12,6 +12,7 @@
### Shared code between Tarsnap projects.
all: cpusupport-config.h
all: cflags-filter.sh cpusupport-config.h posix-flags.sh
+ export CC="$${CC}}"; \
export CFLAGS="$${CFLAGS:-${CFLAGS_DEFAULT}}"; \
export LDADD_POSIX=`export CC="${CC}"; cd libcperciva/POSIX && command -p sh posix-l.sh "$$PATH"`; \
export CFLAGS_POSIX=`export CC="${CC}"; cd libcperciva/POSIX && command -p sh posix-cflags.sh "$$PATH"`; \
. ./posix-flags.sh; \
. ./cpusupport-config.h; \

4
spiped/spiped.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Networking
License: MIT
Version: 1.6.0
Release: 20171031
Version: 1.6.1
Release: 20200406
# list of sources
Source0: http://www.tarsnap.com/spiped/spiped-%{version}.tgz

Loading…
Cancel
Save