Re: [Rpm-maint] [rpm-software-management/rpm] Fix build with --disable-openmp (#758)

2019-06-24 Thread Florian Festi
Merged #758 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/758#event-2434626565___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix excessive use of thread local storage (RhBug:1722181) (#759)

2019-06-24 Thread Florian Festi
Merged #759 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/759#event-2434620505___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Make brp-strip run in parallel (#762)

2019-06-24 Thread Igor Gnatenko
ignatenkobrain commented on this pull request. > case `uname -a` in Darwin*) exit 0 ;; *) ;; esac # Strip ELF binaries -for f in `find "$RPM_BUILD_ROOT" -type f \( -perm -0100 -or -perm -0010 -or -perm -0001 \) -exec file {} \; | \ -grep -v "^${RPM_BUILD_ROOT}/\?usr/lib/debug"

[Rpm-maint] [rpm-software-management/rpm] Make brp-strip run in parallel (#762)

2019-06-24 Thread Florian Festi
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/762 -- Commit Summary -- * Make brp-strip run in parallel -- File Changes -- M scripts/brp-strip (9) -- Patch Links --

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-24 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -44,7 +44,8 @@ static int dateToTimet(const char * datestr, time_t * secs, > int * date_words) struct tm time, ntime; const char * const * idx; char *p, *pe, *q, *date, *tz; -char tz_name[10]; /* name of timezone

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-24 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -178,13 +179,17 @@ static int dateToTimet(const char * datestr, time_t * > secs, int * date_words) if (*secs == -1) goto exit; +if (tzname[1][0] == 0) + rpmlog(RPMLOG_WARNING, _("time zone in %%changelog not in tz database:

Re: [Rpm-maint] [rpm-software-management/rpm] Take changelog timezone in account (RhBug 1715412) (#739)

2019-06-24 Thread Panu Matilainen
pmatilai commented on this pull request. > @@ -44,7 +44,8 @@ static int dateToTimet(const char * datestr, time_t * secs, > int * date_words) struct tm time, ntime; const char * const * idx; char *p, *pe, *q, *date, *tz; -char tz_name[10]; /* name of timezone