Index: branches/fc19-dev/server/fedora/specs/python-hesiod.spec
===================================================================
--- branches/fc19-dev/server/fedora/specs/python-hesiod.spec	(revision 2487)
+++ branches/fc19-dev/server/fedora/specs/python-hesiod.spec	(revision 2487)
@@ -0,0 +1,46 @@
+Name:           python-hesiod
+Version:        0.2.10
+%define commit 2b11f727fe934efe8935ac3543fe538d14b8fafe
+%define shortcommit %(c=%{commit}; echo ${c:0:7})
+Release:        0.%{scriptsversion}%{?dist}
+Summary:        Python access to zephyr library
+
+Group:          Development/Languages
+License:        MIT
+URL:            https://github.com/ebroder/python-hesiod
+Source0:        https://github.com/ebroder/python-hesiod/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  python2-devel, python-setuptools, Pyrex, hesiod-devel
+
+%description
+Hesiod bindings for Python.
+
+
+%prep
+%setup -q -n %{name}-%{commit}
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="-I%{_includedir}/et" %{__python2} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+ 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+%{python_sitearch}/*
+
+
+%changelog
+* Sun Oct 13 2013 Alex Dehnert <adehnert@mit.edu> - 0.2.10
+- Initial RPM release
+
Index: branches/fc19-dev/server/fedora/specs/python-moira.spec
===================================================================
--- branches/fc19-dev/server/fedora/specs/python-moira.spec	(revision 2487)
+++ branches/fc19-dev/server/fedora/specs/python-moira.spec	(revision 2487)
@@ -0,0 +1,47 @@
+Name:           python-moira
+Version:        4.3.0
+%define commit dd03ce70d348d6f569729fcc9173429a5ec8a84d
+%define shortcommit %(c=%{commit}; echo ${c:0:7})
+Release:        0.%{scriptsversion}%{?dist}
+Summary:        Python access to zephyr library
+
+Group:          Development/Languages
+License:        MIT
+URL:            https://github.com/ebroder/python-moira
+Source0:        https://github.com/ebroder/python-moira/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  python2-devel, python-setuptools, Pyrex, libmoira-devel, libmrclient-devel
+
+%description
+Moira bindings for Python.
+
+
+%prep
+%setup -q -n %{name}-%{commit}
+
+
+%build
+CFLAGS="$RPM_OPT_FLAGS" CPPFLAGS="-I%{_includedir}/et" %{__python2} setup.py build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python2} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT/usr/bin/qy
+
+ 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc
+%{python_sitearch}/*
+
+
+%changelog
+* Sun Oct 13 2013 Alex Dehnert <adehnert@mit.edu> - 4.3.0
+- Initial RPM release
+
Index: branches/fc19-dev/server/fedora/specs/python-zephyr.spec
===================================================================
--- branches/fc19-dev/server/fedora/specs/python-zephyr.spec	(revision 2486)
+++ branches/fc19-dev/server/fedora/specs/python-zephyr.spec	(revision 2487)
@@ -1,9 +1,7 @@
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
-
 Name:           python-zephyr
 Version:        0.2.0
-%define commit_hash c9a7f05
-%define tag_hash ed65206
-Release:        0.%{scriptsversion}%{?dist}
+%define commit dc5ba9ee52d53e7bfd9d95a885e25c3a1889b8a7
+%define shortcommit %(c=%{commit}; echo ${c:0:7})
+Release:        1.20131014.%{scriptsversion}%{?dist}
 Summary:        Python access to zephyr library
 
@@ -11,17 +9,15 @@
 License:        MIT
 URL:            http://github.com/ebroder/python-zephyr
-Source0:        http://github.com/ebroder/python-zephyr/tarball/%{version}/ebroder-%{name}-%{version}-0-g%{commit_hash}.tar.gz
-Patch1:         http://github.com/ebroder/python-zephyr/commit/944b3c3a2a2476758268d4b75b65c2ec38fa46e7.patch
+Source0:        https://github.com/ebroder/python-zephyr/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  python-devel, python-setuptools, Pyrex, zephyr-devel, libcom_err-devel
+BuildRequires:  python-devel, python-setuptools, Cython, zephyr-devel, libcom_err-devel
 
 %description
-Get at the zephyr library from Python.  Woo.
+Zephyr bindings for Python.
 
 
 %prep
-%setup -q -n ebroder-%{name}-%{tag_hash}
-%patch1 -p1
+%setup -q -n %{name}-%{commit}
 
 
@@ -46,4 +42,7 @@
 
 %changelog
+* Mon Oct 14 2013 Alex Dehnert <adehnert@mit.edu> - 0.2.0-1.20131014
+- Updated snapshot (Scripts-#384)
+
 * Sun Sep 19 2010 Anders Kaseorg <andersk@mit.edu> - 0.2.0-0
 - Initial RPM release
