Hello community,

here is the log from the commit of package libical for openSUSE:Factory checked 
in at 2015-02-06 22:35:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libical (Old)
 and      /work/SRC/openSUSE:Factory/.libical.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libical"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libical/libical.changes  2014-12-31 
11:21:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libical.new/libical.changes     2015-02-06 
22:35:59.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Feb  3 19:04:34 UTC 2015 - [email protected]
+
+- add reproducible-generator.patch from debian bug report to
+  get reproducible builds (and predicatable API actually)
+
+-------------------------------------------------------------------

New:
----
  reproducible-generator.patch

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

Other differences:
------------------
++++++ libical.spec ++++++
--- /var/tmp/diff_new_pack.Fa8u6P/_old  2015-02-06 22:36:00.000000000 +0100
+++ /var/tmp/diff_new_pack.Fa8u6P/_new  2015-02-06 22:36:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libical
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Url:            http://sourceforge.net/projects/freeassociation/
 Source:         
https://github.com/libical/libical/releases/download/v%{version}/%{name}-%{version}.tar.gz
 Source2:        baselibs.conf
+Patch0:         reproducible-generator.patch
 BuildRequires:  cmake >= 2.4
 BuildRequires:  gcc-c++
 BuildRequires:  pkg-config
@@ -86,6 +87,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %cmake

++++++ reproducible-generator.patch ++++++
Description: Sort keys to generate reproducible source code.
Author: Dimitri John Ledkov <[email protected]>
Bug-Debian: http://bugs.debian.org/773916

Index: libical-1.0.1/scripts/mkderivedvalues.pl
===================================================================
--- libical-1.0.1.orig/scripts/mkderivedvalues.pl
+++ libical-1.0.1/scripts/mkderivedvalues.pl
@@ -141,7 +141,7 @@ if($opt_c){
   my $count = scalar(keys %h) + 1;
   print "static const struct icalvalue_kind_map value_map[$count]={\n"; 
 
-  foreach $value  (keys %h) {
+  foreach $value  (sort keys %h) {
 
     next if $value eq 'NO' or $value eq 'ANY';
 
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to