Mailinglist Archive: opensuse-commit (1262 mails)
| < Previous | Next > |
commit gwget
- From: root@xxxxxxx (h_root)
- Date: Sun, 17 Sep 2006 22:22:53 +0200 (CEST)
- Message-id: <20060917202253.DFE9118C5F2@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gwget
checked in at Sun Sep 17 22:22:53 CEST 2006.
--------
--- GNOME/gwget/gwget.changes 2006-09-15 11:50:13.000000000 +0200
+++ /work/users/ro/STABLE/gwget/gwget.changes 2006-09-17 22:14:09.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Sep 17 22:13:52 CEST 2006 - ro@xxxxxxx
+
+- fix build with current epiphany (make configure accept 2.16)
+
+-------------------------------------------------------------------
New:
----
gwget-epi216.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gwget.spec ++++++
--- /var/tmp/diff_new_pack.2B4B42/_old 2006-09-17 22:22:47.000000000 +0200
+++ /var/tmp/diff_new_pack.2B4B42/_new 2006-09-17 22:22:47.000000000 +0200
@@ -19,7 +19,7 @@
Requires: wget
Autoreqprov: on
Version: 0.98.1
-Release: 8
+Release: 9
%define _name gwget
Summary: Front-End for wget Written in GTK+
URL: http://gnome.org/projects/gwget/
@@ -27,6 +27,7 @@
Source: %{_name}-%{version}.tar.bz2
Source1: %{_name}.desktop
Patch: %{_name}-cvs.patch
+Patch1: gwget-epi216.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -42,6 +43,7 @@
%prep
%setup -n %{_name}-%{version}
%patch -p1
+%patch1
cp %{S:1} .
%build
@@ -96,6 +98,8 @@
%{sysconfdir}/gconf/schemas/gwget.schemas
%changelog -n gwget
+* Sun Sep 17 2006 - ro@xxxxxxx
+- fix build with current epiphany (make configure accept 2.16)
* Fri Sep 15 2006 - lmichnovic@xxxxxxx
- builds with epiphany 2.16
* Mon Sep 04 2006 - ro@xxxxxxx
++++++ gwget-epi216.patch ++++++
--- configure.in
+++ configure.in
@@ -97,13 +97,15 @@
EPHY_VER=
AC_ARG_WITH([epiphany-version],
- AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14@:>@],
- [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 (default 1.6)]),
+ AC_HELP_STRING([--with-epiphany-version@<:@=1.6|1.8|1.10|2.14|2.16@:>@],
+ [Whether to use epiphany version 1.6 or 1.8 or 1.10 or 2.14 or 2.16 (default 1.6)]),
[EPHY_VER="$withval"])
-dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, or 2.15
+dnl try to autodetect Epiphany 1.2, 1.4, 1.6, 1.8, 1.10, 2.14, or 2.15 or 2.16
EPHY_AUTODETECT="(autodetect)"
-if pkg-config --exists epiphany-2.15; then
+if pkg-config --exists epiphany-2.16; then
+ EPHY_VER=2.16
+elif pkg-config --exists epiphany-2.15; then
EPHY_VER=2.15
elif pkg-config --exists epiphany-2.14; then
EPHY_VER=2.14
@@ -152,6 +154,10 @@
EPIPHANY_PKGCONFIG=epiphany-2.15
EPIPHANY_REQUIRED=2.15
EPIPHANY_SHORTVER=215
+elif test "x$EPHY_VER" = "x2.16"; then
+ EPIPHANY_PKGCONFIG=epiphany-2.16
+ EPIPHANY_REQUIRED=2.16
+ EPIPHANY_SHORTVER=216
else
AC_MSG_RESULT([no epiphany installed])
fi
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |