commit mairix for openSUSE:Factory

2020-10-12 Thread root
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.changes2013-03-14 
15:36:31.0 +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)




commit mairix for openSUSE:Factory

2013-03-14 Thread h_root
Hello community,

here is the log from the commit of package mairix for openSUSE:Factory checked 
in at 2013-03-14 14:56:39

Comparing /work/SRC/openSUSE:Factory/mairix (Old)
 and  /work/SRC/openSUSE:Factory/.mairix.new (New)


Package is "mairix", Maintainer is "bphil...@novell.com"

Changes:

--- /work/SRC/openSUSE:Factory/mairix/mairix.changes2011-09-23 
02:12:35.0 +0200
+++ /work/SRC/openSUSE:Factory/.mairix.new/mairix.changes   2013-03-14 
14:56:40.0 +0100
@@ -1,0 +2,17 @@
+Tue Mar 12 13:17:03 UTC 2013 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  no indication of aggregation. Fedora also denote this as GPL-2.0
+
+---
+Mon Mar 11 19:58:27 UTC 2013 - a...@suse.com
+
+- Since version 0.18 texinfo is not needed any more, remove
+  build require on it.
+
+---
+Tue Mar  5 05:56:20 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ mairix.spec ++
--- /var/tmp/diff_new_pack.uij5VC/_old  2013-03-14 14:56:44.0 +0100
+++ /var/tmp/diff_new_pack.uij5VC/_new  2013-03-14 14:56:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mairix (Version 0.22)
+# spec file for package mairix
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,17 @@
 
 
 Summary:A maildir indexer and searcher
+License:GPL-2.0
+Group:  Productivity/Networking/Email/Utilities
 
 Name:   mairix
 Version:0.22
-Release:1
+Release:0
 Source0:mairix-%{version}.tar.gz
-License:GPL-2.0 ; GPL-2.0+
-Group:  Productivity/Networking/Email/Utilities
 Url:http://www.rc0.org.uk/mairix/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex texinfo
+BuildRequires:  bison
+BuildRequires:  flex
 
 %description
 mairix is a tool for indexing email messages stored in maildir format
@@ -37,13 +38,12 @@
 
 
 %prep
-%setup
+%setup -q
 
 %build
 CFLAGS="$RPM_OPT_FLAGS"\
 ./configure\
--prefix=/usr   \
-   --infodir=/usr/share/info   \
--docdir=%{_docdir}/mairix  \
--mandir=%{_mandir}
 CFLAGS="$RPM_OPT_FLAGS"\
@@ -63,9 +63,6 @@
 %attr(0755,root,root) %{_bindir}/mairix
 /usr/share/man/man*/*
 %doc ACKNOWLEDGEMENTS README  COPYING  INSTALL dotmairixrc.eg
-# %{_infodir}/mairix.info*
-# %post
-# install-info %{_infodir}/%{name}.info.gz %{_infodir}/dir
 
 %clean
 [ -d %{buildroot} -a "%{buildroot}" != "" ] && rm -rf  %{buildroot}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mairix for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package mairix for openSUSE:Factory checked 
in at 2011-12-06 18:28:08

Comparing /work/SRC/openSUSE:Factory/mairix (Old)
 and  /work/SRC/openSUSE:Factory/.mairix.new (New)


Package is "mairix", Maintainer is "bphil...@novell.com"

Changes:




Other differences:
--
++ mairix.spec ++
--- /var/tmp/diff_new_pack.LEen3V/_old  2011-12-06 18:50:21.0 +0100
+++ /var/tmp/diff_new_pack.LEen3V/_new  2011-12-06 18:50:21.0 +0100
@@ -22,7 +22,7 @@
 Version:0.22
 Release:1
 Source0:mairix-%{version}.tar.gz
-License:GPLv2 ; GPLv2+
+License:GPL-2.0 ; GPL-2.0+
 Group:  Productivity/Networking/Email/Utilities
 Url:http://www.rc0.org.uk/mairix/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org