commit gwget for openSUSE:Factory
Hello community, here is the log from the commit of package gwget for openSUSE:Factory checked in at Thu Feb 26 16:58:43 CET 2009. -------- --- GNOME/gwget/gwget.changes 2009-02-19 16:16:26.000000000 +0100 +++ gwget/gwget.changes 2009-02-23 10:47:34.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 23 10:39:55 CET 2009 - mseben@suse.cz + +- add epiphany-2.25.patch to fix epiphany 2.25.91 detection + +------------------------------------------------------------------- calling whatdependson for head-i586 New: ---- gwget-epiphany-2.25.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gwget.spec ++++++ --- /var/tmp/diff_new_pack.g16396/_old 2009-02-26 16:58:15.000000000 +0100 +++ /var/tmp/diff_new_pack.g16396/_new 2009-02-26 16:58:15.000000000 +0100 @@ -24,14 +24,17 @@ Group: Productivity/Networking/Web/Utilities Requires: wget Version: 1.0.1 -Release: 1 +Release: 2 Summary: Front-End for wget Written in GTK+ Url: http://gnome.org/projects/gwget/ PreReq: filesystem gconf2 Source: %{name}-%{version}.tar.bz2 +#PATCH-FIX-OPENSUSE string_h.patch fix unhandled strlen function Patch1: %{name}-string_h.patch Patch2: %{name}-icon_suffix.patch Patch3: %{name}-libgnomeui-2.0.patch +#PATCH-FIX-OPENSUSE epiphany-2.25.patch fix epiphany 2.25.91 detection +Patch4: %{name}-epiphany-2.25.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on Requires: %{name}-lang = %{version} @@ -54,12 +57,13 @@ %patch1 %patch2 %patch3 +%patch4 %build autoreconf -f -i # FIXME: Must not build as root: # --disable-schemas-install is not implemented in gwget-0.98.2 -%configure +%configure --enable-epiphany-extension make %{?jobs:-j%jobs} %install @@ -90,12 +94,14 @@ %{_datadir}/applications/*.desktop %{_datadir}/gwget %{_datadir}/pixmaps/%{name}*.* +%{_datadir}/dbus-1/services/org.gnome.gwget.service %{_libdir}/epiphany/*/*/*.* -/usr/share/dbus-1/services/org.gnome.gwget.service %files lang -f %{name}.lang %changelog +* Mon Feb 23 2009 mseben@suse.cz +- add epiphany-2.25.patch to fix epiphany 2.25.91 detection * Thu Feb 19 2009 mseben@suse.cz - updated to 1.0.1 version * Fix Epiphany Extension. ++++++ gwget-epiphany-2.25.patch ++++++ --- configure.ac +++ configure.ac @@ -215,10 +216,10 @@ EPIPHANY_PKGCONFIG=epiphany-2.25 EPIPHANY_REQUIRED=2.25 EPIPHANY_SHORTVER=225 -elif test "x$EPHY_VER" = "x2.18"; then +elif test "x$EPHY_VER" = "x2.26"; then EPIPHANY_PKGCONFIG=epiphany-2.26 - EPIPHANY_REQUIRED=2.26 - EPIPHANY_SHORTVER=226 + EPIPHANY_REQUIRED=2.25 + EPIPHANY_SHORTVER=225 else AC_MSG_RESULT([no epiphany installed]) fi ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de