Hello community, here is the log from the commit of package fossil for openSUSE:Factory checked in at 2015-05-26 12:35:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-03-25 10:01:27.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes 2015-05-26 12:35:03.000000000 +0200 @@ -1,0 +2,48 @@ +Mon May 25 06:16:14 UTC 2015 - [email protected] + +- fossil 1.33: + * Improved fork detection on fossil update, fossil status and + related commands. + * Change the default skin to what used to be called "San + Francisco Modern". + * Add the /repo-tabsize web page + * Add fossil import --svn, for importing a subversion repository + into fossil which was exported using "svnadmin dump". + * Add the "--compress-only" option to fossil rebuild. + * Use a pie chart on the /reports?view=byuser page. + * Enhanced fossil clean --verily so that it ignores keep-glob + and ignore-glob settings. Added the -x alias for --verily. + * Add the --soft and --hard options to fossil rm and fossil mv. + * Improved ability to customize the timelime graph. + * Improvements to the /sitemap page. + * Automatically adjust the CLI timeline to the terminal width on Linux. + * Added [info commands] and [info vars] commands to TH1. + * Fix some obscure issues with TH1 expression processing. + * Fix titles in search results for documents that are not wiki, + markdown, or HTML. + * Formally translate TH1 to Tcl return codes and vice-versa, + where necessary, in the Tcl integration subsystem. + * Add fossil leaves -multiple, for finding multiple leaves on + the same branch. + * Added the "Blitz" skin option. + * Make fossil open honor ".fossil-settings/allow-symlinks". + * Allow fossil add to be used on symlinks to nonexistent or + unreadable files in the same way as fossil addremove. + * Added fork warning to be issued if sync produced a fork + * Update the info page to report when a file becomes a symlink. + Additionally show the UUID for files whose types have changed + without changing contents or symlink target. + * Have fossil changes and fossil status report when executable + or symlink status changes on otherwise unmodified files. + * Permit filtering weekday and file reports by user. Also ensure + the user parameter is preserved when changing types. Add a + field for direct entry of the user name to each applicable + report. + * Create parent directories of empty-dirs if they don't already + exist. + * Inhibit timeline links to wiki pages that have been deleted. +- source tarball signature not available for this release +- new minimum sqlite3 requirement is 3.8.7, build with bundled + version where it is not available. + +------------------------------------------------------------------- Old: ---- fossil-src-1.32.tar.gz fossil.asc New: ---- fossil-src-1.33.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ --- /var/tmp/diff_new_pack.NmnkUO/_old 2015-05-26 12:35:04.000000000 +0200 +++ /var/tmp/diff_new_pack.NmnkUO/_new 2015-05-26 12:35:04.000000000 +0200 @@ -16,23 +16,23 @@ # -%define with_system_sqlite 0%{?suse_version} >= 1320 +%define with_system_sqlite 0%{?suse_version} > 1320 Name: fossil -Version: 1.32 +Version: 1.33 Release: 0 Summary: Simple, high-reliability, distributed software configuration management License: BSD-2-Clause Group: Development/Tools/Version Control Url: http://www.fossil-scm.org/ Source: http://www.fossil-scm.org/download/%{name}-src-%{version}.tar.gz -Source2: http://www.hwaci.com/fossil_download_checksums.html#/%{name}.asc +# Source2: http://www.hwaci.com/fossil_download_checksums.html#/%{name}.asc Patch1: fossil-1.30-remove_date_time.patch BuildRequires: fuse-devel BuildRequires: gcc BuildRequires: tcl BuildRequires: zlib-devel %if 0%{with_system_sqlite} -BuildRequires: sqlite3-devel >= 3.8.6 +BuildRequires: sqlite3-devel >= 3.8.7 %endif %if 0%{?suse_version} >= 1140 BuildRequires: libopenssl-devel @@ -87,9 +87,9 @@ ever been lost after having been committed to a Fossil repository. %prep -# check tarball hashes -echo "`grep %{name}-src-%{version}.tar.gz %{SOURCE2} | cut -d' ' -f1` %{SOURCE0}" | sha1sum -c -%setup -q +## check tarball hashes +#echo "`grep %{name}-src-%{version}.tar.gz %{SOURCE2} | cut -d' ' -f1` %{SOURCE0}" | sha1sum -c +%setup -q -n %{name}-src-%{version} # test package version and source version match grep -qFx %{version} VERSION %patch1 -p1 ++++++ fossil-src-1.32.tar.gz -> fossil-src-1.33.tar.gz ++++++ ++++ 32674 lines of diff (skipped)
