re-import sources as agreed with the maintainer

This commit is contained in:
Adam Samalik 2023-07-10 08:44:16 +02:00
parent c82af7813f
commit 65bf1bfdea
4 changed files with 41 additions and 0 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
/v1.9.8.tar.gz
/uthash-1.9.9.tar.gz
/uthash-2.0.1.tar.gz
/uthash-2.0.2.tar.gz

7
tests/smoke/runtest.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cd ../source
echo "Executing upstream tarball tests"
make V=1 -C tests
make V=1 -C tests/threads
make V=1 -C libut/tests

17
tests/tests.yml Normal file
View File

@ -0,0 +1,17 @@
---
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-source
- hosts: localhost
tags:
- classic
roles:
- role: standard-test-basic
tests:
- smoke
required_packages:
- gcc
- make

View File

@ -0,0 +1,14 @@
doc/userguide.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/userguide.txt b/doc/userguide.txt
--- a/doc/userguide.txt
+++ b/doc/userguide.txt
@@ -1,6 +1,6 @@
uthash User Guide
=================
-Troy D. Hanson, Arthur O'Dwyer
+Hanson, O'Dwyer
v2.0.2, March 2017
To download uthash, follow this link back to the