Hello community, here is the log from the commit of package cyrus-imapd for openSUSE:Factory checked in at 2017-07-11 08:27:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cyrus-imapd (Old) and /work/SRC/openSUSE:Factory/.cyrus-imapd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cyrus-imapd" Tue Jul 11 08:27:31 2017 rev:68 rq:509141 version:2.4.19 Changes: -------- --- /work/SRC/openSUSE:Factory/cyrus-imapd/cyrus-imapd.changes 2017-06-26 15:56:44.661747673 +0200 +++ /work/SRC/openSUSE:Factory/.cyrus-imapd.new/cyrus-imapd.changes 2017-07-11 08:27:32.157140276 +0200 @@ -1,0 +2,6 @@ +Mon Jul 10 10:41:23 UTC 2017 - [email protected] + +- Remove filler wording from description. +- Improve find commands. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cyrus-imapd.spec ++++++ --- /var/tmp/diff_new_pack.NP0Fia/_old 2017-07-11 08:27:32.989022936 +0200 +++ /var/tmp/diff_new_pack.NP0Fia/_new 2017-07-11 08:27:32.989022936 +0200 @@ -104,22 +104,19 @@ %endif %description -The %{name} package contains the core of the Cyrus IMAP server. -It is a scaleable enterprise mail system designed for use from -small to large enterprise environments using standards-based -internet mail technologies. +This package contains the core of the Cyrus IMAP server. It is a mail +system designed for use with standards-based Internet mail +technologies. -A full Cyrus IMAP implementation allows a seamless mail and bulletin +A full Cyrus IMAP implementation allows a mail and bulletin board environment to be set up across multiple servers. It differs from other IMAP server implementations in that it is run on "sealed" servers, where users are not normally permitted to log in and have no system account on the server. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP server. All user access to mail is through software using the IMAP, POP3 or KPOP -protocols. It also includes support for virtual domains, NNTP, -mailbox annotations, and much more. The private mailbox database design -gives the server large advantages in efficiency, scalability and -administratability. Multiple concurrent read/write connections to the +protocols. It also includes support for virtual domains, NNTP, and +mailbox annotations. Multiple concurrent read/write connections to the same mailbox are permitted. The server supports access control lists on mailboxes and storage quotas on mailbox hierarchies. @@ -129,7 +126,7 @@ library, imaps/pop3s/nntps (IMAP/POP3/NNTP encrypted using SSL and TLSv1) can be used for security. The server supports single instance store where possible when an email message is addressed to multiple -recipients, SIEVE provides server side email filtering. +recipients. SIEVE provides server side email filtering. %package snmp Summary: SNMP support for the Cyrus IMAP and POP Mail Server @@ -139,10 +136,9 @@ Requires: net-snmp >= 5.0 %description snmp -The %{name} package contains the core of the Cyrus IMAP server. -It is a scaleable enterprise mail system designed for use from -small to large enterprise environments using standards-based -internet mail technologies. +This package contains the core of the Cyrus IMAP server. It is a mail +system designed for use with standards-based Internet mail +technologies. This package pulls in dependencies to enable SNMP support for %{name}. @@ -223,10 +219,10 @@ %patch32 -p1 # remove executable bit from docs -find doc -type f -name '*.html' -exec chmod -x {} \; +find doc -type f -name '*.html' -exec chmod -x {} + # remove cruft -find doc -type f -a -name '.cvsignore' -exec rm -f {} \; +find doc -type f -a -name '.cvsignore' -delete %build rm -fr aclocal.m4 configure config.h.in autom4te.cache @@ -261,7 +257,7 @@ make depend %{?_smp_mflags} -# unpredictable parallel build; fails, if sieve_err.h isn't ready in time +# unpredictable parallel build; fails if sieve_err.h isn't ready in time #make %%{?_smp_mflags} make -j1 @@ -295,7 +291,7 @@ rm -f tools/config2* # remove Perl bootstrap files -find %{buildroot}%{perl_vendorarch}/ -name '*.bs' -type f -exec rm {} \; +find %{buildroot}%{perl_vendorarch}/ -name '*.bs' -type f -delete # create /var/* directories install -d -m 750 %{buildroot}%{_var}/lib/imap/{db,log,msg,proc,quota,socket,user}
