Hello community,

here is the log from the commit of package luit for openSUSE:Factory checked in 
at 2013-03-05 06:44:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/luit (Old)
 and      /work/SRC/openSUSE:Factory/.luit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "luit", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/luit/luit.changes        2012-10-16 
07:09:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.luit.new/luit.changes   2013-03-05 
06:44:51.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar  4 12:03:48 UTC 2013 - [email protected]
+
+- update to version 2.0-20130217
+
+-------------------------------------------------------------------

Old:
----
  luit-20121014.tar.bz2

New:
----
  luit-20130217.tar.gz

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

Other differences:
------------------
++++++ luit.spec ++++++
--- /var/tmp/diff_new_pack.DbQkYR/_old  2013-03-05 06:44:53.000000000 +0100
+++ /var/tmp/diff_new_pack.DbQkYR/_new  2013-03-05 06:44:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package luit
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 Name:           luit
-Version:        1.2_20121014
+Version:        2.0_20130217
 Release:        0
-%define _version 20121014
+%define _version 20130217
 Summary:        Locale and ISO 2022 support for Unicode terminals
 License:        MIT
 Group:          System/X11/Utilities
 Url:            http://invisible-island.net/luit/
-Source0:        %{name}-%{_version}.tar.bz2
+Source0:        %{name}-%{_version}.tar.gz
 # PATCH-FIX-UPSTREAM u_luit-Set-up-terminal-before-fork.diff fdo#48638 -- Set 
up terminal before fork
 Patch0:         u_luit-Set-up-terminal-before-fork.diff
 BuildRequires:  pkg-config

++++++ u_luit-Set-up-terminal-before-fork.diff ++++++
--- /var/tmp/diff_new_pack.DbQkYR/_old  2013-03-05 06:44:53.000000000 +0100
+++ /var/tmp/diff_new_pack.DbQkYR/_new  2013-03-05 06:44:53.000000000 +0100
@@ -15,20 +15,20 @@
  luit.c |    7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)
 
-diff --git a/luit.c b/luit.c
-index 6bd8775..c2a011c 100644
---- a/luit.c
-+++ b/luit.c
-@@ -577,6 +577,8 @@ condom(int argc, char **argv)
+Index: luit-20130217/luit.c
+===================================================================
+--- luit-20130217.orig/luit.c
++++ luit-20130217/luit.c
+@@ -776,6 +776,8 @@ condom(int argc, char **argv)
        IGNORE_RC(pipe(c2p_waitpipe));
      }
  
 +    setup_io(pty);
 +
+     TRACE(("...forking to run %s(%s)\n", path, child_argv[0]));
      pid = fork();
      if (pid < 0) {
-       perror("Couldn't fork");
-@@ -584,6 +586,10 @@ condom(int argc, char **argv)
+@@ -784,6 +786,10 @@ condom(int argc, char **argv)
      }
  
      if (pid == 0) {
@@ -39,7 +39,7 @@
        close(pty);
        if (pipe_option) {
            close_waitpipe(1);
-@@ -661,7 +667,6 @@ parent(int pid GCC_UNUSED, int pty)
+@@ -865,7 +871,6 @@ parent(int pid GCC_UNUSED, int pty)
      if (verbose) {
        reportIso2022("Output", outputState);
      }
@@ -47,6 +47,3 @@
  
      if (pipe_option) {
        write_waitpipe(p2c_waitpipe);
--- 
-1.7.3.4
-

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

Reply via email to