Author: glen Date: Wed Mar 4 09:58:02 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - fix config parsing, let keys be optional; rel 3
---- Files affected: SPECS: pastebinit.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/pastebinit.spec diff -u SPECS/pastebinit.spec:1.17 SPECS/pastebinit.spec:1.18 --- SPECS/pastebinit.spec:1.17 Wed Mar 4 10:27:33 2009 +++ SPECS/pastebinit.spec Wed Mar 4 10:57:56 2009 @@ -3,11 +3,12 @@ Summary(pl.UTF-8): Pastebin działający z linii poleceń Name: pastebinit Version: 0.11 -Release: 2 +Release: 3 License: GPL v2+ Group: Applications Source0: http://www.stgraber.org/download/projects/pastebin/%{name}-%{version}.tar.gz Patch0: %{name}-anybin.patch +Patch1: %{name}-configparsing.patch # Source0-md5: 8342af2467545402922477a5710083f6 URL: http://www.stgraber.org/category/pastebinit BuildRequires: rpm-pythonprov @@ -29,6 +30,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %{__sed} -i -e 's#http://pastebin.com#http://pld.pastebin.com#g' pastebinit %install @@ -49,6 +51,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2009/03/04 09:57:56 glen +- fix config parsing, let keys be optional; rel 3 + Revision 1.17 2009/03/04 09:27:33 glen - recognize http://anysite/pastebin; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pastebinit.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
