Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Thu Sep 1 15:08:37 CEST 2011.



--------
--- mercurial/mercurial.changes 2011-07-11 15:50:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes    2011-08-30 
13:59:42.000000000 +0200
@@ -0,0 +1,34 @@
+-------------------------------------------------------------------
+Tue Aug 30 11:54:23 UTC 2011 - [email protected]
+
+- upstream update 1.9.2
+  * commands: clarify that 'hg heads foo' shows heads on branch foo
+  * dispatch: don't rewrap aliases that have the same definition
+  * graphlog: attempt to fix index overrun (issue2912)
+  * http: pass user to readauthforuri() (fix 4a43e23b8c55)
+  * http: strip credentials from urllib2 manager URIs (issue2885)
+  * parsers: avoid pointer aliasing
+  * subrepo: fix cloning of repos from urls without slash after host 
(issue2970)
+  * ui: pass ' ' to raw_input when prompting
+  * url: really handle urls of the form file:///c:/foo/bar/ correctly
+- changes in version 1.9.1
+  * dispatch: make sure global options on the command line take precedence
+  * eol: ignore IOError from deleted files in commitctx
+  * hgcia: set default value of strip to -1 (issue2891)
+  * hgweb: do not ignore [auth] if url has a username (issue2822)
+  * hgweb: handle 'baseurl' configurations with leading slash (issue2934)
+  * hgweb: raw file mimetype guessing configurable, off by default (BC) 
(issue2923)
+  * httpclient: import ca33b88d143c from py-nonblocking-http (issue2932)
+  * patch: fix parsing patch files containing CRs not followed by LFs
+  * rebase: block collapse with keepbranches on multiple named branches 
(issue2112)
+  * rebase: reset bookmarks (issue2265 and issue2873)
+  * revert: restore check for uncommitted merge (issue2915) (BC)
+  * revsets: catch type error on tip^p1(tip) (issue2884)
+  * revsets: do the right thing with x^:y (issue2884)
+  * subrepo: handle adding svn subrepo with a svn:external file in it 
(issue2931)
+  * subrepo: use working copy of .hgsub to filter status (issue2901)
+  * url: store and assume the query part of an url is in escaped form 
(issue2921)
+  * util: rename the util.localpath that uses url to urllocalpath (issue2875)
+  * verify: filter messages about missing null manifests (issue2900)
+  * web: output a correct date in short format (issue2902)
+- optional tests 

calling whatdependson for head-i586


Old:
----
  mercurial-1.9.tar.gz

New:
----
  _service
  mercurial-1.9.2.tar.bz2

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

Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.MWPcqS/_old  2011-09-01 15:08:00.000000000 +0200
+++ /var/tmp/diff_new_pack.MWPcqS/_new  2011-09-01 15:08:00.000000000 +0200
@@ -19,12 +19,12 @@
 
 Name:           mercurial
 Summary:        Scalable Distributed SCM
-Version:        1.9
-Release:        2
+Version:        1.9.2
+Release:        1
 License:        GPLv2+
 Group:          Development/Tools/Version Control
 Url:            http://mercurial.selenic.com/
-Source:         
http://mercurial.selenic.com/release/mercurial-%{version}.tar.gz
+Source:         
http://mercurial.selenic.com/release/mercurial-%{version}.tar.bz2
 Source1:        cacerts.rc
 Source99:       rpmlintrc
 Patch0:         mercurial-hgk-path-fix.diff
@@ -58,11 +58,18 @@
 Provides:       hg = {version}
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 
+%if 0%{?with_tests}
+BuildRequires:  gpg ncurses-devel unzip
+BuildRequires:  bzr git subversion-python
+BuildRequires:  python-Pygments python-openssl
+#BuildRequires:  python-pyflakes
+%endif
+
 %description
 Mercurial is a fast, lightweight source control management system
 designed for efficient handling of very large distributed projects.
 
-%if 0%{?suse_version}
+%if 0%{?suse_version} > 1100
 %lang_package
 %endif
 
@@ -106,13 +113,17 @@
 %fdupes -s %{buildroot}%{_prefix}
 %endif
 
-#%%check
-#make tests
+%if 0%{?with_tests}
+
+%check
+make tests TESTFLAGS="-v"
+# currently (1.9.2) not working tests: i18n,status-color
+%endif
 
 %clean
 rm -rf %{buildroot}
 
-%if 0%{?suse_version}
+%if 0%{?suse_version} > 1100
 
 %files lang -f hg.lang
 

++++++ _service ++++++
<services>
  <service name="download_files" mode="localonly">
    <param name="recompress">yes</param>
  </service>
</services>

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



Remember to have fun...

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

Reply via email to