Hello community,

here is the log from the commit of package fossil for openSUSE:Factory checked 
in at 2015-01-21 22:13:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fossil (Old)
 and      /work/SRC/openSUSE:Factory/.fossil.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fossil"

Changes:
--------
--- /work/SRC/openSUSE:Factory/fossil/fossil.changes    2014-10-07 
16:01:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes       2015-01-22 
00:51:58.000000000 +0100
@@ -1,0 +2,23 @@
+Tue Jan 20 16:32:52 UTC 2015 - [email protected]
+
+- fossil 1.30:
+  * Added the fossil bundle command.
+  * Added the fossil purge command.
+  * Added the fossil publish command.
+  * Added the fossil unpublished command.
+  * Add support for Docker.
+  * Enhancements and additions to web interface
+  * Add the fossil fusefs DIRECTORY command ans FuseFS support for
+    examining history
+  * Add the administrative log that records all configuration.
+  * Improvements to command line interface
+  * Use full 40-character SHA1 hashes (instead of abbreviations)
+    in most internal URLs.
+  * Improvements to sync resilience
+  * Fix CVE-2014-3566 "POODLE SSL 3.0" vulnerability.
+- build with system sqlite that have a new enough version
+- build with fuse
+- update fossil-1.29-remove_date_time.patch
+  to fossil-1.30-remove_date_time.patch
+
+-------------------------------------------------------------------

Old:
----
  fossil-1.29-remove_date_time.patch
  fossil-src-20140612172556.tar.gz

New:
----
  fossil-1.30-remove_date_time.patch
  fossil-src-20150119112900.tar.gz

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

Other differences:
------------------
++++++ fossil.spec ++++++
--- /var/tmp/diff_new_pack.7bOybV/_old  2015-01-22 00:51:59.000000000 +0100
+++ /var/tmp/diff_new_pack.7bOybV/_new  2015-01-22 00:51:59.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fossil
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,9 +16,10 @@
 #
 
 
-%define timestamp 20140612172556
+%define with_system_sqlite 0%{?suse_version} >= 1320
+%define timestamp 20150119112900
 Name:           fossil
-Version:        1.29
+Version:        1.30
 Release:        0
 Summary:        Simple, high-reliability, distributed software configuration 
management
 License:        BSD-2-Clause
@@ -26,16 +27,20 @@
 Url:            http://www.fossil-scm.org/
 Source:         
http://www.fossil-scm.org/download/%{name}-src-%{timestamp}.tar.gz
 Source2:        
http://www.hwaci.com/fossil_download_checksums.html#/%{name}.asc
-Patch1:         fossil-1.29-remove_date_time.patch
+Patch1:         fossil-1.30-remove_date_time.patch
+BuildRequires:  fuse-devel
 BuildRequires:  gcc
 BuildRequires:  tcl
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{with_system_sqlite}
+BuildRequires:  sqlite3-devel >= 3.8.6
+%endif
 %if 0%{?suse_version} >= 1140
 BuildRequires:  libopenssl-devel
 %else
 BuildRequires:  openssl-devel
 %endif
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 There are plenty of open-source version control systems available on
@@ -94,7 +99,11 @@
 export CFLAGS="%{optflags}"
 ./configure \
         --prefix=%{_prefix} \
-        --with-openssl
+        --with-openssl \
+%if 0%{with_system_sqlite}
+        --disable-internal-sqlite
+%endif
+
 make %{?_smp_mflags}
 
 %install

++++++ fossil-1.29-remove_date_time.patch -> fossil-1.30-remove_date_time.patch 
++++++
--- /work/SRC/openSUSE:Factory/fossil/fossil-1.29-remove_date_time.patch        
2014-10-07 16:01:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil-1.30-remove_date_time.patch   
2015-01-22 00:51:57.000000000 +0100
@@ -12,11 +12,11 @@
  src/main.c |    4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-Index: fossil-src-20140612172556/src/main.c
+Index: fossil-src-20150119112900/src/main.c
 ===================================================================
---- fossil-src-20140612172556.orig/src/main.c  2014-06-12 18:33:27.000000000 
+0100
-+++ fossil-src-20140612172556/src/main.c       2014-09-23 00:03:51.000000000 
+0100
-@@ -856,8 +856,8 @@ void version_cmd(void){
+--- fossil-src-20150119112900.orig/src/main.c
++++ fossil-src-20150119112900/src/main.c
+@@ -970,8 +970,8 @@ void version_cmd(void){
      int rc;
      const char *zRc;
  #endif
@@ -25,5 +25,5 @@
 +    fossil_print("Compiled using %s (%d-bit)\n",
 +                 COMPILER_NAME, sizeof(void*)*8);
      fossil_print("SQLite %s %.30s\n", sqlite3_libversion(), 
sqlite3_sourceid());
-     fossil_print("Schema version %s\n", AUX_SCHEMA);
-     fossil_print("zlib %s, loaded %s\n", ZLIB_VERSION, zlibVersion());
+     fossil_print("Schema version %s\n", AUX_SCHEMA_MAX);
+ #if defined(FOSSIL_ENABLE_MINIZ)

++++++ fossil-src-20140612172556.tar.gz -> fossil-src-20150119112900.tar.gz 
++++++
++++ 80267 lines of diff (skipped)

++++++ fossil.asc ++++++
--- /var/tmp/diff_new_pack.7bOybV/_old  2015-01-22 00:52:00.000000000 +0100
+++ /var/tmp/diff_new_pack.7bOybV/_new  2015-01-22 00:52:00.000000000 +0100
@@ -9,19 +9,21 @@
 940f83f0f6c634c8563ca6b5d8e2a42ff369f341  fossil-linux-x86-20130911114349.zip
 fa3b3bfbd101deb7b79c5ee8a241a41c6b1b965d  fossil-linux-x86-20140127173344.zip
 cd0f1709d569544f32d30f779187f69d2e03a18b  fossil-linux-x86-20140612172556.zip
+418c4e8ef62b0124ed481aaaa766006f24297b52  fossil-linux-x86-20150119112900.zip
 557e5d8d25ce4fd2362464d0a92ab243aff79296  fossil-macosx-x86-20130911114349.zip
 a133cfeca3d12b289aeb63d597f4cfc44a8a9fc9  fossil-macosx-x86-20140127173344.zip
 bbf3d57ba15d0ed0e9b30819d89a50d294175113  fossil-macosx-x86-20140612172556.zip
+919778cbedef01f83d96e974cac075e069d43fc4  fossil-macosx-x86-20150119112900.zip
 9fbdaee42e6cbe6f8f491ab5fb2c4ee2b9ecf7d4  fossil-openbsd-x86-20130911114349.zip
 904ce0bcecfd29f595bbcb6642c9ac594e835424  fossil-openbsd-x86-20140127173344.zip
 6cd05c1743902aa1a5191bd34ebefe87701fa25e  fossil-openbsd-x86-20140612172556.zip
+eb7044300c86f955782dab47d30a5c6fcbf93b95  fossil-openbsd-x86-20150119112900.zip
 2e2149fff30d63a1869ecb5a7d6b17996477612a  fossil-src-20130911114349.tar.gz
 9e547a27d2447f12df951e86670da12c7cfbd26a  fossil-src-20140127173344.tar.gz
 173c3350ba39ecfee6e660f866b4f3104e351b33  fossil-src-20140612172556.tar.gz
+2c2cd4c039ce624a718cc465f27fedbb07eea253  fossil-src-20150119112900.tar.gz
 be5321201df9ac2e8164ad9483620306da8a126a  fossil-w32-20130911114349.zip
 c43047ce068506c76af0970ab793958d2b7e7895  fossil-w32-20140127173344.zip
 8dd23c9a17e7afefe7b8497b76bd18461d10ec44  fossil-w32-20140612172556.zip
-2133a5a156adcd9eb867c145ba353164529c2c65  releasenotes-20130911114349.html
-6431b6823278e384a9c952479ef6deeb037d362b  releasenotes-20140127173344.html
-a31ee35d9ae3a0da34268ec5e2b3f83600d17a71  releasenotes-20140612172556.html
+6789df60e39edcd10461befb489677064ee37508  fossil-w32-20150119112900.zip
 </pre>

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

Reply via email to