Hello community,

here is the log from the commit of package mairix for openSUSE:Factory checked 
in at 2020-10-12 15:14:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mairix (Old)
 and      /work/SRC/openSUSE:Factory/.mairix.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mairix"

Mon Oct 12 15:14:40 2020 rev:14 rq:841262 version:0.24

Changes:
--------
--- /work/SRC/openSUSE:Factory/mairix/mairix.changes    2013-03-14 
15:36:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mairix.new.3486/mairix.changes  2020-10-12 
15:14:44.452399748 +0200
@@ -1,0 +2,26 @@
+Sun Feb 18 21:53:24 UTC 2018 - avin...@opensuse.org
+
+- update to 0.24
+  * Support fancy Content-Disposition
+  * RFC5987-compliant headers
+  * Support for remote IMAP folders
+  * Fix string overrun bugs in nvp.c
+  * Option to follow symlinks to mboxes in rc file
+  * Minor parsing improvements, documentation fixes, and small bug
+    repairs.
+- includes 0.23
+  * Allow '=' in message-id search for RFC2822 conformance
+  * Add the option -H to force hardlinks
+  * Skip .gitignore files
+  * Do not interpret special characters [~,/=^] in Message-ID
+    queries
+  * Fix faultly mbox message separators
+  * Improve reporting of unparsed MIME headers
+  * Allow empty sections in MIME headers
+  * Add support for uuencoded attachments
+  * Improve the parsing of MIME boundaries
+  * Fix SEGV if mbox shrinks
+  * Add test suite
+  * Fix building in parallel
+
+-------------------------------------------------------------------

Old:
----
  mairix-0.22.tar.gz

New:
----
  mairix-0.24.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mairix.spec ++++++
--- /var/tmp/diff_new_pack.8ghCMC/_old  2020-10-12 15:14:44.936399963 +0200
+++ /var/tmp/diff_new_pack.8ghCMC/_new  2020-10-12 15:14:44.940399964 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mairix
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,14 @@
 #
 
 
+Name:           mairix
+Version:        0.24
+Release:        0
 Summary:        A maildir indexer and searcher
 License:        GPL-2.0
 Group:          Productivity/Networking/Email/Utilities
-
-Name:           mairix
-Version:        0.22
-Release:        0
-Source0:        mairix-%{version}.tar.gz
 Url:            http://www.rc0.org.uk/mairix/
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Source0:        
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 BuildRequires:  bison
 BuildRequires:  flex
 
@@ -35,36 +33,26 @@
 output is a new maildir folder containing symbolic links to the matched
 messages.
 
-
-
 %prep
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS"                        \
+export CFLAGS="%{optflags}"
 ./configure                                    \
-               --prefix=/usr                   \
-               --docdir=%{_docdir}/mairix      \
+       --prefix=%{_prefix} \
                --mandir=%{_mandir}
-CFLAGS="$RPM_OPT_FLAGS"                        \
-make
+make %{?_smp_mflags}
 strip mairix
 # make docs
 
 %install
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}
-mkdir %{buildroot}
-make DESTDIR=$RPM_BUILD_ROOT install
+%make_install
 # make DESTDIR=$RPM_BUILD_ROOT install_docs
-chmod 644 ACKNOWLEDGEMENTS README  COPYING  INSTALL dotmairixrc.eg
 
 %files
-%defattr(-,root,root)
-%attr(0755,root,root) %{_bindir}/mairix
-/usr/share/man/man*/*
-%doc ACKNOWLEDGEMENTS README  COPYING  INSTALL dotmairixrc.eg
-
-%clean
-[ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}
+%doc ACKNOWLEDGEMENTS README COPYING dotmairixrc.eg
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man5/%{name}rc.5%{ext_man}
 
 %changelog

++++++ mairix-0.22.tar.gz -> mairix-0.24.tar.gz ++++++
++++ 11043 lines of diff (skipped)


Reply via email to