From 340cb9604fd181d5eee44ad0aa5ec7ce8d808ac757b00f63d1951962ac08a149 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 14 Aug 2008 00:10:42 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/epiphany?expand=0&rev=31 --- epiphany-2.22.2.tar.bz2 | 3 -- epiphany-2.23.5.tar.bz2 | 3 ++ epiphany.changes | 7 +++++ epiphany.spec | 69 ++++++++++++++++++++++++----------------- 4 files changed, 50 insertions(+), 32 deletions(-) delete mode 100644 epiphany-2.22.2.tar.bz2 create mode 100644 epiphany-2.23.5.tar.bz2 diff --git a/epiphany-2.22.2.tar.bz2 b/epiphany-2.22.2.tar.bz2 deleted file mode 100644 index a6a5b85..0000000 --- a/epiphany-2.22.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be9c9a5bf83f9862dd84c8c31b6a82d11e466812b800bb94f2ba6c12cb0df2d0 -size 5183641 diff --git a/epiphany-2.23.5.tar.bz2 b/epiphany-2.23.5.tar.bz2 new file mode 100644 index 0000000..4559982 --- /dev/null +++ b/epiphany-2.23.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7adcd4f92ef178d6f73e1b45ab5996cc519e235942ee1ae3aac9205ea670f2 +size 5164383 diff --git a/epiphany.changes b/epiphany.changes index f696f1d..5d24072 100644 --- a/epiphany.changes +++ b/epiphany.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 8 10:10:12 CDT 2008 - maw@suse.de + +- Update to version 2.23.5: + + Initial release for GNOME 2.24 + + Bugs fixed (since 2.23.2): bgo#529634 and bgo#541168. + ------------------------------------------------------------------- Wed Jul 30 03:29:27 CEST 2008 - vuntz@novell.com diff --git a/epiphany.spec b/epiphany.spec index 8de5585..6ae7020 100644 --- a/epiphany.spec +++ b/epiphany.spec @@ -1,10 +1,17 @@ # -# spec file for package epiphany (Version 2.22.2) +# spec file for package epiphany (Version 2.23.5) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: epiphany %define xulrunner_version 181 -BuildRequires: NetworkManager-devel docbook_4 enchant-devel fdupes gcc-c++ gnome-common gnome-desktop-devel gnome-doc-utils-devel gnome-icon-theme gnome-themes gnutls-devel gtk-doc iso-codes-devel kdelibs3-devel-doc libavahi-gobject-devel libglade2-devel libgnomeprintui-devel libwnck-devel libxslt-devel perl-XML-Parser python-devel python-gnome-devel python-gtk-devel update-desktop-files +BuildRequires: NetworkManager-devel docbook_4 enchant-devel fdupes gcc-c++ gnome-common gnome-desktop-devel gnome-doc-utils-devel gnome-icon-theme gnome-themes gnutls-devel gtk-doc intltool iso-codes-devel kdelibs3-devel-doc libavahi-gobject-devel libglade2-devel libgnomeprintui-devel libwnck-devel libxslt-devel perl-XML-Parser python-devel python-gnome-devel python-gtk-devel update-desktop-files %if %suse_version > 1010 || 0%{?opensuse_bs} BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel %define mozilla_ver %(rpm -q --qf '%%{version}' mozilla-xulrunner%{xulrunner_version}) @@ -29,8 +36,8 @@ BuildRequires: mozilla-devel Requires: mozilla => %{mozilla_ver} %endif %endif -Version: 2.22.2 -Release: 24 +Version: 2.23.5 +Release: 1 Requires: %{name}-lang = %{version} License: GPL v2 or later Group: Productivity/Networking/Web/Browsers @@ -220,7 +227,11 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/epiphany/chrome/branding/* %changelog -* Wed Jul 30 2008 vuntz@novell.com +* Fri Aug 08 2008 maw@suse.de +- Update to version 2.23.5: + + Initial release for GNOME 2.24 + + Bugs fixed (since 2.23.2): bgo#529634 and bgo#541168. +* Tue Jul 29 2008 vuntz@novell.com - Add epiphany-bgo300190-default-bookmarks.patch to specify default bookmarks via a RDF file. (bgo#300190) - Remove epiphany-default-bookmarks.patch: this will go in a @@ -235,7 +246,7 @@ rm -rf $RPM_BUILD_ROOT ephy-no-cookies-selected.patch. * Wed May 21 2008 maw@suse.de - Use >=, not =, to require xulrunner versions (bnc#371145). -* Sat May 17 2008 maw@suse.de +* Fri May 16 2008 maw@suse.de - Add ephy-no-cookies-selected.patch (bgo#504136, bnc#391683). * Wed May 07 2008 schwab@suse.de - Create libtool before use. @@ -263,7 +274,7 @@ rm -rf $RPM_BUILD_ROOT - Drop epiphany-avahi-bookmarks.patch. * Wed Mar 26 2008 sbrabec@suse.cz - Fixed crashes in avahi bookmarks processing (bgo#516008). -* Fri Mar 21 2008 jpr@suse.de +* Thu Mar 20 2008 jpr@suse.de - Remove obsolete -devel requires - Remove obsolete version checks - Remove patch that was purposely disabled @@ -277,7 +288,7 @@ rm -rf $RPM_BUILD_ROOT bgo #142184 - Remove epiphany-no-root.patch, --disable-scrollkeeper works fine now -* Fri Mar 14 2008 maw@suse.de +* Thu Mar 13 2008 maw@suse.de - Update to version 2.22.0: + Bug fixes + Updated translations. @@ -300,7 +311,7 @@ rm -rf $RPM_BUILD_ROOT - Add epiphany-gcc4.3-fixes.patch. * Thu Oct 11 2007 sbrabec@suse.cz - Removed bogus dependency on mDNSResponder. -* Tue Sep 18 2007 mauro@suse.de +* Mon Sep 17 2007 mauro@suse.de - Bump version and API version to 2.20. * Fri Aug 31 2007 maw@suse.de - Update to version 2.19.91: @@ -308,7 +319,7 @@ rm -rf $RPM_BUILD_ROOT + Some typo changes + Icon reorg + Minor bug fixes. -* Thu Aug 23 2007 maw@suse.de +* Wed Aug 22 2007 maw@suse.de - Add default-bookmarks.patch, which adds http://news.opensuse.org as a default bookmark (#293690). * Fri Aug 10 2007 coolo@suse.de @@ -316,7 +327,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Aug 08 2007 maw@suse.de - Split off a -lang subpackage - s#%%run_ldconfig#/sbin/ldconfig/ in %%post and %%postun. -* Fri Aug 03 2007 maw@suse.de +* Thu Aug 02 2007 maw@suse.de - Update to version 2.19.6: + Experimental WebKit backend [not enabled in this build] + New (copied) lock icons @@ -332,7 +343,7 @@ rm -rf $RPM_BUILD_ROOT - Use %%fdupes. * Sat Jul 14 2007 aj@suse.de - It's really libwnck-devel. -* Tue Jul 10 2007 maw@suse.de +* Mon Jul 09 2007 maw@suse.de - Update to version 2.19.2 - Fixes for bugzilla.gnome.org #348350, #452769, #450590, #450146, [#346243], #351100, #433796 , #441419, #336739, #422114, #437798, @@ -343,7 +354,7 @@ rm -rf $RPM_BUILD_ROOT * Fixed printing of frames. * Fixed Epiphany not finding some Gecko plugins. - Removed Flash crash work-around (upstream part of ephy-main.c). -* Wed Apr 04 2007 maw@suse.de +* Tue Apr 03 2007 maw@suse.de - Remove all references to epiphany-dbus-connection-close-fix-thoenig-01.patch (#260495). * Mon Apr 02 2007 maw@suse.de @@ -360,7 +371,7 @@ rm -rf $RPM_BUILD_ROOT - Move to /usr. * Fri Dec 29 2006 james@usr-local-bin.org - Fix %%post. -* Fri Dec 29 2006 jhargadon@suse.de +* Thu Dec 28 2006 jhargadon@suse.de - removed unneeded libtool file (#223685) * Thu Nov 30 2006 sbrabec@suse.cz - Fixed xulrunner dependencies for older products. @@ -374,24 +385,24 @@ rm -rf $RPM_BUILD_ROOT - Use exact xulrunner version 181 (#216100). * Tue Nov 07 2006 meissner@suse.de - use RPM_OPT_FLAGS for C++ too. -* Fri Oct 13 2006 danw@suse.de +* Thu Oct 12 2006 danw@suse.de - Remove dead patches, update and reenable epiphany-desktop.patch and epiphany-flash-crash.patch - Update for gnome-doc-utils-devel -* Tue Oct 03 2006 jhargadon@suse.de +* Mon Oct 02 2006 jhargadon@suse.de - update to version 2.16.1 - Add a window group for the history window. - Fix compile warnings - Add smb: to recognised web schemes - Fix spinner with new g-i-t - Fix a crash when failing to load some icon data -* Thu Sep 14 2006 jhargadon@suse.de +* Wed Sep 13 2006 jhargadon@suse.de - update to version 2.16.0 - Update API version for 2.16 - Add some more mime types. Fixes bug #352482 * Sat Sep 02 2006 gekker@suse.de - Install dbus service file in correct location -* Fri Aug 25 2006 jhargadon@suse.de +* Thu Aug 24 2006 jhargadon@suse.de - update to version 2.15.92 - translation updates - Spell check support using the gecko 'spellchecker' extension @@ -414,11 +425,11 @@ rm -rf $RPM_BUILD_ROOT if it wasn't visible already - Remove Shift+Ctrl+T accelerator, it was pressed accidentally too often and people would lose their toolbars -* Thu Aug 17 2006 ro@suse.de +* Wed Aug 16 2006 ro@suse.de - added python-gnome-devel to BuildRequires * Wed Aug 16 2006 cthiel@suse.de - require python-gtk-devel instead of python-gobject2-devel -* Wed Aug 16 2006 ro@suse.de +* Tue Aug 15 2006 ro@suse.de - added python-gobject2-devel to BuildRequires * Thu Jun 29 2006 lrupp@suse.de - Requires: mozilla-xulrunner180 for suse_version > 1010 @@ -426,7 +437,7 @@ rm -rf $RPM_BUILD_ROOT - Search plugins in browser-plugins directory (#154443). * Wed Mar 01 2006 sbrabec@suse.cz - Updated to version 1.8.5 (fixes 150372#4). -* Tue Feb 28 2006 ro@suse.de +* Mon Feb 27 2006 ro@suse.de - added kdelibs3-devel-doc to BuildRequires * Mon Feb 20 2006 sbrabec@suse.cz - Enabled password manager (#150372). @@ -440,7 +451,7 @@ rm -rf $RPM_BUILD_ROOT - Explicitly require iso-codes (#147467). * Wed Jan 25 2006 mls@suse.de - converted neededforbuild to BuildRequires -* Thu Dec 01 2005 gekker@suse.de +* Wed Nov 30 2005 gekker@suse.de - Update to version 1.8.3 - Remove upstreamed xulrunner patch * Wed Nov 16 2005 sbrabec@suse.cz @@ -483,13 +494,13 @@ rm -rf $RPM_BUILD_ROOT - fix compile warning * Fri Jan 14 2005 clahey@suse.de - Updated to 1.5.4. -* Fri Jan 14 2005 ro@suse.de +* Thu Jan 13 2005 ro@suse.de - update to 1.4.7 to accept mozilla 1.7.5 * Wed Dec 15 2004 hvogel@suse.de - fix desktop file * Fri Nov 19 2004 ro@suse.de - removed extra aclocal include directive -* Mon Nov 08 2004 ro@suse.de +* Sun Nov 07 2004 ro@suse.de - fix build with current intltool * Wed Oct 27 2004 mmj@suse.de - Locale rename no to nb @@ -497,13 +508,13 @@ rm -rf $RPM_BUILD_ROOT - Fixed bad LD_LIBRARY_PATH in wrapper script (#45909). * Fri Sep 10 2004 sbrabec@suse.cz - Minimal patch to compile with actual version of mozilla. -* Sun Sep 05 2004 ro@suse.de +* Sat Sep 04 2004 ro@suse.de - remove epiphany.desktop in install-section, not in postinstall * Fri Sep 03 2004 sagarwal@suse.de - Modified the spec file to delete epiphany.desktop, web-browser.desktop is used for epiphany browser, and epiphany.desktop creates redundant menu entry. -* Tue Aug 24 2004 ro@suse.de +* Mon Aug 23 2004 ro@suse.de - backport some hunks from 1.2.7 to build with mozilla-1.7.2 * Tue Jul 20 2004 rganesan@suse.de - Modified patch for 59950(59950.diff) @@ -533,7 +544,7 @@ rm -rf $RPM_BUILD_ROOT - use Network Category, instead of Internet * Thu Feb 12 2004 hhetter@suse.de - gconf schema (de-)installation in %%post and %%postun -* Thu Jan 29 2004 ro@suse.de +* Wed Jan 28 2004 ro@suse.de - update to 1.0.7 to fix build with mozilla 1.6 * Sat Jan 10 2004 adrian@suse.de - build as user