From 244839fdb31c5a8d8bbb4a1aa675f7960ea51f345a93ac756a0154b72ed34270 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 9 Oct 2017 09:19:02 +0000 Subject: [PATCH] - OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm?expand=0&rev=7 --- libpgm-5.2.122-reproducible.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libpgm-5.2.122-reproducible.patch b/libpgm-5.2.122-reproducible.patch index 638d4fb..96464f9 100644 --- a/libpgm-5.2.122-reproducible.patch +++ b/libpgm-5.2.122-reproducible.patch @@ -22,6 +22,6 @@ Index: pgm/version_generator.py +timestamp = time.gmtime(int(os.environ.get('SOURCE_DATE_EPOCH', time.time()))) +build_date = time.strftime ("%Y-%m-%d", timestamp) +build_time = time.strftime ("%H:%M:%S", timestamp) - build_rev = filter (str.isdigit, "$Revision: 1487 $") + build_rev = filter (str.isdigit, "$Revision$") print """