Hello community,

here is the log from the commit of package fossil for openSUSE:Factory checked 
in at 2017-02-27 18:44:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2016-07-01 
09:58:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes       2017-02-27 
18:44:01.526149633 +0100
@@ -1,0 +2,62 @@
+Thu Feb 16 11:50:24 UTC 2017 - [email protected]
+
+- Update to version 1.37:
+  Changes for Version 1.37 (2017-01-16)
+
+  * Add checkbox widgets to various web pages.
+  * Add the fossil all ui command
+  * Add the /file webpage
+  * Enhance the /brlist webpage to make use of branch colors.
+  * Add support for the ms=EXACT|LIKE|GLOB|REGEXP query parameter
+    on the /timeline webpage, with associated form widgets.
+  * Enhance the changes and status commands with many new filter
+    options so that specific kinds of changes can be found without
+    having to pipe through grep or sed.
+  * Enhanced the fossil sql command so that it opens the checkout
+    database and the configuration database in addition to the
+    respository database.
+  * TH1 enhancements:
+  * Add [unversioned content] command.
+  * Add [unversioned list] command.
+  * Add project_description variable.
+  * Rename crnl-glob setting to crlf-glob, but keep crnl-glob as
+    a compatibility alias.
+  * Added the --command option to the diff command.
+  * Fix a C99-ism that prevents the 1.36 release from building
+    with MSVC.
+  * Fix ticket set when using the "+" prefix with fields from the
+    "ticketchng" table.
+  * Remove the "fusefs" command from builds that do not have the
+    underlying support enabled.
+  * Fixes for incremental git import/export.
+  * Minor security enhancements to encrypted repositories.
+
+  Changes for Version 1.36 (2016-10-24)
+
+  * Add support for unversioned content, the fossil unversioned
+    command and the /uv and /uvlist web pages.
+  * The download page is moved into unversioned content so that
+    the self-hosting Fossil websites no longer uses any external
+    content.
+  * Added the "Search" button to the graphical diff generated by
+    the --tk option on the diff command.
+  * Added the "--checkin VERSION" option to the diff command.
+  * Various performance enhancements to the diff command.
+  * Update internal Unicode character tables, used in regular
+    expression handling, from version 8.0 to 9.0.
+  * Fix multi-line timeline bug
+  * Enhance the fossil purge command.
+  * New command fossil shell.
+  * SQL parameters whose names are all lower-case in Ticket Report
+    SQL queries are filled in using HTTP query parameter values.
+  * Added support for child projects that are able to pull from
+    their parent but not push.
+  * Added the -nocomplain option to the TH1 "query" command.
+  * Added support for the chng=GLOBLIST query parameter on the
+    /timeline webpage.
+
+- Refresh fossil-1.30-remove_date_time.patch and rename it to
+  fossil-1.37-remove_date_time.patch
+- Drop support for < openSUSE 11.4
+
+-------------------------------------------------------------------

Old:
----
  fossil-1.30-remove_date_time.patch
  fossil-src-1.35.tar.gz

New:
----
  fossil-1.37-remove_date_time.patch
  fossil-src-1.37.tar.gz

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

Other differences:
------------------
++++++ fossil.spec ++++++
--- /var/tmp/diff_new_pack.okqYTr/_old  2017-02-27 18:44:02.246047948 +0100
+++ /var/tmp/diff_new_pack.okqYTr/_new  2017-02-27 18:44:02.246047948 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fossil
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,15 +17,17 @@
 
 
 %define with_system_sqlite 0%{?suse_version} > 1320
+%define tar_version 2017-01-16_205854_1669115ab9
+
 Name:           fossil
-Version:        1.35
+Version:        1.37
 Release:        0
 Summary:        Simple, high-reliability, distributed software configuration 
management
 License:        BSD-2-Clause
 Group:          Development/Tools/Version Control
 Url:            https://www.fossil-scm.org/
-Source:         
https://www.fossil-scm.org/download/%{name}-src-%{version}.tar.gz
-Patch1:         fossil-1.30-remove_date_time.patch
+Source:         
https://www.fossil-scm.org/index.html/uv/download/%{name}-src-%{version}.tar.gz
+Patch1:         fossil-1.37-remove_date_time.patch
 BuildRequires:  fuse-devel
 BuildRequires:  gcc
 BuildRequires:  tcl
@@ -34,11 +36,7 @@
 %if 0%{with_system_sqlite}
 BuildRequires:  sqlite3-devel >= 3.8.7
 %endif
-%if 0%{?suse_version} >= 1140
-BuildRequires:  libopenssl-devel
-%else
 BuildRequires:  openssl-devel
-%endif
 
 %description
 There are plenty of open-source version control systems available on
@@ -86,7 +84,7 @@
 ever been lost after having been committed to a Fossil repository.
 
 %prep
-%setup -q
+%setup -q -n Fossil_%{tar_version}
 # test package version and source version match
 grep -qFx %{version} VERSION
 %patch1 -p1

++++++ fossil-1.30-remove_date_time.patch -> fossil-1.37-remove_date_time.patch 
++++++
--- /work/SRC/openSUSE:Factory/fossil/fossil-1.30-remove_date_time.patch        
2016-07-01 09:58:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fossil.new/fossil-1.37-remove_date_time.patch   
2017-02-27 18:44:01.350174490 +0100
@@ -1,22 +1,8 @@
-From: Andreas Stieger <[email protected]>
-Date: Tue, 23 Sep 2014 00:14:29 +0100
-Subject: Remove __DATE and __TIME__ to prevent unneccessary rebuilds
-Upstream: never
-References: 
-
-fossil.i586: W: file-contains-date-and-time /usr/bin/fossil
-Your file uses  __DATE and __TIME__ this causes the package to rebuild when
-not needed
-
----
- src/main.c |    4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-Index: fossil-1.35/src/main.c
+Index: Fossil_2017-01-16_205854_1669115ab9/src/main.c
 ===================================================================
---- fossil-1.35.orig/src/main.c        2016-06-27 13:46:41.846056514 +0200
-+++ fossil-1.35/src/main.c     2016-06-27 13:47:37.418587959 +0200
-@@ -1028,8 +1028,8 @@ static void get_version_blob(
+--- Fossil_2017-01-16_205854_1669115ab9.orig/src/main.c
++++ Fossil_2017-01-16_205854_1669115ab9/src/main.c
+@@ -922,8 +922,8 @@ static void get_version_blob(
    blob_zero(pOut);
    blob_appendf(pOut, "This is fossil version %s\n", get_version());
    if( !bVerbose ) return;
@@ -24,6 +10,6 @@
 -               __DATE__, __TIME__, COMPILER_NAME, sizeof(void*)*8);
 +  blob_appendf(pOut, "Compiled using %s (%d-bit)\n",
 +               COMPILER_NAME, sizeof(void*)*8);
-   blob_appendf(pOut, "SQLite %s %.30s\n", sqlite3_libversion(),
-                sqlite3_sourceid());
    blob_appendf(pOut, "Schema version %s\n", AUX_SCHEMA_MAX);
+ #if defined(FOSSIL_ENABLE_MINIZ)
+   blob_appendf(pOut, "miniz %s, loaded %s\n", MZ_VERSION, mz_version());

++++++ fossil-src-1.35.tar.gz -> fossil-src-1.37.tar.gz ++++++
++++ 91721 lines of diff (skipped)


Reply via email to