Discussion:
[suggest] Version bump for crossroads?
John R. Dennison
2011-04-05 20:01:39 UTC
Permalink
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today. Thanks
:)




John
--
We are confronted with insurmountable opportunities.

-- Walt Kelly (1913-1973), creator of the Pogo comic strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/eaa40e87/attachment.bin
Steve Huff
2011-04-05 21:01:29 UTC
Permalink
Post by John R. Dennison
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today.
committed!

-shuff

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/251666b7/attachment.bin
John R. Dennison
2011-04-05 21:37:47 UTC
Permalink
Post by Steve Huff
committed!
Excellent.

Thank you for the quick action, Steve.




John
--
"I believe that at every level of society--familial, tribal, national and
international--the key to a happier and more successful world is the growth
of compassion. We do not need to become religious, nor do we need to believe
in an ideology. All that is necessary is for each of us to develop our good
human qualities."

-- His Holiness the XIV Dalai Lama, from "Compassion and the Individual"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/fe454574/attachment.bin
John R. Dennison
2011-04-05 22:08:03 UTC
Permalink
Post by Steve Huff
committed!
Steve,

Just noticed that LICENSE and 2 doc files (xr.pdf and
cluster.graffle) were not being tagged and installed as such
when doing a local build here. My local spec file is attached
if you want to make similar changes for rpmforge before it's
built and pushed out.




John
--
It was on my fifth birthday that Papa put his hand on my shoulder and said,
"Remember, my son, if you ever need a helping hand, you'll find one at the
end of your arm."

-- Sam Levenson (1911-1980), American humorist and writer,
In One Era & Out the Other
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Karel Kubat <karel$kubat,nl>

Summary: Load balance and fail over utility for TCP based services
Name: crossroads
Version: 2.74
Release: 1%{?dist}
License: GPLv3
Group: Applications/Utilities
URL: http://crossroads.e-tunity.com/

Packager: Dries Verachtert <dries at ulyssis.org>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
Requires: perl

%description
Crossroads is an open source load balance and fail over utility for TCP based
services. It is a daemon running in user space, and features extensive
configurability, polling of back ends using 'wakeup calls', detailed status
reporting, 'hooks' for special actions when backend calls fail, and much more.
Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS,
etc.. In the case of HTTP balancing, Crossroads can provide 'session
stickiness' for back end processes that need sessions, but aren't session-aware
of other back ends.

%prep
%setup
%{__perl} -pi -e 's|use PROMPT to|Use PROMPT to|g;' src/crossroads-mgr/*

%build
%{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} local
#needs yo2man
#{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} documentation

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
%{__make} install DESTDIR="%{buildroot}" BINDIR=%{buildroot}%{_sbindir} PREFIX=%{buildroot}%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%doc LICENSE
%doc doc/xr.pdf
%doc doc/fig/cluster.graffle
%doc %{_mandir}/man1/xr*.1*
%doc %{_mandir}/man1/xrctl.1*
%doc %{_mandir}/man5/xrctl.xml.5*
%{_sbindir}/xrctl
%{_sbindir}/xr

%changelog
* Tue Apr 5 2011 John R. Dennison <jrd at gerdesas.com> - 2.74-1
- Updated to release 2.74.
- Tagged LICENSE, xr.pdf, cluster.graffle as doc files.

* Fri Jan 9 2009 Dries Verachtert <dries at ulyssis.org> - 2.41-1 - 7981/dag
- Updated to release 2.41.

* Thu Nov 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.36-1
- Updated to release 2.36.

* Fri Sep 12 2008 Dries Verachtert <dries at ulyssis.org> - 2.12-1
- Updated to release 2.12.

* Mon Aug 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.05-1
- Updated to release 2.05.

* Mon Aug 11 2008 Dries Verachtert <dries at ulyssis.org> - 2.00-1
- Updated to release 2.00.

* Tue May 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.80-1
- Updated to release 1.80.

* Sun Feb 3 2008 Dries Verachtert <dries at ulyssis.org> - 1.63-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/86329f5a/attachment.bin
John R. Dennison
2011-04-05 22:08:03 UTC
Permalink
Post by Steve Huff
committed!
Steve,

Just noticed that LICENSE and 2 doc files (xr.pdf and
cluster.graffle) were not being tagged and installed as such
when doing a local build here. My local spec file is attached
if you want to make similar changes for rpmforge before it's
built and pushed out.




John
--
It was on my fifth birthday that Papa put his hand on my shoulder and said,
"Remember, my son, if you ever need a helping hand, you'll find one at the
end of your arm."

-- Sam Levenson (1911-1980), American humorist and writer,
In One Era & Out the Other
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Karel Kubat <karel$kubat,nl>

Summary: Load balance and fail over utility for TCP based services
Name: crossroads
Version: 2.74
Release: 1%{?dist}
License: GPLv3
Group: Applications/Utilities
URL: http://crossroads.e-tunity.com/

Packager: Dries Verachtert <dries at ulyssis.org>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
Requires: perl

%description
Crossroads is an open source load balance and fail over utility for TCP based
services. It is a daemon running in user space, and features extensive
configurability, polling of back ends using 'wakeup calls', detailed status
reporting, 'hooks' for special actions when backend calls fail, and much more.
Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS,
etc.. In the case of HTTP balancing, Crossroads can provide 'session
stickiness' for back end processes that need sessions, but aren't session-aware
of other back ends.

%prep
%setup
%{__perl} -pi -e 's|use PROMPT to|Use PROMPT to|g;' src/crossroads-mgr/*

%build
%{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} local
#needs yo2man
#{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} documentation

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
%{__make} install DESTDIR="%{buildroot}" BINDIR=%{buildroot}%{_sbindir} PREFIX=%{buildroot}%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%doc LICENSE
%doc doc/xr.pdf
%doc doc/fig/cluster.graffle
%doc %{_mandir}/man1/xr*.1*
%doc %{_mandir}/man1/xrctl.1*
%doc %{_mandir}/man5/xrctl.xml.5*
%{_sbindir}/xrctl
%{_sbindir}/xr

%changelog
* Tue Apr 5 2011 John R. Dennison <jrd at gerdesas.com> - 2.74-1
- Updated to release 2.74.
- Tagged LICENSE, xr.pdf, cluster.graffle as doc files.

* Fri Jan 9 2009 Dries Verachtert <dries at ulyssis.org> - 2.41-1 - 7981/dag
- Updated to release 2.41.

* Thu Nov 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.36-1
- Updated to release 2.36.

* Fri Sep 12 2008 Dries Verachtert <dries at ulyssis.org> - 2.12-1
- Updated to release 2.12.

* Mon Aug 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.05-1
- Updated to release 2.05.

* Mon Aug 11 2008 Dries Verachtert <dries at ulyssis.org> - 2.00-1
- Updated to release 2.00.

* Tue May 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.80-1
- Updated to release 1.80.

* Sun Feb 3 2008 Dries Verachtert <dries at ulyssis.org> - 1.63-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/86329f5a/attachment-0001.bin
John R. Dennison
2011-04-05 22:08:03 UTC
Permalink
Post by Steve Huff
committed!
Steve,

Just noticed that LICENSE and 2 doc files (xr.pdf and
cluster.graffle) were not being tagged and installed as such
when doing a local build here. My local spec file is attached
if you want to make similar changes for rpmforge before it's
built and pushed out.




John
--
It was on my fifth birthday that Papa put his hand on my shoulder and said,
"Remember, my son, if you ever need a helping hand, you'll find one at the
end of your arm."

-- Sam Levenson (1911-1980), American humorist and writer,
In One Era & Out the Other
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Karel Kubat <karel$kubat,nl>

Summary: Load balance and fail over utility for TCP based services
Name: crossroads
Version: 2.74
Release: 1%{?dist}
License: GPLv3
Group: Applications/Utilities
URL: http://crossroads.e-tunity.com/

Packager: Dries Verachtert <dries at ulyssis.org>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
Requires: perl

%description
Crossroads is an open source load balance and fail over utility for TCP based
services. It is a daemon running in user space, and features extensive
configurability, polling of back ends using 'wakeup calls', detailed status
reporting, 'hooks' for special actions when backend calls fail, and much more.
Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS,
etc.. In the case of HTTP balancing, Crossroads can provide 'session
stickiness' for back end processes that need sessions, but aren't session-aware
of other back ends.

%prep
%setup
%{__perl} -pi -e 's|use PROMPT to|Use PROMPT to|g;' src/crossroads-mgr/*

%build
%{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} local
#needs yo2man
#{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} documentation

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
%{__make} install DESTDIR="%{buildroot}" BINDIR=%{buildroot}%{_sbindir} PREFIX=%{buildroot}%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%doc LICENSE
%doc doc/xr.pdf
%doc doc/fig/cluster.graffle
%doc %{_mandir}/man1/xr*.1*
%doc %{_mandir}/man1/xrctl.1*
%doc %{_mandir}/man5/xrctl.xml.5*
%{_sbindir}/xrctl
%{_sbindir}/xr

%changelog
* Tue Apr 5 2011 John R. Dennison <jrd at gerdesas.com> - 2.74-1
- Updated to release 2.74.
- Tagged LICENSE, xr.pdf, cluster.graffle as doc files.

* Fri Jan 9 2009 Dries Verachtert <dries at ulyssis.org> - 2.41-1 - 7981/dag
- Updated to release 2.41.

* Thu Nov 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.36-1
- Updated to release 2.36.

* Fri Sep 12 2008 Dries Verachtert <dries at ulyssis.org> - 2.12-1
- Updated to release 2.12.

* Mon Aug 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.05-1
- Updated to release 2.05.

* Mon Aug 11 2008 Dries Verachtert <dries at ulyssis.org> - 2.00-1
- Updated to release 2.00.

* Tue May 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.80-1
- Updated to release 1.80.

* Sun Feb 3 2008 Dries Verachtert <dries at ulyssis.org> - 1.63-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/86329f5a/attachment-0002.bin
John R. Dennison
2011-04-05 22:08:03 UTC
Permalink
Post by Steve Huff
committed!
Steve,

Just noticed that LICENSE and 2 doc files (xr.pdf and
cluster.graffle) were not being tagged and installed as such
when doing a local build here. My local spec file is attached
if you want to make similar changes for rpmforge before it's
built and pushed out.




John
--
It was on my fifth birthday that Papa put his hand on my shoulder and said,
"Remember, my son, if you ever need a helping hand, you'll find one at the
end of your arm."

-- Sam Levenson (1911-1980), American humorist and writer,
In One Era & Out the Other
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Karel Kubat <karel$kubat,nl>

Summary: Load balance and fail over utility for TCP based services
Name: crossroads
Version: 2.74
Release: 1%{?dist}
License: GPLv3
Group: Applications/Utilities
URL: http://crossroads.e-tunity.com/

Packager: Dries Verachtert <dries at ulyssis.org>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
Requires: perl

%description
Crossroads is an open source load balance and fail over utility for TCP based
services. It is a daemon running in user space, and features extensive
configurability, polling of back ends using 'wakeup calls', detailed status
reporting, 'hooks' for special actions when backend calls fail, and much more.
Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS,
etc.. In the case of HTTP balancing, Crossroads can provide 'session
stickiness' for back end processes that need sessions, but aren't session-aware
of other back ends.

%prep
%setup
%{__perl} -pi -e 's|use PROMPT to|Use PROMPT to|g;' src/crossroads-mgr/*

%build
%{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} local
#needs yo2man
#{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} documentation

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
%{__make} install DESTDIR="%{buildroot}" BINDIR=%{buildroot}%{_sbindir} PREFIX=%{buildroot}%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%doc LICENSE
%doc doc/xr.pdf
%doc doc/fig/cluster.graffle
%doc %{_mandir}/man1/xr*.1*
%doc %{_mandir}/man1/xrctl.1*
%doc %{_mandir}/man5/xrctl.xml.5*
%{_sbindir}/xrctl
%{_sbindir}/xr

%changelog
* Tue Apr 5 2011 John R. Dennison <jrd at gerdesas.com> - 2.74-1
- Updated to release 2.74.
- Tagged LICENSE, xr.pdf, cluster.graffle as doc files.

* Fri Jan 9 2009 Dries Verachtert <dries at ulyssis.org> - 2.41-1 - 7981/dag
- Updated to release 2.41.

* Thu Nov 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.36-1
- Updated to release 2.36.

* Fri Sep 12 2008 Dries Verachtert <dries at ulyssis.org> - 2.12-1
- Updated to release 2.12.

* Mon Aug 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.05-1
- Updated to release 2.05.

* Mon Aug 11 2008 Dries Verachtert <dries at ulyssis.org> - 2.00-1
- Updated to release 2.00.

* Tue May 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.80-1
- Updated to release 1.80.

* Sun Feb 3 2008 Dries Verachtert <dries at ulyssis.org> - 1.63-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/86329f5a/attachment-0003.bin
John R. Dennison
2011-04-05 22:08:03 UTC
Permalink
Post by Steve Huff
committed!
Steve,

Just noticed that LICENSE and 2 doc files (xr.pdf and
cluster.graffle) were not being tagged and installed as such
when doing a local build here. My local spec file is attached
if you want to make similar changes for rpmforge before it's
built and pushed out.




John
--
It was on my fifth birthday that Papa put his hand on my shoulder and said,
"Remember, my son, if you ever need a helping hand, you'll find one at the
end of your arm."

-- Sam Levenson (1911-1980), American humorist and writer,
In One Era & Out the Other
-------------- next part --------------
# $Id$
# Authority: dries
# Upstream: Karel Kubat <karel$kubat,nl>

Summary: Load balance and fail over utility for TCP based services
Name: crossroads
Version: 2.74
Release: 1%{?dist}
License: GPLv3
Group: Applications/Utilities
URL: http://crossroads.e-tunity.com/

Packager: Dries Verachtert <dries at ulyssis.org>
Vendor: Dag Apt Repository, http://dag.wieers.com/apt/

Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildRequires: perl
Requires: perl

%description
Crossroads is an open source load balance and fail over utility for TCP based
services. It is a daemon running in user space, and features extensive
configurability, polling of back ends using 'wakeup calls', detailed status
reporting, 'hooks' for special actions when backend calls fail, and much more.
Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS,
etc.. In the case of HTTP balancing, Crossroads can provide 'session
stickiness' for back end processes that need sessions, but aren't session-aware
of other back ends.

%prep
%setup
%{__perl} -pi -e 's|use PROMPT to|Use PROMPT to|g;' src/crossroads-mgr/*

%build
%{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} local
#needs yo2man
#{__make} %{?_smp_mflags} PREFIX=%{_prefix} BINDIR=%{_sbindir} documentation

%install
%{__rm} -rf %{buildroot}
%{__install} -d %{buildroot}%{_bindir} %{buildroot}%{_sbindir} %{buildroot}%{_mandir}/man1 %{buildroot}%{_mandir}/man7
%{__make} install DESTDIR="%{buildroot}" BINDIR=%{buildroot}%{_sbindir} PREFIX=%{buildroot}%{_prefix}

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc ChangeLog
%doc LICENSE
%doc doc/xr.pdf
%doc doc/fig/cluster.graffle
%doc %{_mandir}/man1/xr*.1*
%doc %{_mandir}/man1/xrctl.1*
%doc %{_mandir}/man5/xrctl.xml.5*
%{_sbindir}/xrctl
%{_sbindir}/xr

%changelog
* Tue Apr 5 2011 John R. Dennison <jrd at gerdesas.com> - 2.74-1
- Updated to release 2.74.
- Tagged LICENSE, xr.pdf, cluster.graffle as doc files.

* Fri Jan 9 2009 Dries Verachtert <dries at ulyssis.org> - 2.41-1 - 7981/dag
- Updated to release 2.41.

* Thu Nov 20 2008 Dries Verachtert <dries at ulyssis.org> - 2.36-1
- Updated to release 2.36.

* Fri Sep 12 2008 Dries Verachtert <dries at ulyssis.org> - 2.12-1
- Updated to release 2.12.

* Mon Aug 18 2008 Dries Verachtert <dries at ulyssis.org> - 2.05-1
- Updated to release 2.05.

* Mon Aug 11 2008 Dries Verachtert <dries at ulyssis.org> - 2.00-1
- Updated to release 2.00.

* Tue May 20 2008 Dries Verachtert <dries at ulyssis.org> - 1.80-1
- Updated to release 1.80.

* Sun Feb 3 2008 Dries Verachtert <dries at ulyssis.org> - 1.63-1
- Initial package.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110405/86329f5a/attachment.sig>
John R. Dennison
2011-04-05 21:37:47 UTC
Permalink
Post by Steve Huff
committed!
Excellent.

Thank you for the quick action, Steve.




John
--
"I believe that at every level of society--familial, tribal, national and
international--the key to a happier and more successful world is the growth
of compassion. We do not need to become religious, nor do we need to believe
in an ideology. All that is necessary is for each of us to develop our good
human qualities."

-- His Holiness the XIV Dalai Lama, from "Compassion and the Individual"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/fe454574/attachment-0001.bin
John R. Dennison
2011-04-05 21:37:47 UTC
Permalink
Post by Steve Huff
committed!
Excellent.

Thank you for the quick action, Steve.




John
--
"I believe that at every level of society--familial, tribal, national and
international--the key to a happier and more successful world is the growth
of compassion. We do not need to become religious, nor do we need to believe
in an ideology. All that is necessary is for each of us to develop our good
human qualities."

-- His Holiness the XIV Dalai Lama, from "Compassion and the Individual"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/fe454574/attachment-0002.bin
John R. Dennison
2011-04-05 21:37:47 UTC
Permalink
Post by Steve Huff
committed!
Excellent.

Thank you for the quick action, Steve.




John
--
"I believe that at every level of society--familial, tribal, national and
international--the key to a happier and more successful world is the growth
of compassion. We do not need to become religious, nor do we need to believe
in an ideology. All that is necessary is for each of us to develop our good
human qualities."

-- His Holiness the XIV Dalai Lama, from "Compassion and the Individual"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/fe454574/attachment-0003.bin
John R. Dennison
2011-04-05 21:37:47 UTC
Permalink
Post by Steve Huff
committed!
Excellent.

Thank you for the quick action, Steve.




John
--
"I believe that at every level of society--familial, tribal, national and
international--the key to a happier and more successful world is the growth
of compassion. We do not need to become religious, nor do we need to believe
in an ideology. All that is necessary is for each of us to develop our good
human qualities."

-- His Holiness the XIV Dalai Lama, from "Compassion and the Individual"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110405/fe454574/attachment.sig>
John R. Dennison
2011-04-05 20:01:39 UTC
Permalink
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today. Thanks
:)




John
--
We are confronted with insurmountable opportunities.

-- Walt Kelly (1913-1973), creator of the Pogo comic strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/eaa40e87/attachment-0001.bin
Steve Huff
2011-04-05 21:01:29 UTC
Permalink
Post by John R. Dennison
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today.
committed!

-shuff

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/251666b7/attachment-0001.bin
John R. Dennison
2011-04-05 20:01:39 UTC
Permalink
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today. Thanks
:)




John
--
We are confronted with insurmountable opportunities.

-- Walt Kelly (1913-1973), creator of the Pogo comic strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/eaa40e87/attachment-0002.bin
Steve Huff
2011-04-05 21:01:29 UTC
Permalink
Post by John R. Dennison
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today.
committed!

-shuff

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/251666b7/attachment-0002.bin
John R. Dennison
2011-04-05 20:01:39 UTC
Permalink
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today. Thanks
:)




John
--
We are confronted with insurmountable opportunities.

-- Walt Kelly (1913-1973), creator of the Pogo comic strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/eaa40e87/attachment-0003.bin
Steve Huff
2011-04-05 21:01:29 UTC
Permalink
Post by John R. Dennison
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today.
committed!

-shuff

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
Url : http://lists.repoforge.org/pipermail/users/attachments/20110405/251666b7/attachment-0003.bin
John R. Dennison
2011-04-05 20:01:39 UTC
Permalink
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today. Thanks
:)




John
--
We are confronted with insurmountable opportunities.

-- Walt Kelly (1913-1973), creator of the Pogo comic strip
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110405/eaa40e87/attachment.sig>
Steve Huff
2011-04-05 21:01:29 UTC
Permalink
Post by John R. Dennison
Would it be at all possible to see a version bump for crossroads? The
rpmforge version is at 2.41 and 2.74 was just announced today.
committed!

-shuff

--
If this were played upon a stage now, I could condemn it as an improbable fiction. - Fabian, Twelfth Night, III,v
PGP 8477B706 (A92A 1F7E 6D76 16A0 BFF9 E61D AD54 0251 8477 B706)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 195 bytes
Desc: This is a digitally signed message part
URL: <http://lists.repoforge.org/pipermail/users/attachments/20110405/251666b7/attachment.sig>
Continue reading on narkive:
Loading...