[suggest] memcached

2010-02-08 Thread David Steinbrunner
Hello,

Any chance we can get the latest 1.4.x release packaged or at least the
latest 1.2.x maintenance release?

Thanks,

--
David Steinbrunner


___
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest


Re: [suggest] memcached

2010-02-08 Thread Steve Huff


On Feb 8, 2010, at 3:08 PM, David Steinbrunner wrote:

Any chance we can get the latest 1.4.x release packaged or at least  
the

latest 1.2.x maintenance release?



1.4.4 is in SVN.  thanks for your request!

-shuff

--
If this were played upon a stage now, I could condemn it as an  
improbable fiction. - Fabian, Twelfth Night, III,v

http://five.sentenc.es



PGP.sig
Description: This is a digitally signed message part
___
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest


[suggest] Subversion 1.6.9 .spec file

2010-02-08 Thread Nico Kadel-Garcia
Subversion 1.6.9 has been out for a while now, and running on my local
RHEL 5 i386 and x86_64 boxes. It seems stable: I'm attaching a .spec
file for it. Can we encourage an update, to remain consistent with the
published TortoiseSVN for Windows client and the latest releases for
other OS's?


subversion-1.6.9.spec
Description: Binary data
___
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest


Re: [suggest] Subversion 1.6.9 .spec file

2010-02-08 Thread Yury V. Zaytsev
On Mon, 2010-02-08 at 16:09 -0500, Nico Kadel-Garcia wrote:
> Subversion 1.6.9 has been out for a while now, and running on my local
> RHEL 5 i386 and x86_64 boxes. It seems stable: I'm attaching a .spec
> file for it. Can we encourage an update, to remain consistent with the
> published TortoiseSVN for Windows client and the latest releases for
> other OS's?

Could you please post a diff?
 
-- 
Sincerely yours,
Yury V. Zaytsev

___
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest


Re: [suggest] Subversion 1.6.9 .spec file

2010-02-08 Thread Nico Kadel-Garcia
On Mon, Feb 8, 2010 at 4:15 PM, Yury V. Zaytsev  wrote:
> On Mon, 2010-02-08 at 16:09 -0500, Nico Kadel-Garcia wrote:
>> Subversion 1.6.9 has been out for a while now, and running on my local
>> RHEL 5 i386 and x86_64 boxes. It seems stable: I'm attaching a .spec
>> file for it. Can we encourage an update, to remain consistent with the
>> published TortoiseSVN for Windows client and the latest releases for
>> other OS's?
>
> Could you please post a diff?

Sure, included below:

$ diff -u subversion*
--- subversion-1.6.9.spec   2010-02-08 16:07:37.862658000 -0500
+++ subversion.spec 2010-02-03 15:54:03.0 -0500
@@ -28,8 +28,8 @@

 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
-Version: 1.6.9
-### FC3 comes with release 1.1 of older release
+Version: 1.6.6
+### FC3 comes with release 1.1
 Release: 0.1.rf
 License: BSD
 Group: Development/Tools
@@ -44,6 +44,7 @@
 Source3: filter-requires.sh
 Source4: http://www.xsteve.at/prg/emacs/psvn.el
 Source10: http://dl.sf.net/swig/swig-%{swig_version}.tar.gz
+#Patch1: subversion-0.24.2-swig.patch
 Patch2: subversion-0.20.1-deplibs.patch
 Patch3: subversion-1.6.0-rpath.patch
 Patch6: subversion-1.6.0-pie.patch
@@ -55,6 +56,8 @@
 BuildRequires: apr-util-devel >= 0.9.3-2, openssl-devel
 BuildRequires: apr-devel >= 0.9.4
 BuildRequires: neon-devel >= 0.24.7-1
+#%{!?_without_swig:BuildRequires: swig >= 1.3.21-5}
+#%{!?_without_swig:BuildRequires: swig}

 Provides: python-subversion = %{version}-%{release}
 Provides: subversion-python = %{version}-%{release}
@@ -173,6 +176,9 @@
 --with-sasl="%{_prefix}" \
 --with-ssl \
 %{!?_without_swig:--with-swig="swig-%{swig_version}/install"}
+#--disable-neon-version-check \
+# 1.3.0 tarball ships with generated swig sources
+#%{__make} extraclean-swig-headers swig-headers
 %{__make} %{?_smp_mflags} all tools

 %if %{!?_without_swig:1}0
@@ -318,10 +324,6 @@
 %endif

 %changelog
-* Wed Feb  3 2010 Nico Kadel-Garcia 
-- Updated to release 1.6.9.
-- Discarded commented out swig debris in .spec.
-
 * Thu Oct 22 2009 Dag Wieers  - 1.6.6-0.1 - 7839+/dag
 - Updated to release 1.6.6.
___
suggest mailing list
suggest@lists.rpmforge.net
http://lists.rpmforge.net/mailman/listinfo/suggest