Hello community, here is the log from the commit of package fossil for openSUSE:Factory checked in at 2013-01-11 17:11:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fossil (Old) and /work/SRC/openSUSE:Factory/.fossil.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fossil", Maintainer is "" Changes: -------- New Changes file: --- /dev/null 2013-01-09 19:40:42.352580873 +0100 +++ /work/SRC/openSUSE:Factory/.fossil.new/fossil.changes 2013-01-11 17:11:29.000000000 +0100 @@ -0,0 +1,31 @@ +------------------------------------------------------------------- +Thu Nov 22 11:56:37 UTC 2012 - [email protected] + +- Update to version 1.24 and change the versioning scheme from + time stamp to upstream version number. This shouldn't be a + problem, because fossil never was on Factory or any release. + +------------------------------------------------------------------- +Wed Jun 1 17:36:02 UTC 2011 - [email protected] + +- updated to 20110528185122 + - see changelog at http://www.fossil-scm.org/index.html/timeline + +------------------------------------------------------------------- +Sun Apr 3 16:14:48 UTC 2011 - [email protected] + +- updated to 20110316111914 + The changelog from upstream is huge + http://www.fossil-scm.org/index.html/timeline + has ca. 600 checkins since 2010-09 + +------------------------------------------------------------------- +Tue Sep 28 03:58:27 UTC 2010 - [email protected] + +- updated to 20100918155143 + +------------------------------------------------------------------- +Wed Sep 8 08:18:30 UTC 2010 - [email protected] + +- initial package based on version 20100823222416 + New: ---- fossil-1.24.tar.gz fossil.changes fossil.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fossil.spec ++++++ # # spec file for package fossil # # Copyright (c) 2012 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: fossil Version: 1.24 Release: 1 Summary: Simple, high-reliability, distributed software configuration management License: BSD-2-Clause Group: Development/Tools/Version Control Url: http://www.fossil-scm.org/ # To download the source tarball: # wget --post-data 'uuid=version-%version' \ # 'http://www.fossil-scm.org/fossil/tarball/fossil-%version.tar.gz' Source: fossil-%version.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc %if 0%{?suse_version} >= 1140 BuildRequires: libopenssl-devel %else BuildRequires: openssl-devel %endif BuildRequires: zlib-devel BuildRequires: tcl %description There are plenty of open-source version control systems available on the internet these days. What makes Fossil worthy of attention? 1. Bug Tracking And Wiki - In addition to doing distributed version control like Git and Mercurial, Fossil also supports distributed bug tracking and distributed wiki all in a single integrated package. 2. Web Interface - Fossil has a built-in and easy-to-use web interface that simplifies project tracking and promotes situational awareness. Simply type "fossil ui" from within any check-out and Fossil automatically opens your web browser in a page that gives detailed history and status information on that project. 3. Autosync - Fossil supports "autosync" mode which helps to keep projects moving forward by reducing the amount of needless forking and merging often associated with distributed projects. 4. Self-Contained - Fossil is a single stand-alone executable that contains everything needed to do configuration management. Installation is trivial: simply download a precompiled binary for Linux, Mac, or Windows and put it on your $PATH. Easy-to-compile source code is available for users on other platforms. Fossil sources are also mostly self-contained, requiring only the "zlib" library and the standard C library to build. 5. Simple Networking - Fossil uses plain old HTTP (with proxy support) for all network communications, meaning that it works fine from behind restrictive firewalls. The protocol is bandwidth efficient to the point that Fossil can be used comfortably over a dial-up internet connection. 6. CGI Enabled - No server is required to use fossil. But a server does make collaboration easier. Fossil supports three different yet simple server configurations. The most popular is a 2-line CGI script. This is the approach used by the self-hosting fossil repositories. 7. Robust & Reliable - Fossil stores content using an enduring file format in an SQLite database so that transactions are atomic even if interrupted by a power loss or system crash. Furthermore, automatic self-checks verify that all aspects of the repository are consistent prior to each commit. In over three years of operation, no work has ever been lost after having been committed to a Fossil repository. %prep %setup -q %build export CFLAGS="%optflags" ./configure \ --prefix=%_prefix \ --with-openssl make %{_smp_mflags} %install make DESTDIR=%buildroot install %files %defattr(-,root,root) %doc COPYRIGHT-BSD2.txt %{_bindir}/fossil %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
