diff options
| -rw-r--r-- | imap/ChangeLog | 4 | ||||
| -rw-r--r-- | sqwebmail/ChangeLog | 4 | ||||
| -rw-r--r-- | unicode/ChangeLog | 4 | ||||
| -rw-r--r-- | unicode/courier-unicode.spec.in | 1 | 
4 files changed, 13 insertions, 0 deletions
| diff --git a/imap/ChangeLog b/imap/ChangeLog index 24d3ebc..d011c22 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,7 @@ +2020-11-04  Sam Varshavchik  <mrsam@courier-mta.com> + +	* spec file: add BuildRequires: %{__make} (will be required in F34). +  2020-10-27  Sam Varshavchik  <mrsam@courier-mta.com>  	* waitlib: fix testwait.c failure with LTO enabled on F33. diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index 722f752..3430a14 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,7 @@ +2020-11-04  Sam Varshavchik  <mrsam@courier-mta.com> + +	* spec file: add BuildRequires: %{__make} (will be required in F34). +  2020-10-27  Sam Varshavchik  <mrsam@courier-mta.com>  	* sqwebmailwebpgp: update for current gpg version. diff --git a/unicode/ChangeLog b/unicode/ChangeLog index dc030b8..3abc800 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,5 +1,9 @@  2.2 +2020-11-04  Sam Varshavchik  <mrsam@courier-mta.com> + +	* spec file: add BuildRequires: %{__make} (will be required in F34). +  2020-07-11  Sam Varshavchik  <mrsam@courier-mta.com>  	* Implement bidirectional algorithm, canonical or equivalent character diff --git a/unicode/courier-unicode.spec.in b/unicode/courier-unicode.spec.in index 64c9420..f7d1eb6 100644 --- a/unicode/courier-unicode.spec.in +++ b/unicode/courier-unicode.spec.in @@ -9,6 +9,7 @@ Source: http://download.sourceforge.net/courier/courier-unicode-@VERSION@.tar.bz  BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root  BuildRequires: perl  BuildRequires: gcc-c++ +BuildRequires: %{__make}  %package devel  Summary: Courier Unicode Library development files | 
