Browse Source

upgrading package: libcleri 0.11.1 -> 0.12.1

master
parent
commit
49be2b603a
  1. 10
      libcleri/libcleri.patch
  2. 4
      libcleri/libcleri.spec

10
libcleri/libcleri.patch

@ -1,6 +1,6 @@
Index: Release/makefile
--- Release/makefile.orig 2019-10-22 11:23:00.000000000 +0200
+++ Release/makefile 2019-10-22 19:39:21.868213000 +0200
--- Release/makefile.orig 2020-02-19 15:41:45.000000000 +0100
+++ Release/makefile 2020-02-19 23:14:47.453699000 +0100
@@ -31,12 +31,8 @@
# Tool invocations
@ -24,15 +24,15 @@ Index: Release/makefile
\ No newline at end of file
+ @cd ../test && ./test.sh
Index: Release/src/subdir.mk
--- Release/src/subdir.mk.orig 2019-10-22 19:39:21.868539000 +0200
+++ Release/src/subdir.mk 2019-10-22 19:41:08.404578000 +0200
--- Release/src/subdir.mk.orig 2020-02-19 23:14:47.453852000 +0100
+++ Release/src/subdir.mk 2020-02-19 23:16:18.978001000 +0100
@@ -75,8 +75,4 @@
./src/version.d
src/%.o: ../src/%.c
- @echo 'Building file: $<'
- @echo 'Invoking: Cross GCC Compiler'
- gcc -DNDEBUG -I../inc -O3 -Wall $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
- gcc -DNDEBUG -I../inc -O3 -Winline -Wall $(CPPFLAGS) $(CFLAGS) -c -fmessage-length=0 -fPIC -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
- @echo 'Finished building: $<'
- @echo ' '
+ $(CC) -I../inc $(CFLAGS) $(CPPFLAGS) -c -o "$@" "$<"

4
libcleri/libcleri.spec

@ -31,8 +31,8 @@ Distribution: OpenPKG Community
Class: EVAL
Group: CompilerCompiler
License: MIT
Version: 0.11.1
Release: 20191113
Version: 0.12.1
Release: 20200219
# list of sources
Source0: https://github.com/transceptor-technology/libcleri/archive/%{version}.tar.gz

Loading…
Cancel
Save