commit t-prot for openSUSE:Factory

2015-06-05 Thread h_root
Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2015-06-05 08:46:07

Comparing /work/SRC/openSUSE:Factory/t-prot (Old)
 and  /work/SRC/openSUSE:Factory/.t-prot.new (New)


Package is t-prot

Changes:

--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes2014-02-28 
16:22:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes   2015-06-05 
08:46:08.0 +0200
@@ -1,0 +2,23 @@
+Fri Mar 27 13:50:47 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 3.4
+  * t-prot, t-prot.1: Make documentation match Getopt::Long syntax:
+   e.g. -c=1 is not supported, use -c1 instead.
+- Changes from version 3.3
+  * t-prot: Removed trailing whitespace.
+  * t-prot: Small speedup: Run --pgp-short specific code only with
+--pgp-short.
+  * t-prot: Fixed a bug with -Mmutt and pgp signed and encrypted
+MIME/Multipart messages.
+- Changes from version 3.2
+  * t-prot: Make bigq work when MS Tofu is detected with no text
+above the quote, as with ZimbraWebClient.
+  * t-prot.1: Fix spelling error.
+  * t-prot.1: Update date string.
+- Changes from version 3.1
+  * t-prot, t-prot.1: Support mutt-kz
+(https://github.com/karelzak/mutt-kz) using -Mmutt-kz.
+  * t-prot: Unicode fix for MS Outlook.
+- Use download Url as source
+
+---

Old:

  t-prot-3.0.tar.bz2

New:

  t-prot-3.4.tar.gz



Other differences:
--
++ t-prot.spec ++
--- /var/tmp/diff_new_pack.clIY6K/_old  2015-06-05 08:46:09.0 +0200
+++ /var/tmp/diff_new_pack.clIY6K/_new  2015-06-05 08:46:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package t-prot
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,10 +20,10 @@
 Summary:A Display Filter for RFC822 Messages
 License:BSD-4-Clause
 Group:  Productivity/Networking/Email/Utilities
-Version:3.0
+Version:3.4
 Release:0
 Url:http://www.escape.de/users/tolot/mutt/
-Source: %{name}-%{version}.tar.bz2
+Source: 
http://www.escape.de/~tolot/mutt/t-prot/downloads/%{name}-%{version}.tar.gz
 Source1:muttrc.t-prot
 Requires:   perl(Getopt::Long)
 Requires:   perl(Locale::gettext)




commit t-prot for openSUSE:Factory

2014-02-28 Thread h_root
Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2014-02-28 16:22:52

Comparing /work/SRC/openSUSE:Factory/t-prot (Old)
 and  /work/SRC/openSUSE:Factory/.t-prot.new (New)


Package is t-prot

Changes:

--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes2014-01-23 
15:57:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes   2014-02-28 
16:22:53.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 26 10:48:13 UTC 2014 - co...@suse.com
+
+- fix requires and install section
+
+---



Other differences:
--
++ t-prot.spec ++
--- /var/tmp/diff_new_pack.HLibq9/_old  2014-02-28 16:22:54.0 +0100
+++ /var/tmp/diff_new_pack.HLibq9/_new  2014-02-28 16:22:54.0 +0100
@@ -25,13 +25,12 @@
 Url:http://www.escape.de/users/tolot/mutt/
 Source: %{name}-%{version}.tar.bz2
 Source1:muttrc.t-prot
-Requires:   perl-Getopt-Mixed
-Requires:   perl-gettext
+Requires:   perl(Getopt::Long)
+Requires:   perl(Locale::gettext)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-BuildRequires:  perl-Getopt-Mixed
-BuildRequires:  perl-gettext
-%define _prefix  /usr
+BuildRequires:  perl(Getopt::Long)
+BuildRequires:  perl(Locale::gettext)
 
 %description
 t-prot detects and, when demanded, hides annoying parts in rfc822
@@ -47,12 +46,6 @@
 newsreader quote everything of the previous message and just add some
 text at the top.
 
-
-
-Authors:
-
-Jochen Striepe joc...@tolot.escape.de
-
 %prep
 %setup -q
 cp %{SOURCE1} .
@@ -61,16 +54,13 @@
 sed -e s#@docdir@#%{_defaultdocdir}/%{name}#g t-prot.1  x  mv x t-prot.1
 
 %install
-install -d %{buildroot}%{_prefix}/bin
-install -d %{buildroot}%{_defaultdocdir}/%{name}
-install -d %{buildroot}%{_mandir}/man1
-install -m 755 t-prot %{buildroot}%{_prefix}/bin/t-prot
-install -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
+install -D -m 755 t-prot %{buildroot}%{_bindir}/t-prot
+install -D -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
 
 %files
 %defattr(-,root,root)
 %doc ChangeLog README TODO muttrc.t-prot
-%{_prefix}/bin/t-prot
+%{_bindir}/t-prot
 %{_mandir}/man1/t-prot.1.gz
 
 %changelog

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



commit t-prot for openSUSE:Factory

2014-01-23 Thread h_root
Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2014-01-22 18:20:13

Comparing /work/SRC/openSUSE:Factory/t-prot (Old)
 and  /work/SRC/openSUSE:Factory/.t-prot.new (New)


Package is t-prot

Changes:

--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes2012-04-17 
22:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes   2014-01-23 
15:57:04.0 +0100
@@ -1,0 +2,20 @@
+Tue Jan 14 23:05:50 UTC 2014 - dste...@suse.com
+
+- update to 3.0
+  * t-prot: Umlauts always are so wrong. Hopefully Outlook mails in
+German are handled fine now.
+  * t-prot.1: Make clear that --pgp-move and --pgp-move-vrf also work
+on SSL output.
+  * t-prot: Coding style cleanup in pgp().
+  * t-prot: Fix detection of unified diffs in the message body when
+using --diff.
+  * t-prot.1: Update year.
+  * contrib/t-prot.sl: Reflect transition to slang2 in comments.
+  * contrib/t-prot.sl: Drop support for slang-1, default to slang-2.
+  * t-prot, contrib/muttrc.t-prot: Drop support for mutt-1.4. Default
+to mutt-1.5.x strings.
+  * t-prot: Fix eYou Webmail Tofu.
+  * t-prot: Fix text/plain content-type detection with several user
+agents.
+
+---

Old:

  t-prot-2.101.tar.bz2

New:

  t-prot-3.0.tar.bz2



Other differences:
--
++ t-prot.spec ++
--- /var/tmp/diff_new_pack.TZhHoR/_old  2014-01-23 15:57:05.0 +0100
+++ /var/tmp/diff_new_pack.TZhHoR/_new  2014-01-23 15:57:05.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package t-prot (Version 2.101)
+# spec file for package t-prot
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,21 +16,21 @@
 #
 
 
-
 Name:   t-prot
-BuildRequires:  perl-Getopt-Mixed perl-gettext
-Url:http://www.escape.de/users/tolot/mutt/
+Summary:A Display Filter for RFC822 Messages
 License:BSD-4-Clause
 Group:  Productivity/Networking/Email/Utilities
-AutoReqProv:on
-Requires:   perl-Getopt-Mixed perl-gettext
-Version:2.101
-Release:1
-Summary:A Display Filter for RFC822 Messages
+Version:3.0
+Release:0
+Url:http://www.escape.de/users/tolot/mutt/
 Source: %{name}-%{version}.tar.bz2
 Source1:muttrc.t-prot
+Requires:   perl-Getopt-Mixed
+Requires:   perl-gettext
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+BuildRequires:  perl-Getopt-Mixed
+BuildRequires:  perl-gettext
 %define _prefix  /usr
 
 %description
@@ -67,9 +67,6 @@
 install -m 755 t-prot %{buildroot}%{_prefix}/bin/t-prot
 install -m 644 t-prot.1 %{buildroot}/%{_mandir}/man1/t-prot.1
 
-%clean
-rm -rf %buildroot
-
 %files
 %defattr(-,root,root)
 %doc ChangeLog README TODO muttrc.t-prot

++ t-prot-2.101.tar.bz2 - t-prot-3.0.tar.bz2 ++
 3987 lines of diff (skipped)

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



commit t-prot for openSUSE:Factory

2012-04-17 Thread h_root
Hello community,

here is the log from the commit of package t-prot for openSUSE:Factory checked 
in at 2012-04-17 22:03:00

Comparing /work/SRC/openSUSE:Factory/t-prot (Old)
 and  /work/SRC/openSUSE:Factory/.t-prot.new (New)


Package is t-prot, Maintainer is p...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/t-prot/t-prot.changes2011-09-23 
12:47:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.t-prot.new/t-prot.changes   2012-04-17 
22:03:03.0 +0200
@@ -1,0 +2,6 @@
+Tue Mar 27 09:08:42 UTC 2012 - cfarr...@suse.com
+
+- license update: BSD-4-Clause
+  BSD with advertising - use SPDX format
+
+---



Other differences:
--
++ t-prot.spec ++
--- /var/tmp/diff_new_pack.J4M1RJ/_old  2012-04-17 22:03:04.0 +0200
+++ /var/tmp/diff_new_pack.J4M1RJ/_new  2012-04-17 22:03:04.0 +0200
@@ -20,7 +20,7 @@
 Name:   t-prot
 BuildRequires:  perl-Getopt-Mixed perl-gettext
 Url:http://www.escape.de/users/tolot/mutt/
-License:PERMISSIVE-OSI-COMPLIANT
+License:BSD-4-Clause
 Group:  Productivity/Networking/Email/Utilities
 AutoReqProv:on
 Requires:   perl-Getopt-Mixed perl-gettext

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