[fpaste] Update patch to point to fedora fpaste production server

Ankur Sinha ankursinha at fedoraproject.org
Fri Feb 1 00:59:34 UTC 2013


commit 7f124a5cd4769f289e400e8ccb1cb5fe6a398176
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Fri Feb 1 11:58:13 2013 +1100

    Update patch to point to fedora fpaste production server
    
    The fedora fpaste server has been moved to production at
    paste.fedoraproject.org. I've updated the patch to point fpaste to this
    new server instance.
    
    Both the Fpaste client and servers already received enough testing in
    the staging environment. This should be an easy update

 ...patch => fpaste-0.3.7.1-fedora-production.patch |    2 +-
 fpaste.spec                                        |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/fpaste-0.3.7.1-fedora-staging.patch b/fpaste-0.3.7.1-fedora-production.patch
similarity index 98%
rename from fpaste-0.3.7.1-fedora-staging.patch
rename to fpaste-0.3.7.1-fedora-production.patch
index b444496..4a5655a 100644
--- a/fpaste-0.3.7.1-fedora-staging.patch
+++ b/fpaste-0.3.7.1-fedora-production.patch
@@ -17,7 +17,7 @@ index 8899397..7073dcd 100755
  SET_DESCRIPTION_IF_EMPTY = 1  # stdin, clipboard, sysinfo
 -FPASTE_URL = 'http://fpaste.org/'
 +#FPASTE_URL = 'http://fpaste.org/'
-+FPASTE_URL = 'http://paste.stg.fedoraproject.org/'
++FPASTE_URL = 'http://paste.fedoraproject.org/'
  
 -import os, sys, urllib, urllib2, subprocess
 +import os, sys, urllib, urllib2, subprocess, json
diff --git a/fpaste.spec b/fpaste.spec
index e0d2688..f5f62bc 100644
--- a/fpaste.spec
+++ b/fpaste.spec
@@ -1,6 +1,6 @@
 Name:		fpaste
 Version:	0.3.7.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A simple tool for pasting info onto fpaste.org
 BuildArch:	noarch
 Group:		Applications/Internet
@@ -11,7 +11,7 @@ Source0:	https://fedorahosted.org/released/fpaste/fpaste-%{version}.tar.bz2
 # Point fpaste to fedora sticky notes staging instance
 # Thanks Clint for the patch. 
 # https://fedorahosted.org/fpaste/ticket/7#comment:1
-Patch0:     %{name}-0.3.7.1-fedora-staging.patch
+Patch0:     %{name}-0.3.7.1-fedora-production.patch
 
 # Remove smolt data from fpaste
 # https://fedorahosted.org/fpaste/ticket/6
@@ -50,6 +50,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/fpaste.1.gz
 
 %changelog
+* Fri Feb 01 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-5
+- Update patch to point to fedora fpaste production environment
+
 * Fri Oct 19 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.3.7.1-4
 - Patch: remove smolt data
 - Patch: point to fedora staging sticky notes server


More information about the scm-commits mailing list