Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package metamail for openSUSE:Factory 
checked in at 2021-08-02 12:05:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/metamail (Old)
 and      /work/SRC/openSUSE:Factory/.metamail.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "metamail"

Mon Aug  2 12:05:00 2021 rev:25 rq:909192 version:2.7.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/metamail/metamail.changes        2019-07-16 
08:37:15.483299696 +0200
+++ /work/SRC/openSUSE:Factory/.metamail.new.1899/metamail.changes      
2021-08-02 12:05:46.509647033 +0200
@@ -1,0 +2,6 @@
+Thu Jul 29 13:18:14 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Add simple mimelang tool to be able to check unicode block of
+  UTF-8 MIME encoded e-mail subjects
+
+-------------------------------------------------------------------

New:
----
  mimelang-0.2.tar.gz

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

Other differences:
------------------
++++++ metamail.spec ++++++
--- /var/tmp/diff_new_pack.sXKZnK/_old  2021-08-02 12:05:46.957646937 +0200
+++ /var/tmp/diff_new_pack.sXKZnK/_new  2021-08-02 12:05:46.961646936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package metamail
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,12 +27,13 @@
 Version:        2.7.19
 Release:        0
 Summary:        MIME Mail Handler
-License:        MIT AND GPL-2.0-only
+License:        GPL-2.0-only AND MIT
 Group:          Productivity/Networking/Email/Utilities
 Source:         metamail-2.7-19.tar.gz
 Source1:        mimecheck
 Source2:        mimecheck.1
 Source3:        mimegrep-0.2.tar.xz
+Source4:        mimelang-0.2.tar.gz
 Patch0:         metamail-2.7-19-security.dif
 Patch1:         metamail-2.7-19.dif
 Patch2:         metamail-2.7-19-getline.dif
@@ -47,7 +48,8 @@
 those using the Andrew toolkit) with elm.
 
 %prep
-%autosetup -p1 -n metamail-2.7-19 -b 3
+%setup -n metamail-2.7-19 -b 3 -b 4
+%autopatch -p1
 
 %build
     rm -f bin/mailserver
@@ -59,6 +61,9 @@
        %configure
        make %{?_smp_mflags}
     popd
+    pushd ../mimelang-0.2
+       make %{?_smp_mflags}
+    popd
 
 %install
     mkdir -p %{buildroot}%{_bindir} %{buildroot}%_mandir/man{1,4}
@@ -76,6 +81,9 @@
     pushd ../mimegrep-0.2
        make install DESTDIR=%{buildroot}
     popd
+    pushd ../mimelang-0.2
+       make install DESTDIR=%{buildroot}
+    popd
 
 %files
 %defattr(-,root,root)
@@ -91,6 +99,7 @@
 %{_bindir}/mimeit
 %{_bindir}/mimencode
 %{_bindir}/mimecheck
+%{_bindir}/mimelang
 %{_bindir}/mimezip
 %{_bindir}/mimebzip
 %{_bindir}/mimegzip
@@ -125,6 +134,7 @@
 %doc %{_mandir}/man1/mime.1.gz
 %doc %{_mandir}/man1/mimencode.1.gz
 %doc %{_mandir}/man1/mimecheck.1.gz
+%doc %{_mandir}/man1/mimelang.1.gz
 %doc %{_mandir}/man1/mmencode.1.gz
 %doc %{_mandir}/man1/patch-metamail.1.gz
 %doc %{_mandir}/man1/richtext.1.gz

Reply via email to