Index: branches/fc19-dev/server/fedora/specs/gnutls.spec.patch
===================================================================
--- branches/fc19-dev/server/fedora/specs/gnutls.spec.patch	(revision 2522)
+++ branches/fc19-dev/server/fedora/specs/gnutls.spec.patch	(revision 2522)
@@ -0,0 +1,28 @@
+--- gnutls.spec.orig	2014-03-08 16:13:24.922925743 -0500
++++ gnutls.spec	2014-03-08 16:14:50.464231133 -0500
+@@ -1,7 +1,7 @@
+ Summary: A TLS protocol implementation
+ Name: gnutls
+ Version: 2.12.23
+-Release: 2%{?dist}
++Release: 2%{?dist}.scripts.%{scriptsversion}
+ # The libgnutls library is LGPLv2+, utilities and remaining libraries are GPLv3+
+ License: GPLv3+ and LGPLv2+
+ Group: System Environment/Libraries
+@@ -26,6 +26,8 @@
+ # Use only FIPS approved ciphers in the FIPS mode
+ Patch7: gnutls-2.12.21-fips-algorithms.patch
+ Patch8: gnutls-2.12.23-cve-2013-2116.patch
++# Patch GNUTLS-SA-2014-2
++Patch9: gnutls-2.12.x-cve-2014-0092.patch
+ 
+ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+ Requires: libgcrypt >= 1.2.2
+@@ -99,6 +101,7 @@
+ %patch6 -p1 -b .cli-debug
+ %patch7 -p1 -b .fips
+ %patch8 -p1 -b .overread
++%patch9 -p1 -b .cve-2014-0092
+ 
+ for i in auth_srp_rsa.c auth_srp_sb64.c auth_srp_passwd.c auth_srp.c gnutls_srp.c ext_srp.c; do
+     touch lib/$i
Index: branches/fc19-dev/server/fedora/specs/openafs.spec.patch
===================================================================
--- branches/fc19-dev/server/fedora/specs/openafs.spec.patch	(revision 2487)
+++ branches/fc19-dev/server/fedora/specs/openafs.spec.patch	(revision 2522)
@@ -10,5 +10,5 @@
  %{!?fedorakmod: %define fedorakmod 1}
  %{!?build_dkmspkg: %define build_dkmspkg 1}
-@@ -249,9 +249,15 @@
+@@ -249,9 +249,16 @@
  %if %{build_modules}
  BuildRequires: kernel-devel
@@ -21,4 +21,5 @@
 +Patch1002: openafs-systemd-crond.patch
 +Patch1003: openafs-systemd-csdb.patch
++Patch1004: openafs-d_drop.patch
 +%define _default_patch_fuzz 2
 +
@@ -91,5 +92,5 @@
  %else
  
-@@ -698,6 +711,11 @@
+@@ -698,6 +711,12 @@
  #%setup -q -n %{srcdir}
  %setup -q -b 1 -n %{srcdir}
@@ -99,4 +100,5 @@
 +%patch1002 -p1 -b .systemd-crond
 +%patch1003 -p1 -b .systemd-csdb
++%patch1004 -p1 -b .d_drop
 +
  ##############################################################################
Index: branches/fc19-dev/server/fedora/specs/rubygem-pony.spec
===================================================================
--- branches/fc19-dev/server/fedora/specs/rubygem-pony.spec	(revision 2522)
+++ branches/fc19-dev/server/fedora/specs/rubygem-pony.spec	(revision 2522)
@@ -0,0 +1,75 @@
+# Generated from pony-1.8.gem by gem2rpm -*- rpm-spec -*-
+%global gem_name pony
+%global rubyabi 1.9.1
+
+Name: rubygem-%{gem_name}
+Version: 1.8
+Release: 1%{?dist}.scripts.%{scriptsversion}
+Summary: Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello')
+Group: Development/Languages
+License: MIT
+URL: http://github.com/benprew/pony
+Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
+Requires: ruby(abi) = %{rubyabi}
+Requires: ruby(rubygems) 
+Requires: rubygem(mail) >= 2.0
+BuildRequires: ruby(abi) = %{rubyabi}
+BuildRequires: rubygems-devel 
+BuildRequires: ruby 
+BuildArch: noarch
+Provides: rubygem(%{gem_name}) = %{version}
+
+%description
+Send email in one command: Pony.mail(:to => 'someone@example.com', :body =>
+'hello')
+
+
+%package doc
+Summary: Documentation for %{name}
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildArch: noarch
+
+%description doc
+Documentation for %{name}
+
+%prep
+gem unpack %{SOURCE0}
+
+%setup -q -D -T -n  %{gem_name}-%{version}
+
+gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
+
+%build
+mkdir -p .%{gem_dir}
+
+# Create the gem as gem install only works on a gem file
+gem build %{gem_name}.gemspec
+
+
+# gem install installs into a directory.  We set that to be a local
+# directory so that we can move it into the buildroot in %%install
+gem install --local --install-dir ./%{gem_dir} \
+            --force --rdoc %{gem_name}-%{version}.gem
+
+%install
+mkdir -p %{buildroot}%{gem_dir}
+cp -pa .%{gem_dir}/* \
+        %{buildroot}%{gem_dir}/
+rm -f %{buildroot}%{gem_instdir}/{Rakefile,pony.gemspec}
+rm -rf %{buildroot}%{gem_instdir}/spec
+
+
+%files
+%dir %{gem_instdir}
+%{gem_libdir}
+%exclude %{gem_cache}
+%{gem_spec}
+
+%files doc
+%doc %{gem_docdir}
+%doc %{gem_instdir}/README.rdoc
+
+%changelog
+* Sun Mar 09 2014 Benjamin Tidor <btidor@mit.edu> - 1.8-1
+- Initial package
