Mailinglist Archive: opensuse-commit (768 mails)
| < Previous | Next > |
commit slony1
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 30 Jun 2008 19:27:58 +0200
- Message-id: <20080630172758.CEDAE678186@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package slony1
checked in at Mon Jun 30 19:27:58 CEST 2008.
--------
--- slony1/slony1.changes 2008-05-19 01:37:49.000000000 +0200
+++ slony1/slony1.changes 2008-06-30 18:28:35.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Jun 30 18:28:23 CEST 2008 - schwab@xxxxxxx
+
+- Fix configure script.
+
+-------------------------------------------------------------------
New:
----
slony1-configure.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ slony1.spec ++++++
--- /var/tmp/diff_new_pack.hh4513/_old 2008-06-30 19:27:36.000000000 +0200
+++ /var/tmp/diff_new_pack.hh4513/_new 2008-06-30 19:27:36.000000000 +0200
@@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Name: slony1
@@ -16,13 +15,14 @@
BuildRequires: ImageMagick ghostscript-fonts-std ghostscript-library
openssl-devel postgresql-devel postgresql-libs postgresql-server
Summary: A replication system for PostgreSQL
Version: 1.2.6
-Release: 137
+Release: 146
License: BSD 3-Clause; GPL v2 or later; X11/MIT
Group: Productivity/Databases/Tools
Source0: slony1-%version.tar.bz2
Source1: slony1-%version-docs.tar.bz2
Patch: slony1-suse.diff
Patch1: slony1-VARATT_SIZEP.diff
+Patch2: slony1-configure.diff
Url: http://slony.info
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: postgresql-server postgresql-libs
@@ -47,6 +47,7 @@
%setup -q -n %{name}-%{version}
%patch -p1
%patch1
+%patch2
%build
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS;
@@ -97,6 +98,8 @@
%_sysconfdir/*
%changelog
+* Mon Jun 30 2008 schwab@xxxxxxx
+- Fix configure script.
* Mon May 19 2008 ro@xxxxxxx
- replace VARATT_SIZEP(foo)=bar
by SET_VARSIZE(foo,bar)
++++++ slony1-configure.diff ++++++
--- configure.ac
+++ configure.ac
@@ -86,7 +86,6 @@ AC_SUBST(YACC)
AC_SUBST(YFLAGS)
AC_SUBST(LEXFLAGS)
AC_SUBST(YFLAGS)
-AC_SUBST(SLONREL_VERSION)
AC_SUBST(with_gnu_ld)
AC_SUBST(PERL)
AC_SUBST(SED)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |