Hello community,

here is the log from the commit of package timezone for openSUSE:Factory 
checked in at 2013-10-04 21:37:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/timezone (Old)
 and      /work/SRC/openSUSE:Factory/.timezone.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "timezone"

Changes:
--------
--- /work/SRC/openSUSE:Factory/timezone/timezone-java.changes   2013-10-02 
13:34:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.timezone.new/timezone-java.changes      
2013-10-04 21:37:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Oct  2 23:35:00 UTC 2013 - [email protected]
+
+- tzcode-link.diff: refresh patch to apply correctly on older
+  versions of the distribution.
+
+-------------------------------------------------------------------
timezone.changes: same change

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

Other differences:
------------------
timezone.spec: same change
++++++ tzcode-link.diff ++++++
--- /var/tmp/diff_new_pack.3CzAOL/_old  2013-10-04 21:37:39.000000000 +0200
+++ /var/tmp/diff_new_pack.3CzAOL/_new  2013-10-04 21:37:39.000000000 +0200
@@ -1,8 +1,8 @@
-Index: zic.c
+Index: timezone-2013g/zic.c
 ===================================================================
---- zic.c.orig
-+++ zic.c
-@@ -576,6 +576,23 @@ _("%s: More than one -L option specified
+--- timezone-2013g.orig/zic.c
++++ timezone-2013g/zic.c
+@@ -593,6 +593,23 @@ _("%s: More than one -L option specified
        return (errors == 0) ? EXIT_SUCCESS : EXIT_FAILURE;
  }
  
@@ -26,12 +26,12 @@
  static void
  dolink(const char *const fromfield, const char *const tofield)
  {
-@@ -609,6 +626,8 @@ dolink(const char *const fromfield, cons
+@@ -627,6 +644,8 @@ dolink(const char *const fromfield, cons
                        exit(EXIT_FAILURE);
  
                result = link(fromname, toname);
 +              if (result != 0)
 +                      result = copy(fromname, toname);
- #if HAVE_SYMLINK
-               if (result != 0 &&
-                       access(fromname, F_OK) == 0 &&
+               if (result != 0) {
+                               const char *s = fromfield;
+                               const char *t;

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

Reply via email to