Hello community,

here is the log from the commit of package Terminal for openSUSE:Factory
checked in at Wed Jun 22 11:23:12 CEST 2011.



--------
--- Terminal/Terminal.changes   2011-04-07 01:30:33.000000000 +0200
+++ /mounts/work_src_done/STABLE/Terminal/Terminal.changes      2011-06-21 
23:58:29.000000000 +0200
@@ -1,0 +2,13 @@
+Tue Jun 21 21:39:42 UTC 2011 - [email protected]
+
+- update to version 0.4.8
+  - update online documentation location
+  - make image directory paths relative
+  - use exo preferred directly to open uris
+  - add 'Select All' shortcut and menu item
+  - bugfixes
+  - translation updates
+- rebased Terminal-0.4.5-honor-htmldir.patch as
+  Terminal-0.4.8-honor-htmldir.patch and added patch tag
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Terminal-0.4.5-honor-htmldir.patch
  Terminal-0.4.7.tar.bz2

New:
----
  Terminal-0.4.8-honor-htmldir.patch
  Terminal-0.4.8.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ Terminal.spec ++++++
--- /var/tmp/diff_new_pack.HiIvSr/_old  2011-06-22 11:22:35.000000000 +0200
+++ /var/tmp/diff_new_pack.HiIvSr/_new  2011-06-22 11:22:35.000000000 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           Terminal
-Version:        0.4.7
+Version:        0.4.8
 Release:        1
 License:        GPLv2+
 Summary:        Terminal emulator for the Xfce desktop environment
@@ -26,7 +26,8 @@
 Group:          System/X11/Terminals
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        %name-rpmlintrc
-Patch0:         Terminal-0.4.5-honor-htmldir.patch
+# PATCH-FIX-UPSTREAM Terminal-0.4.8-honor-htmldir.patch [email protected] -- 
Install HTML documentation under htmldir
+Patch0:         Terminal-0.4.8-honor-htmldir.patch
 BuildRequires:  intltool
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig(dbus-1)

++++++ Terminal-0.4.5-honor-htmldir.patch -> Terminal-0.4.8-honor-htmldir.patch 
++++++
--- Terminal/Terminal-0.4.5-honor-htmldir.patch 2010-12-25 21:19:23.000000000 
+0100
+++ /mounts/work_src_done/STABLE/Terminal/Terminal-0.4.8-honor-htmldir.patch    
2011-06-21 23:57:55.000000000 +0200
@@ -1,15 +1,15 @@
-diff -ur Terminal-0.4.5.orig/doc/images/ja/Makefile.am 
Terminal-0.4.5/doc/images/ja/Makefile.am
---- Terminal-0.4.5.orig/doc/images/ja/Makefile.am      2010-05-21 
22:09:57.000000000 +0200
-+++ Terminal-0.4.5/doc/images/ja/Makefile.am   2010-12-25 21:15:05.000000000 
+0100
+diff -ur Terminal-0.4.8.orig/doc/images/ja/Makefile.am 
Terminal-0.4.8/doc/images/ja/Makefile.am
+--- Terminal-0.4.8.orig/doc/images/ja/Makefile.am      2011-06-21 
22:32:31.000000000 +0200
++++ Terminal-0.4.8/doc/images/ja/Makefile.am   2011-06-21 23:45:45.000000000 
+0200
 @@ -1,4 +1,4 @@
 -imagesdir = $(docdir)/ja/images
 +imagesdir = $(htmldir)/ja/images
  images_DATA = \
        terminal-compose-shortcut.png \
        terminal-edit-preferences.png \
-diff -ur Terminal-0.4.5.orig/doc/images/Makefile.am 
Terminal-0.4.5/doc/images/Makefile.am
---- Terminal-0.4.5.orig/doc/images/Makefile.am 2010-05-21 22:09:57.000000000 
+0200
-+++ Terminal-0.4.5/doc/images/Makefile.am      2010-12-25 21:14:51.000000000 
+0100
+diff -ur Terminal-0.4.8.orig/doc/images/Makefile.am 
Terminal-0.4.8/doc/images/Makefile.am
+--- Terminal-0.4.8.orig/doc/images/Makefile.am 2011-06-21 22:32:31.000000000 
+0200
++++ Terminal-0.4.8/doc/images/Makefile.am      2011-06-21 23:45:45.000000000 
+0200
 @@ -1,7 +1,7 @@
  SUBDIRS = \
        ja
@@ -19,9 +19,9 @@
  images_DATA = \
        terminal-compose-shortcut.png \
        terminal-edit-preferences.png \
-diff -ur Terminal-0.4.5.orig/doc/Makefile.am Terminal-0.4.5/doc/Makefile.am
---- Terminal-0.4.5.orig/doc/Makefile.am        2010-05-21 22:09:57.000000000 
+0200
-+++ Terminal-0.4.5/doc/Makefile.am     2010-12-25 21:14:51.000000000 +0100
+diff -ur Terminal-0.4.8.orig/doc/Makefile.am Terminal-0.4.8/doc/Makefile.am
+--- Terminal-0.4.8.orig/doc/Makefile.am        2011-06-21 22:32:31.000000000 
+0200
++++ Terminal-0.4.8/doc/Makefile.am     2011-06-21 23:45:45.000000000 +0200
 @@ -13,7 +13,7 @@
  install-data-local:
        for lang in $(ALL_LINGUAS); do \
@@ -31,15 +31,6 @@
                        $(mkinstalldirs) $$dest; \
                        installfiles=`echo $(srcdir)/html/$$lang/*`; \
                        for file in $$installfiles; do \
-@@ -22,7 +22,7 @@
-                       done; \
-                       if test x"$$lang" != x"C" -a ! -d 
$(srcdir)/images/$$lang; then \
-                               echo "--- Creating symlink to C images for 
$$lang"; \
--                              ln -sf $(docdir)/C/images $$dest/images; \
-+                              ln -sf $(htmldir)/C/images $$dest/images; \
-                       fi \
-               fi; \
-               file=$(srcdir)/man/$$lang/$(PACKAGE_NAME).1; \
 @@ -41,7 +41,7 @@
  # remove installed files from the destdir
  uninstall-local:

++++++ Terminal-0.4.7.tar.bz2 -> Terminal-0.4.8.tar.bz2 ++++++
++++ 8077 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to