[shellinabox] Switch to the properly mantained shellinabox fork.

Simone Caronni slaanesh at fedoraproject.org
Fri Dec 14 10:04:10 UTC 2012


commit 5cd45ebe0df03c58b5953de93b3652b1706e25b7
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Fri Dec 14 11:02:53 2012 +0100

    Switch to the properly mantained shellinabox fork.
    
    The old shellinabox has not been mantained for a couple of years now, the fork contains a lot of fixes and especially it refactors some code to enable typing all characters in various keyboard layouts.

 .gitignore       |    1 +
 shellinabox.spec |   13 +++++++------
 sources          |    2 +-
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0a936b8..07c5ba8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /shellinabox-2.14.tar.gz
+/shellinabox-2.14-git88822c1f.tar.bz2
diff --git a/shellinabox.spec b/shellinabox.spec
index e73daef..4296336 100644
--- a/shellinabox.spec
+++ b/shellinabox.spec
@@ -1,20 +1,19 @@
+%global commit git88822c1f
 %global username shellinabox
 
 Name:           shellinabox
 Version:        2.14
-Release:        15%{?dist}
+Release:        16%{?dist}.%{commit}
 Summary:        Web based AJAX terminal emulator
 Group:          System Environment/Daemons
 License:        GPLv2
-URL:            http://code.google.com/p/shellinabox/
-Source0:        http://shellinabox.googlecode.com/files/%{name}-%{version}.tar.gz
+URL:            https://github.com/pythonanywhere/shellinabox_fork
+Source0:        http://shellinabox.googlecode.com/files/%{name}-%{version}-%{commit}.tar.bz2
 Source1:        shellinaboxd.sysconfig
 Source2:        shellinaboxd.service
 Source3:        shellinaboxd.init
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         %{name}-2.14-fixkeys.patch
-
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
 
@@ -53,7 +52,6 @@ browser plugins.
 
 %prep
 %setup -q
-%patch0 -p0 -b .fixkeys
 
 
 %build
@@ -170,6 +168,9 @@ fi
 
 
 %changelog
+* Fri Dec 14 2012 Simone Caronni <negativo17 at gmail.com> - 2.14-16.git88822c1f
+- Move source from the original unmantained content to the github fork.
+
 * Wed Oct 17 2012 Simone Caronni <negativo17 at gmail.com> - 2.14-15
 - Fix fedpkg checks. Requires fedpkg > 1.10:
   http://git.fedorahosted.org/cgit/fedpkg.git/commit/?id=11c46c06a3c9cc2f58d68aea964dd37dc028e349
diff --git a/sources b/sources
index 4f6ede7..b81c4e6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6c63b52edcebc56ee73a108e7211d174  shellinabox-2.14.tar.gz
+75d1a515a0b923889c8beb05fc6bbec8  shellinabox-2.14-git88822c1f.tar.bz2


More information about the scm-commits mailing list