From db8bbb3683236b2d710998551def22ba221047fa Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:18 +0000 Subject: [PATCH 01/45] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e580ca..0358186 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := vacation SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From d1c4a5b2ac620d6499b9b9c52532c2fdf4804fdc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:52:09 +0000 Subject: [PATCH 02/45] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 0358186..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vacation -# $Id$ -NAME := vacation -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index 984afab..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -vacation-1_2_7_0-6_fc11:HEAD:vacation-1.2.7.0-6.fc11.src.rpm:1249504928 From 6929b541a11b65f363e0dd0d50e0c35dbc4e4391 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Fri, 4 Feb 2011 22:45:55 +0100 Subject: [PATCH 03/45] Update to upstreams 1.2.7.1-beta1 --- .gitignore | 1 + sources | 2 +- vacation.spec | 15 +++++++++++---- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e779ded..fd269d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ vacation-1.2.7.0.tar.gz +/vacation-1.2.7.1-beta1.tar.gz diff --git a/sources b/sources index ae93ca0..dbb4158 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cae9253eee4c2e68af01bc6b1f469cd2 vacation-1.2.7.0.tar.gz +40c8a9831f788f129e8fc51af2450a99 vacation-1.2.7.1-beta1.tar.gz diff --git a/vacation.spec b/vacation.spec index 3209703..5d38272 100644 --- a/vacation.spec +++ b/vacation.spec @@ -1,10 +1,11 @@ Summary: Automatic mail answering program +Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation -Version: 1.2.7.0 -Release: 7%{?dist} +Version: 1.2.7.1 +Release: 0.1.beta1%{?dist} License: BSD Group: Applications/System -Source: http://downloads.sourceforge.net/vacation/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz Source1: license-clarification BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: smtpdaemon @@ -21,7 +22,7 @@ mit einer Standard-Antwort und ist auf vielen Unix-Systemen vorhanden. %prep -%setup -q +%setup -q -n vacation-1.2.7.1-beta1 cp -p %SOURCE1 . %build @@ -46,6 +47,12 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Feb 04 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.1.beta1 +- update from upstreams +- Add the Auto-Submitted: header as per RFC3834. +- Stop Vacation from munging the GECOS information of users and + instead pass it quoted to the MTA for it to deal with. + * Wed Aug 05 2009 Dr. Tilmann Bubeck - 1.2.7.0-7 - changed license to BSD as upstream told me (corresponding mail is included in doc). From fa24fb7d4c84467accd50f7fec979d42f876c31a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:52:03 -0600 Subject: [PATCH 04/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 5d38272..e6f32d8 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 0.1.beta1%{?dist} +Release: 0.2.beta1%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.2.7.1-0.2.beta1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Feb 04 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.1.beta1 - update from upstreams - Add the Auto-Submitted: header as per RFC3834. From 433af85f7abf5c7176c29b0e9f6f32fc3d63c113 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Tue, 4 Oct 2011 09:39:27 +0200 Subject: [PATCH 05/45] Added missing requirement perl(GDBM_File) --- vacation.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vacation.spec b/vacation.spec index e6f32d8..1378445 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,13 +2,13 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 0.2.beta1%{?dist} +Release: 0.3.beta1%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz Source1: license-clarification BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) -Requires: smtpdaemon +Requires: smtpdaemon perl(GDBM_File) URL: http://sourceforge.net/projects/vacation/ BuildRequires: gdbm-devel @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Tue Oct 04 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.3.beta1 +- Added requirement perl(GDBM) + * Mon Feb 07 2011 Fedora Release Engineering - 1.2.7.1-0.2.beta1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 0833b02553d4f525303ddd0135b6d827640bc6e3 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Wed, 26 Oct 2011 10:08:40 +0200 Subject: [PATCH 06/45] Update to vacation-1.2.7.1-beta2 --- .gitignore | 1 + sources | 2 +- vacation.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index fd269d1..d7ea070 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vacation-1.2.7.0.tar.gz /vacation-1.2.7.1-beta1.tar.gz +/vacation-1.2.7.1-beta2.tar.gz diff --git a/sources b/sources index dbb4158..ec877b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40c8a9831f788f129e8fc51af2450a99 vacation-1.2.7.1-beta1.tar.gz +255199ff3e0381b1106d677f752aeeb9 vacation-1.2.7.1-beta2.tar.gz diff --git a/vacation.spec b/vacation.spec index 1378445..6251a9c 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,10 +2,10 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 0.3.beta1%{?dist} +Release: 0.4.beta2%{?dist} License: BSD Group: Applications/System -Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta1.tar.gz +Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta2.tar.gz Source1: license-clarification BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: smtpdaemon perl(GDBM_File) @@ -22,7 +22,7 @@ mit einer Standard-Antwort und ist auf vielen Unix-Systemen vorhanden. %prep -%setup -q -n vacation-1.2.7.1-beta1 +%setup -q -n vacation-1.2.7.1-beta2 cp -p %SOURCE1 . %build @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Tue Oct 26 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.4.beta2 +- updated to vacation-1.2.7.1-beta2 + * Tue Oct 04 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.3.beta1 - Added requirement perl(GDBM) From ab7ef7cf9ab01b24bc759992cc91b6dd4a8d36e6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:43:54 -0600 Subject: [PATCH 07/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 6251a9c..46602ea 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 0.4.beta2%{?dist} +Release: 0.5.beta2%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta2.tar.gz @@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.2.7.1-0.5.beta2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Tue Oct 26 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.4.beta2 - updated to vacation-1.2.7.1-beta2 From c9b38eb3a563127e5320b171262b893d2d8f4540 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Tue, 17 Jan 2012 22:12:19 +0100 Subject: [PATCH 08/45] Updated to vacation-1.2.7.1 --- .gitignore | 1 + sources | 2 +- vacation.spec | 17 ++++++++++++----- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d7ea070..06f72cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vacation-1.2.7.0.tar.gz /vacation-1.2.7.1-beta1.tar.gz /vacation-1.2.7.1-beta2.tar.gz +/vacation-1.2.7.1.tar.gz diff --git a/sources b/sources index ec877b2..7bc6e8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -255199ff3e0381b1106d677f752aeeb9 vacation-1.2.7.1-beta2.tar.gz +272df506a542c9c587de43b3f531a5ed vacation-1.2.7.1.tar.gz diff --git a/vacation.spec b/vacation.spec index 46602ea..8dbf2c4 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,10 +2,10 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 0.5.beta2%{?dist} +Release: 1%{?dist} License: BSD Group: Applications/System -Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1-beta2.tar.gz +Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: smtpdaemon perl(GDBM_File) @@ -22,7 +22,7 @@ mit einer Standard-Antwort und ist auf vielen Unix-Systemen vorhanden. %prep -%setup -q -n vacation-1.2.7.1-beta2 +%setup -q -n vacation-1.2.7.1 cp -p %SOURCE1 . %build @@ -33,8 +33,9 @@ rm -rf $RPM_BUILD_ROOT install -D -p -m 755 vacation $RPM_BUILD_ROOT%{_bindir}/vacation install -D -p -m 755 vaclook $RPM_BUILD_ROOT%{_bindir}/vaclook -install -D -p -m 444 vacation.man $RPM_BUILD_ROOT%{_mandir}/man1/vacation.1 install -D -p -m 444 vaclook.man $RPM_BUILD_ROOT%{_mandir}/man1/vaclook.1 +install -D -p -m 444 vacation-en.man $RPM_BUILD_ROOT%{_mandir}/man1/vacation.1 +install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation.1 %clean rm -rf $RPM_BUILD_ROOT @@ -43,10 +44,16 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_bindir}/vacation %{_bindir}/vaclook -%{_mandir}/*/* +%{_mandir}/man*/* +%lang(de) %{_mandir}/de/man*/* + %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Tue Jan 17 2012 Dr. Tilmann Bubeck - 1.2.7.1-1 +- updated to vacation-1.2.7.1 +- added german manual page + * Sat Jan 14 2012 Fedora Release Engineering - 1.2.7.1-0.5.beta2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 46438d636130f060e2977075b4758a291e9bb01f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 21:21:27 -0500 Subject: [PATCH 09/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 8dbf2c4..f7dc298 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.2.7.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Tue Jan 17 2012 Dr. Tilmann Bubeck - 1.2.7.1-1 - updated to vacation-1.2.7.1 - added german manual page From b6b2b5164251e96b94a8067a5a908f1c837aa121 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:36:50 -0600 Subject: [PATCH 10/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index f7dc298..8a71be1 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.2.7.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.2.7.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From eefe0098868cffcbaa1119b5bf8b0a2729be5ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 17 Jul 2013 14:21:02 +0200 Subject: [PATCH 11/45] Perl 5.18 rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 8a71be1..2f2c62e 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Wed Jul 17 2013 Petr Pisar - 1.2.7.1-4 +- Perl 5.18 rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.2.7.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From cbe75f1acb52c762d058d723ed83418a0dbaaf2a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 00:52:55 -0500 Subject: [PATCH 12/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 2f2c62e..230bcd2 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.2.7.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Jul 17 2013 Petr Pisar - 1.2.7.1-4 - Perl 5.18 rebuild From 9fc32126fff3082d2d72463a459d6b8403760c4e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:12:31 -0500 Subject: [PATCH 13/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 230bcd2..b5d691d 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.2.7.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Sun Aug 04 2013 Fedora Release Engineering - 1.2.7.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From cebd3691574e985f544c1339576fe4d862ecc62c Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 07:25:02 +0000 Subject: [PATCH 14/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index b5d691d..669b745 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 6%{?dist} +Release: 7%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.2.7.1-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.2.7.1-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 9b3987890ec4f19708f790c24ebf06342ad0aa32 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:46:51 +0000 Subject: [PATCH 15/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 669b745..0666d85 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 7%{?dist} +Release: 8%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.2.7.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.2.7.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 5262eb1fecad9ba3a9714d0555544b1ed8e0e009 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:30:41 +0000 Subject: [PATCH 16/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0666d85..eb68924 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 8%{?dist} +Release: 9%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.2.7.1-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.2.7.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 39eb5ece69d3e0d1a5128910dfaac9a76f07062b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 24 Jun 2016 10:34:38 +0200 Subject: [PATCH 17/45] Mandatory Perl build-requires added --- vacation.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vacation.spec b/vacation.spec index eb68924..7b1adbe 100644 --- a/vacation.spec +++ b/vacation.spec @@ -11,6 +11,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: smtpdaemon perl(GDBM_File) URL: http://sourceforge.net/projects/vacation/ BuildRequires: gdbm-devel +BuildRequires: perl-generators %description Vacation is the automatic mail answering program found From 70735ec28fbeb74c1cecbb000428d4be9e62c863 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:53:37 +0000 Subject: [PATCH 18/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 7b1adbe..0c1a11c 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.2.7.1-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.2.7.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 7befbf857ef44363028848f50708268330361bcf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:08:34 +0000 Subject: [PATCH 19/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0c1a11c..5937656 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 10%{?dist} +Release: 11%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.2.7.1-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.2.7.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 2a5312cd7f69344a208c005ab8d99c65b9be57cc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 09:56:58 +0000 Subject: [PATCH 20/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 5937656..d940f7b 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 11%{?dist} +Release: 12%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.2.7.1-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.2.7.1-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 58bf71955032bd4cbf7c62cec9c61415e3f4dbd4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:15:29 +0000 Subject: [PATCH 21/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index d940f7b..0579905 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 12%{?dist} +Release: 13%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.2.7.1-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.2.7.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From dc366dfa6fdc08b483622ad9f821eeb40348e9a0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 00:47:07 +0100 Subject: [PATCH 22/45] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- vacation.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0579905..81d68c5 100644 --- a/vacation.spec +++ b/vacation.spec @@ -7,7 +7,6 @@ License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Requires: smtpdaemon perl(GDBM_File) URL: http://sourceforge.net/projects/vacation/ BuildRequires: gdbm-devel From eeb3408d2a0ab71b1cd58f17e57537b60ba9b3d4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:57:31 +0100 Subject: [PATCH 23/45] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- vacation.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/vacation.spec b/vacation.spec index 81d68c5..dbeb069 100644 --- a/vacation.spec +++ b/vacation.spec @@ -37,9 +37,6 @@ install -D -p -m 444 vaclook.man $RPM_BUILD_ROOT%{_mandir}/man1/vaclook.1 install -D -p -m 444 vacation-en.man $RPM_BUILD_ROOT%{_mandir}/man1/vacation.1 install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation.1 -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %{_bindir}/vacation From f18d73fd984859dca1e10fad8c72fd566dfcebfc Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:41:16 -0500 Subject: [PATCH 24/45] Remove needless use of %defattr --- vacation.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index dbeb069..8f82c4a 100644 --- a/vacation.spec +++ b/vacation.spec @@ -38,7 +38,6 @@ install -D -p -m 444 vacation-en.man $RPM_BUILD_ROOT%{_mandir}/man1/vacation.1 install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation.1 %files -%defattr(-,root,root,-) %{_bindir}/vacation %{_bindir}/vaclook %{_mandir}/man*/* From cd2fad93b4347ce45c81ca437a5a943cdcb3c320 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:22:52 +0000 Subject: [PATCH 25/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 8f82c4a..ba8d036 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 13%{?dist} +Release: 14%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -46,6 +46,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.2.7.1-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Fri Feb 09 2018 Fedora Release Engineering - 1.2.7.1-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 0d2602f7539b605a743f05b9dd034e0bfba72650 Mon Sep 17 00:00:00 2001 From: "Dr. Tilmann Bubeck" Date: Mon, 16 Jul 2018 07:59:07 +0200 Subject: [PATCH 26/45] Added missing BuildReq: gcc --- vacation.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vacation.spec b/vacation.spec index ba8d036..490fd54 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 14%{?dist} +Release: 15%{?dist} License: BSD Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -11,6 +11,7 @@ Requires: smtpdaemon perl(GDBM_File) URL: http://sourceforge.net/projects/vacation/ BuildRequires: gdbm-devel BuildRequires: perl-generators +BuildRequires: gcc %description Vacation is the automatic mail answering program found @@ -46,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Mon Jul 16 2018 Dr. Tilmann Bubeck - 1.2.7.1-15 +- Fixed missing GCC BuildReq + * Sat Jul 14 2018 Fedora Release Engineering - 1.2.7.1-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild @@ -92,7 +96,7 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. * Sat Jan 14 2012 Fedora Release Engineering - 1.2.7.1-0.5.beta2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -* Tue Oct 26 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.4.beta2 +* Wed Oct 26 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.4.beta2 - updated to vacation-1.2.7.1-beta2 * Tue Oct 04 2011 Dr. Tilmann Bubeck - 1.2.7.1-0.3.beta1 From 7ed7d437658386a42fc6191f8f83e0d4bcbdcf1c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:18:29 +0100 Subject: [PATCH 27/45] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- vacation.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 490fd54..68c8485 100644 --- a/vacation.spec +++ b/vacation.spec @@ -4,7 +4,6 @@ Name: vacation Version: 1.2.7.1 Release: 15%{?dist} License: BSD -Group: Applications/System Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification Requires: smtpdaemon perl(GDBM_File) From f27a9045f0b77471bd6c3a281e031a1da53c2d47 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:02:02 +0000 Subject: [PATCH 28/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 68c8485..7a95dea 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 15%{?dist} +Release: 16%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -46,6 +46,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.2.7.1-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jul 16 2018 Dr. Tilmann Bubeck - 1.2.7.1-15 - Fixed missing GCC BuildReq From 750af74dcb136d173c6e04c319e2b0d306d47097 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:43:55 +0000 Subject: [PATCH 29/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 7a95dea..39f90a2 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 16%{?dist} +Release: 17%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -46,6 +46,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.2.7.1-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.2.7.1-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From e6aa2f97d7ce89cb3ea4f87abec8ac985067f090 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:52:27 +0000 Subject: [PATCH 30/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 39f90a2..0a2ca0c 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 17%{?dist} +Release: 18%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -46,6 +46,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.2.7.1-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.2.7.1-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 11b0bd14300fb7d71322d09a991ab122dff8e97d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:30:19 +0000 Subject: [PATCH 31/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0a2ca0c..de586db 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 18%{?dist} +Release: 19%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -46,6 +46,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.2.7.1-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.2.7.1-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From affdb95d5f05d37937571e4c3cc5fb5280778737 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Sat, 9 Jan 2021 00:33:11 +0000 Subject: [PATCH 32/45] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- vacation.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/vacation.spec b/vacation.spec index de586db..da7a19a 100644 --- a/vacation.spec +++ b/vacation.spec @@ -8,6 +8,7 @@ Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification Requires: smtpdaemon perl(GDBM_File) URL: http://sourceforge.net/projects/vacation/ +BuildRequires: make BuildRequires: gdbm-devel BuildRequires: perl-generators BuildRequires: gcc From 56c253e3feb7da6e143a6a90b15cb67bf27ad7c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:51:53 +0000 Subject: [PATCH 33/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index da7a19a..f26d960 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 19%{?dist} +Release: 20%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.7.1-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.2.7.1-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From fad532b52a9d888b552bdd4ed9eb30f9794fac9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 20:15:23 +0000 Subject: [PATCH 34/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index f26d960..b204942 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 20%{?dist} +Release: 21%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.7.1-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.2.7.1-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 4552ffe63b742827a63d8bf2b931db3e8e52131b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:44:35 +0000 Subject: [PATCH 35/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index b204942..707aaed 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 21%{?dist} +Release: 22%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.2.7.1-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 1.2.7.1-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 5b44265be3cfc5e765f28eb53ee9901b5c37bdef Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:37:53 +0000 Subject: [PATCH 36/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 707aaed..4fafeb1 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 22%{?dist} +Release: 23%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.2.7.1-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.2.7.1-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From 9c492f21ea091729a2cec5e276d74061f8ada175 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:03:36 +0000 Subject: [PATCH 37/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 4fafeb1..f59e37e 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 23%{?dist} +Release: 24%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.2.7.1-24 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.2.7.1-23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From f65aca820b2894e3fc46d13b37cfdd9b89ae47c8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:22:03 +0000 Subject: [PATCH 38/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index f59e37e..0d38c38 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 24%{?dist} +Release: 25%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.2.7.1-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.2.7.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 58e077782bc0c7ac1dfa4d0d7dc9fbef3820493d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:24:56 +0000 Subject: [PATCH 39/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0d38c38..0217770 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 25%{?dist} +Release: 26%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.2.7.1-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.2.7.1-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 79489ab099207e109405740c490e6f243de33ee8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:30:57 +0000 Subject: [PATCH 40/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 0217770..03c10e0 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 26%{?dist} +Release: 27%{?dist} License: BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification @@ -47,6 +47,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.2.7.1-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.2.7.1-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 1b8f722dadbe86a99c0b80cbb516da0cd7e9f1b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 22:36:43 +0200 Subject: [PATCH 41/45] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vacation.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vacation.spec b/vacation.spec index 03c10e0..b3e0497 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,8 +2,9 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 27%{?dist} -License: BSD +Release: 28%{?dist} +# Automatically converted from old format: BSD - review is highly recommended. +License: LicenseRef-Callaway-BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz Source1: license-clarification Requires: smtpdaemon perl(GDBM_File) @@ -47,6 +48,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Wed Sep 04 2024 Miroslav Suchý - 1.2.7.1-28 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.2.7.1-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e2ab7a9ba6b1a91e48e08042f09f6f23c58bbede Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:03:05 +0000 Subject: [PATCH 42/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index b3e0497..f28d05d 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 28%{?dist} +Release: 29%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -48,6 +48,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.2.7.1-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Miroslav Suchý - 1.2.7.1-28 - convert license to SPDX From 4d32777a603881550eeeaff7703f91f10676a15e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:55:52 +0000 Subject: [PATCH 43/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index f28d05d..62a8823 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 29%{?dist} +Release: 30%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -48,6 +48,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.2.7.1-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Sun Jan 19 2025 Fedora Release Engineering - 1.2.7.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 2e475353ed1ceba125da3b79a338ffab7e01a3fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:45:10 +0000 Subject: [PATCH 44/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 62a8823..5976231 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 30%{?dist} +Release: 31%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -48,6 +48,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.2.7.1-31 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.2.7.1-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 7e645e78fcba392f336d5fb92d5682b74324257f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:19:56 +0000 Subject: [PATCH 45/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vacation.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vacation.spec b/vacation.spec index 5976231..4119100 100644 --- a/vacation.spec +++ b/vacation.spec @@ -2,7 +2,7 @@ Summary: Automatic mail answering program Summary(de): Programm zum automatisierten Beantworten von Mails Name: vacation Version: 1.2.7.1 -Release: 31%{?dist} +Release: 32%{?dist} # Automatically converted from old format: BSD - review is highly recommended. License: LicenseRef-Callaway-BSD Source: http://downloads.sourceforge.net/vacation/%{name}-1.2.7.1.tar.gz @@ -48,6 +48,9 @@ install -D -p -m 444 vacation-de.man $RPM_BUILD_ROOT%{_mandir}/de/man1/vacation. %doc COPYING README README.smrsh ChangeLog license-clarification %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.2.7.1-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.2.7.1-31 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild