Author: arekm Date: Fri Mar 5 07:57:35 2010 GMT Module: packages Tag: HEAD ---- Log message: - up to 1.0
---- Files affected: packages/pastebinit: pastebinit.spec (1.23 -> 1.24) , pastebinit-pastebin.com.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/pastebinit/pastebinit.spec diff -u packages/pastebinit/pastebinit.spec:1.23 packages/pastebinit/pastebinit.spec:1.24 --- packages/pastebinit/pastebinit.spec:1.23 Fri Feb 12 21:43:57 2010 +++ packages/pastebinit/pastebinit.spec Fri Mar 5 08:57:30 2010 @@ -2,14 +2,14 @@ Summary: Command line Pastebin Summary(pl.UTF-8): Pastebin działający z linii poleceń Name: pastebinit -Version: 0.11.2 -Release: 1.1 +Version: 1.0 +Release: 1 License: GPL v2+ Group: Applications -#Source0: http://launchpad.net/pastebinit/trunk/%{version}/+download/%{name}-%{version}.tar.gz -Source0: %{name}-71.tar.bz2 -# Source0-md5: e6264e2c75691a920f4ede8edba23028 +Source0: http://launchpad.net/pastebinit/trunk/%{version}/+download/%{name}-%{version}.tar.gz +# Source0-md5: 97c2a0b227240dcb8d6f4c66d7e3eb12 Patch0: %{name}-configparsing.patch +Patch1: %{name}-pastebin.com.patch URL: https://launchpad.net/pastebinit BuildRequires: gettext-devel BuildRequires: rpm-pythonprov @@ -30,8 +30,9 @@ standardowego wyjścia, a on przeklei informacje na Pastebin. %prep -%setup -q -n %{name} +%setup -q %patch0 -p0 +%patch1 -p0 %{__sed} -i -e 's#http://pastebin.com#http://pld.pastebin.com#g' pastebinit %build @@ -61,6 +62,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.24 2010/03/05 07:57:30 arekm +- up to 1.0 + Revision 1.23 2010/02/12 20:43:57 sparky - BR: gettext-devel ================================================================ Index: packages/pastebinit/pastebinit-pastebin.com.patch diff -u /dev/null packages/pastebinit/pastebinit-pastebin.com.patch:1.1 --- /dev/null Fri Mar 5 08:57:35 2010 +++ packages/pastebinit/pastebinit-pastebin.com.patch Fri Mar 5 08:57:30 2010 @@ -0,0 +1,40 @@ +=== modified file 'pastebin.d/pastebin.com.conf' +--- pastebin.d/pastebin.com.conf 2010-02-18 01:04:08 +0000 ++++ pastebin.d/pastebin.com.conf 2010-02-24 00:41:43 +0000 +@@ -1,19 +1,23 @@ + [pastebin] + basename = pastebin.com + regexp = "http://((([a-zA-Z0-9\-_\.]*)(pastebin\.com)))" +-#FIXME: not website == "http://www.pastebin.com") or website == "http://pastebin.mozilla.org": + + [format] +-user = poster +-content = code2 +-version = version +-parentpid = parent_pid +-format = format +-paste = paste +-remember = remember +-expiry = expiry ++submit = submit ++parentpid = paste_parent_key ++subdomain = paste_subdomain ++content = paste_code ++paste_format = paste_format ++expiry = paste_expire_date ++private = paste_private ++remember = paste_remember ++page = page + + [defaults] +-remember = f +-expiry = 1 +-paste = Send ++paste_format = 1 ++private = 0 ++remember = 1 ++expiry = N ++submit = submit ++subdomain = "" ++page = "/post.php" + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pastebinit/pastebinit.spec?r1=1.23&r2=1.24&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
