<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rubygem-unicorn.git, branch master</title>
<subtitle>rubygem-unicorn package dependency for Gitorious</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/'/>
<entry>
<title>Fixes for Fedora Review Request (RHBZ #1065685)</title>
<updated>2014-03-13T22:10:18+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2014-03-13T22:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=fe2d3423797a54250ed065b1870adb8e585693d7'/>
<id>fe2d3423797a54250ed065b1870adb8e585693d7</id>
<content type='text'>
- convert tabs to spaces
- use %{gem_libdir}
- include %{gem_extdir_mri} and %{gem_instdir}/bin directories
- exclude %{gem_cache}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- convert tabs to spaces
- use %{gem_libdir}
- include %{gem_extdir_mri} and %{gem_instdir}/bin directories
- exclude %{gem_cache}
</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Fedora 18 conditionals</title>
<updated>2014-02-15T20:26:31+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2014-02-15T20:26:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=a9edc7c4b789758834f3c0fd285fab438b720ea5'/>
<id>a9edc7c4b789758834f3c0fd285fab438b720ea5</id>
<content type='text'>
- Drop permissions adjustment (fixed upstream)
- Reword comment about extdir
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Drop permissions adjustment (fixed upstream)
- Reword comment about extdir
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 4.8.2</title>
<updated>2014-02-10T22:26:51+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2014-02-10T22:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=480d0473ce4b40bca0137d50f50df9170f6f1abf'/>
<id>480d0473ce4b40bca0137d50f50df9170f6f1abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>skip .gitkeep removal</title>
<updated>2013-12-11T20:23:10+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-12-11T20:23:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=2b95ad3ae1c57ca48bf41d6c97d75668b004d313'/>
<id>2b95ad3ae1c57ca48bf41d6c97d75668b004d313</id>
<content type='text'>
Upstream no longer ships .gitkeep files in 4.7.0. There's no need to
remove them in the RPM packaging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream no longer ships .gitkeep files in 4.7.0. There's no need to
remove them in the RPM packaging.
</pre>
</div>
</content>
</entry>
<entry>
<title>add EL6 conditionals</title>
<updated>2013-11-27T00:25:37+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-26T02:33:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=76a8890ab319c03bd79a5f36d033903b23b0147c'/>
<id>76a8890ab319c03bd79a5f36d033903b23b0147c</id>
<content type='text'>
This allows the RPM to be built for EL6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the RPM to be built for EL6.
</pre>
</div>
</content>
</entry>
<entry>
<title>add macros for el6</title>
<updated>2013-11-27T00:25:09+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-26T06:49:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=30b9f2f8eca951058f0aa0e4cefc617d4de148f7'/>
<id>30b9f2f8eca951058f0aa0e4cefc617d4de148f7</id>
<content type='text'>
On RHEL 6 prior to 6.5, many of the modern Ruby and Gem RPM macros are
not available. Conditionally define these macros if the happen to be
missing.

(See also https://rhn.redhat.com/errata/RHBA-2013-1694.html)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On RHEL 6 prior to 6.5, many of the modern Ruby and Gem RPM macros are
not available. Conditionally define these macros if the happen to be
missing.

(See also https://rhn.redhat.com/errata/RHBA-2013-1694.html)
</pre>
</div>
</content>
</entry>
<entry>
<title>require rubygems during binary invocation</title>
<updated>2013-11-27T00:25:09+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-26T23:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=b173fd25731fe525205358a2fc9f783e03c34b6c'/>
<id>b173fd25731fe525205358a2fc9f783e03c34b6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing dependency on rack</title>
<updated>2013-11-27T00:25:09+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-26T23:55:12+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=84c8a1f355e548b30f252753561d342cbf9f83e1'/>
<id>84c8a1f355e548b30f252753561d342cbf9f83e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use gem_docdir macro</title>
<updated>2013-11-27T00:24:39+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-26T06:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=e9e72baa792ea021413acf24de20fa4ef9b07269'/>
<id>e9e72baa792ea021413acf24de20fa4ef9b07269</id>
<content type='text'>
Use the gem_docdir macro in the %files list instead of manually
specifying the same thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the gem_docdir macro in the %files list instead of manually
specifying the same thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>filter test/doc files from auto-requires</title>
<updated>2013-11-26T01:29:05+00:00</updated>
<author>
<name>Ken Dreyer</name>
<email>ktdreyer@ktdreyer.com</email>
</author>
<published>2013-11-25T23:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/ktdreyer/public_git/rubygem-unicorn.git/commit/?id=076bde3a0c5cc86207086a81aadb7fcbb56fdbf3'/>
<id>076bde3a0c5cc86207086a81aadb7fcbb56fdbf3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
