Codebase list librandom123 / fresh-snapshots/main
Refresh patches. Debian Janitor 1 year, 2 months ago
1 changed file(s) with 5 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
66 ---
77 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
88
9 --- a/include/Random123/features/gccfeatures.h
10 +++ b/include/Random123/features/gccfeatures.h
11 @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
9 Index: librandom123.git/include/Random123/features/gccfeatures.h
10 ===================================================================
11 --- librandom123.git.orig/include/Random123/features/gccfeatures.h
12 +++ librandom123.git/include/Random123/features/gccfeatures.h
13 @@ -34,7 +34,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1214
1315 #define R123_GNUC_VERSION (__GNUC__*10000 + __GNUC_MINOR__*100 + __GNUC_PATCHLEVEL__)
1416