Mailinglist Archive: opensuse-commit (1194 mails)
| < Previous | Next > |
commit gwget
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Wed, 19 Mar 2008 01:44:58 +0100
- Message-id: <20080319004458.700F9678335@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package gwget
checked in at Wed Mar 19 01:44:58 CET 2008.
--------
--- GNOME/gwget/gwget.changes 2008-03-12 11:26:54.000000000 +0100
+++ /mounts/work_src_done/STABLE/gwget/gwget.changes 2008-03-17
17:28:49.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Mar 17 17:26:22 CET 2008 - lmichnovic@xxxxxxx
+
+- erased non expanded macro @INTLTOOL_ICONV (*iconv.patch)
+- added ownership of %{_libdir}/epiphany/*/extensions dir
+
+-------------------------------------------------------------------
New:
----
gwget-iconv.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gwget.spec ++++++
--- /var/tmp/diff_new_pack.g30348/_old 2008-03-19 01:43:04.000000000 +0100
+++ /var/tmp/diff_new_pack.g30348/_new 2008-03-19 01:43:04.000000000 +0100
@@ -17,7 +17,7 @@
Group: Productivity/Networking/Web/Utilities
Requires: wget
Version: 0.99
-Release: 133
+Release: 136
Summary: Front-End for wget Written in GTK+
Url: http://gnome.org/projects/gwget/
PreReq: filesystem gconf2
@@ -25,6 +25,7 @@
Patch1: %{name}-epi2_22.patch
Patch2: %{name}-icon_suffix.patch
Patch3: %{name}-libgnomeui-2.0.patch
+Patch4: %{name}-iconv.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
AutoReqProv: on
Requires: %{name}-lang = %{version}
@@ -46,6 +47,7 @@
%patch1
%patch2
%patch3
+%patch4
%build
autoreconf -f -i
@@ -77,6 +79,7 @@
%files -f %{name}.lst
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README TODO THANKS
+%dir %{_libdir}/epiphany/*/extensions
%{_bindir}/*
%{_datadir}/applications/*.desktop
%{_datadir}/gwget
@@ -87,6 +90,9 @@
%files lang -f %{name}.lang
%changelog
+* Mon Mar 17 2008 lmichnovic@xxxxxxx
+- erased non expanded macro @INTLTOOL_ICONV (*iconv.patch)
+- added ownership of %%{_libdir}/epiphany/*/extensions dir
* Mon Mar 10 2008 lmichnovic@xxxxxxx
- fixed include path of libgnomeui (*libgnomeui-2.0.patch)
* Mon Mar 03 2008 lmichnovic@xxxxxxx
++++++ gwget-iconv.patch ++++++
--- intltool-merge.in
+++ intltool-merge.in
@@ -93,7 +93,7 @@
my %po_files_by_lang = ();
my %translations = ();
-my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"} || "@INTLTOOL_ICONV@";
+my $iconv = $ENV{"ICONV"} || $ENV{"INTLTOOL_ICONV"};
my $devnull = ($^O eq 'MSWin32' ? 'NUL:' : '/dev/null');
# Use this instead of \w for XML files to handle more possible characters.
++++++ gwget-libgnomeui-2.0.patch ++++++
--- /var/tmp/diff_new_pack.g30348/_old 2008-03-19 01:43:04.000000000 +0100
+++ /var/tmp/diff_new_pack.g30348/_new 2008-03-19 01:43:04.000000000 +0100
@@ -1,6 +1,6 @@
--- configure.in
+++ configure.in
-@@ -26,6 +26,7 @@
+@@ -26,6 +27,7 @@
gmodule-2.0
libglade-2.0 >= $LIBGLADE_REQUIRED
gnome-vfs-2.0
@@ -8,7 +8,7 @@
gnome-vfs-module-2.0)
AC_SUBST(GNOME_LIBS)
-@@ -212,6 +213,7 @@
+@@ -212,6 +214,7 @@
PKG_CHECK_MODULES(EPIPHANY_DEPENDENCY, \
glib-2.0 >= $LIBGLIB_REQUIRED \
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |