Author: glen Date: Tue Sep 9 19:10:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - be compatible with rfc2045 when encoding quoted-printable headers (uppercase hex); rel 11
---- Files affected: SPECS: cvsspam.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: SPECS/cvsspam.spec diff -u SPECS/cvsspam.spec:1.35 SPECS/cvsspam.spec:1.36 --- SPECS/cvsspam.spec:1.35 Thu Aug 7 20:50:08 2008 +++ SPECS/cvsspam.spec Tue Sep 9 21:10:42 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): CVSspam - wysyłanie różnic po wykonaniu zmiany w repozytorium CVS Name: cvsspam Version: 0.2.12 -Release: 10 +Release: 11 License: GPL Group: Applications/System Source0: http://www.badgers-in-foil.co.uk/projects/cvsspam/releases/%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ Patch100: %{name}-branch.diff Patch0: %{name}-multibyte_enc_disables_highlight-patch1.diff Patch1: %{name}-textdiff.patch +Patch2: %{name}-rfc2045.patch URL: http://www.badgers-in-foil.co.uk/projects/cvsspam/ BuildRequires: rpmbuild(macros) >= 1.277 Requires: cvs-client @@ -39,6 +40,7 @@ %patch100 -p0 %patch0 -p0 %patch1 -p0 +%patch2 -p1 %install rm -rf $RPM_BUILD_ROOT @@ -79,6 +81,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2008/09/09 19:10:42 glen +- be compatible with rfc2045 when encoding quoted-printable headers (uppercase hex); rel 11 + Revision 1.35 2008/08/07 18:50:08 glen - updated branch diff (users_file_charset.patch applied); no other changes ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsspam.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
