Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package remind for openSUSE:Factory checked in at 2021-10-15 23:04:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remind (Old) and /work/SRC/openSUSE:Factory/.remind.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remind" Fri Oct 15 23:04:07 2021 rev:21 rq:925380 version:3.3.9 Changes: -------- --- /work/SRC/openSUSE:Factory/remind/remind.changes 2021-09-21 21:13:46.162681160 +0200 +++ /work/SRC/openSUSE:Factory/.remind.new.1890/remind.changes 2021-10-15 23:04:43.754130214 +0200 @@ -1,0 +2,38 @@ +Fri Oct 15 07:30:07 UTC 2021 - Detlef Steuer <[email protected]> + +- rem2html is included, cleanup of specfile + +- CHANGES TO REMIND + +* VERSION 3.3 Patch 9 - 2021-10-14 + +- NEW FEATURE: Add "-+username" option to tell Remind to trust files owned by + "username" and allow RUN directives in them. Idea courtesy of Ian! D. Allen + +- NEW FEATURE: Add "-u+username" variant to tell Remind to switch users to + "username" without disabling RUN directives. Idea courtesy of Ian! D. Allen + +- CHANGE: rem2html: rem2html has been moved out of the www/ directory into + its own rem2html/ directory. If your system has the prerequisites + (namely Perl, Getopt::Long and JSON::Any) then rem2html will be installed + by "make install". + +- CHANGE: Remove "cm2rem". It was about 20 years obsolete. + +- CHANGE: rem2html: Use inline data: URL images for moon images by default, + thus producing a completely stand-alone HTML file. + +- CHANGE: Remove unnecessary spaces from "remind -pp" JSON output. + +- DOCUMENTATION FIX: Various man page fixes and tweaks. + +- BUG FIX: rem2html: Tweak the default CSS stylesheet; more rational + handling of rem2html command-line options. + +- BUG FIX: remind: "remind -c" would sometimes highlight *two* days as + "today"; this has been fixed. + +- BUG FIX: Add a missing #ifdef...#endif and remove a C99-ism. This once again + allows Remind to be compiled with some very old C compilers. + +------------------------------------------------------------------- Old: ---- remind-03.03.08.tar.gz remind-3.3.8-rpmlintrc New: ---- remind-03.03.09.tar.gz remind-3.3.9-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remind.spec ++++++ --- /var/tmp/diff_new_pack.ZqnY0a/_old 2021-10-15 23:04:44.422130691 +0200 +++ /var/tmp/diff_new_pack.ZqnY0a/_new 2021-10-15 23:04:44.426130694 +0200 @@ -17,9 +17,9 @@ Name: remind -Version: 3.3.8 +Version: 3.3.9 Release: 0 -%define tar_version 03.03.08 +%define tar_version 03.03.09 Summary: A sophisticated calendar and alarm program License: GPL-2.0-only Group: Productivity/Office/Organizers @@ -27,8 +27,13 @@ Source0: %{name}-%{tar_version}.tar.gz Source100: %{name}-%{version}-rpmlintrc Patch0: remind-nostrip.patch +BuildRequires: perl +BuildRequires: perl-Getopt-Long-Descriptive +BuildRequires: perl-JSON-Any +Requires: perl +Requires: perl-Getopt-Long-Descriptive +Requires: perl-JSON-Any Requires: tcllib -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Remind is a sophisticated calendar and alarm program. @@ -57,21 +62,17 @@ ##%%check ##make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) -%doc %{_mandir}/man1/cm2rem.1%{ext_man} %doc %{_mandir}/man1/rem.1%{ext_man} %doc %{_mandir}/man1/rem2ps.1%{ext_man} %doc %{_mandir}/man1/remind.1%{ext_man} %doc %{_mandir}/man1/tkremind.1%{ext_man} -%attr(0755,root,root) %{_bindir}/cm2rem.tcl -%attr(0755,root,root) %{_bindir}/rem +%{_bindir}/rem %attr(0755,root,root) %{_bindir}/rem2ps %attr(0755,root,root) %{_bindir}/remind %attr(0755,root,root) %{_bindir}/tkremind +%attr(0755,root,root) %{_bindir}/rem2html %changelog ++++++ remind-03.03.08.tar.gz -> remind-03.03.09.tar.gz ++++++ ++++ 2677 lines of diff (skipped) ++++++ remind-3.3.8-rpmlintrc -> remind-3.3.9-rpmlintrc ++++++
