<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>version.pl</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -8,7 +8,7 @@
 #
 
 # Get the initial version.
-sh version.sh
+perl version.pl
 
 echo &quot;aclocal...&quot;
 ACLOCAL=`which aclocal-1.10 || which aclocal-1.9 || which aclocal19 || which aclocal-1.7 || which aclocal17 || which aclocal-1.5 || which aclocal15 || which aclocal || exit 1`</diff>
      <filename>autogen.sh</filename>
    </modified>
    <modified>
      <diff>@@ -1,12 +1,12 @@
 Name:           memcached
 Version:        @VERSION@
-Release:        1%{?dist}
+Release:        @RELEASE@%{?dist}
 Summary:        High Performance, Distributed Memory Object Cache
 
 Group:          System Environment/Daemons
 License:        BSD
 URL:            http://www.danga.com/memcached/
-Source0:        http://www.danga.com/memcached/dist/%{name}-%{version}.tar.gz
+Source0:        http://memcached.googlecode.com/files/%{name}-@FULLVERSION@.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libevent-devel
@@ -23,11 +23,11 @@ system, generic in nature, but intended for use in speeding up dynamic
 web applications by alleviating database load.
 
 %prep
-%setup -q
+%setup -q -n %{name}-@FULLVERSION@
 
 
 %build
-%configure --enable-threads
+%configure
 
 make %{?_smp_mflags}
 
@@ -94,6 +94,9 @@ exit 0
 %{_includedir}/memcached
 
 %changelog
+* Mon Nov  2 2009 Dormando &lt;dormando@rydia.net&gt; - 1.4.3-1
+- Fix autogen more.
+
 * Sat Aug 29 2009 Dustin Sallings &lt;dustin@spy.net&gt; - 1.4.1-1
 - Autogenerate the version number from tags.
 </diff>
      <filename>memcached.spec.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f966dbad8c56d4fcfd6cbb51da5db91c6a22e91f</id>
    </parent>
  </parents>
  <author>
    <name>dormando</name>
    <email>dormando@rydia.net</email>
  </author>
  <url>http://github.com/trondn/memcached/commit/2906fae0f13c79d696bc01a2c3de0854798fd9d6</url>
  <id>2906fae0f13c79d696bc01a2c3de0854798fd9d6</id>
  <committed-date>2009-11-02T02:42:55-08:00</committed-date>
  <authored-date>2009-11-02T01:30:28-08:00</authored-date>
  <message>Make autoversioning/spec gen work better.

issue #98 is about how our specfiles for rc's aren't upgradeable.
Now they should be.</message>
  <tree>e945ecc11308c139c44ed8f7e97de551dff5bdfa</tree>
  <committer>
    <name>Dustin Sallings</name>
    <email>dustin@spy.net</email>
  </committer>
</commit>
