Mailinglist Archive: opensuse-commit (999 mails)

< Previous Next >
commit mercurial for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sat, 04 Jul 2009 13:33:09 +0200
  • Message-id: <20090704113309.CA303678156@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package mercurial for openSUSE:Factory
checked in at Sat Jul 4 13:33:09 CEST 2009.


--------
--- mercurial/mercurial.changes 2009-04-27 14:40:16.000000000 +0200
+++ /mounts/work_src_done/STABLE/mercurial/mercurial.changes 2009-07-03
15:51:34.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Jul 3 15:49:41 CEST 2009 - tiwai@xxxxxxx
+
+- updated to version 1.3:
+ * experimental support for sub-repositories
+ * Python 2.3 is no longer supported
+ * More read
+ http://mercurial.selenic.com/wiki/WhatsNew
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
mercurial-1.2.1.tar.bz2

New:
----
mercurial-1.3.tar.bz2

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

Other differences:
------------------
++++++ mercurial.spec ++++++
--- /var/tmp/diff_new_pack.Q12580/_old 2009-07-04 13:32:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Q12580/_new 2009-07-04 13:32:48.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package mercurial (Version 1.2.1)
+# spec file for package mercurial (Version 1.3)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,12 +19,12 @@


Name: mercurial
-BuildRequires: asciidoc python-devel sgml-skel xmlto
+BuildRequires: asciidoc gcc python-devel sgml-skel xmlto
%if %suse_version > 1020
BuildRequires: fdupes
%endif
Summary: Scalable Distributed SCM
-Version: 1.2.1
+Version: 1.3
Release: 1
License: GPL v2 or later
Group: Development/Tools/Version Control
@@ -55,15 +55,11 @@
%patch

%build
-python setup.py build_ext -i
-make -C doc
+make all PREFIX=/usr

%install
python setup.py install --prefix=%{_prefix} --root="$RPM_BUILD_ROOT"
-for m in doc/*.[0-9]; do
- mkdir -p $RPM_BUILD_ROOT%{_mandir}/man${m##*.}
- install -c -m 0644 $m $RPM_BUILD_ROOT%{_mandir}/man${m##*.}
-done
+make -C doc DESTDIR=$RPM_BUILD_ROOT PREFIX=/usr install
# install programs in contrib
install -c -m 0755 contrib/hgk $RPM_BUILD_ROOT%{_bindir}
install -c -m 0755 contrib/convert-repo $RPM_BUILD_ROOT%{_bindir}
@@ -87,7 +83,7 @@
%files
%defattr(-, root, root)
%doc README CONTRIBUTORS COPYING
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
%doc contrib/sample.hgrc
%{_bindir}/*
%{py_sitedir}/*
@@ -99,215 +95,3 @@
%{_datadir}/xemacs

%changelog
-* Mon Apr 27 2009 tiwai@xxxxxxx
-- updated to version 1.2.1:
- * fixed version number build from tarball
- * fix allow_read logic for hgweb
- * improve handling of damaged revlogs in verify
- * keep .orig files when resolving
- * clear resolve state properly when rebasing
- * improve --command handling with bisect
- * fix diff against bundles
- * improve fetch logic for inactive branches
- * fix diffstat with notify
- * fix 'synthetic file adds' in CVS conversion
-* Thu Mar 05 2009 tiwai@xxxxxxx
-- updated to version 1.2:
- * explicit closing of named branches via hg commit --close-branch
- * hg now accepts options given after arguments on the commandline
- * added translation support with initial Danish, Chinese and
- Italian translations
- * added optional pure-Python versions of C modules
- * pending changesets can now be accessed safely from hooks
- * diff: added -c option to show single changeset
- * many improvements to the documentation and online help topics
- * convert:
- o new support for perforce sources
- o improvements to handling cvs sources
- o improvements to handling gnu arch source
- o improvements to handling darcs sources
- * bookmarks:
- o set current to new when current is renamed
- o bookmarks: Add track.current option
- o bookmarks: add bookmarks to tags
- * mq: allow qpop when it won't invalidate any dirstate parents
- * patchbomb: respect diff settings
- * rebase: pull --rebase updates if there is nothing to rebase
- * bugzilla: updated to work with Bugzilla 3.2
- * zeroconf: added more documentation
- * hgk: add several color settings
- * the imerge extension has been removed (obsoleted by the resolve
- command)
-* Thu Mar 05 2009 ro@xxxxxxx
-- ignore return value from subshells to fix build
-* Thu Jan 29 2009 tiwai@xxxxxxx
-- disable all extensions as default, as requested by mercurial
- developer (bnc#466300)
-* Thu Jan 08 2009 tiwai@xxxxxxx
-- updated to version 1.1.1:
- This is a bugfix release
- * make hgweb recursion optional (use '**' rather than '*')
- * fix fncache bug for directories ending in ' ' or '.'
- * require -a switch to resolve all files
- * improve help for resolve command
- * fix inotify interaction with bundle diffs
- * fix strange readline import error on Windows
- * fix non-existing target directory with git diffs
- * fix removing symlinks with git diffs
- * fix directory creation bug in patch
- * rebase: allow keeping branch names
- * fix a copy bug in the SVN converter
-- updated to version 1.1.2:
- This is a minor release including one security fix and two
- minor bug fixes
- * improve path auditing (issue 1450)
- * fix date-related test failures in test suite
- * add graph controls to monoblue theme
-* Thu Dec 04 2008 tiwai@xxxxxxx
-- updated to version 1.1:
- Major release, fix many bugs and improvements
- See http://www.selenic.com/mercurial/wiki/index.cgi/WhatsNew
-* Tue Sep 30 2008 tiwai@xxxxxxx
-- Fix python-2.6 warnings in many commands;
- Backported python-2.6 wrapper patch from the upstream
-* Fri Aug 15 2008 bwalle@xxxxxxx
-- updated to version 1.0.2:
- Security:
- * ensure that git patches only touch files within the
- repository (CVE-2008-2942)
- * hgweb: fix "allowpull" permission being ignored when pulling
- from hgweb
- General:
- * commit: handle copies of previously deleted files
- * bisect: allow for having multiple resulting changesets
- * fix Python 2.3 compatibility
- * make mq patches and .hgtags hardlink-safe again
- * various documentation improvements and fixes
- * fix a crash when addremove was called to replace a deleted
- directory with a symlink
- * make branches output easier to parse
- * fix inactive branches detection
- * hgweb: fix a crash in archive when the URL did not end in an
- expected archive type
- * sshserver: fix a crash in error handling code
- * fix the patchbomb extension on Windows by including email
- package in binary installations
- * handle symlinks when OS supports them but FS doesn't
- Extensions:
- * mq:
- o fix qrefresh losing metadata on the last refreshed file
- o fix a crash when renaming a patch just after a versioned
- queue initialization
- o fix the path of an explicitly specified queue when merging
- patches
- o strip now updates the working directory only if a parent
- was stripped
- * convert:
- o CVS: fix a crash when converting an existing working copy
- o monotone: fix quotes and backslashes parsing when reading
- commit messages
- o Subversion: correctly normalize paths and slashes
- o Subversion: fix compatibility with Subversion 1.5
- o git: allow converter to work with recent git releases
- * color:
- o get coloring for qseries --verbose output
- o improve mq extension detection
- o reset coloring before and after outputting colorized lines
- * highlight: fix a performance issue when detecting file types
- from large files
- * notify: take the diff options into account
-* Fri Aug 08 2008 tiwai@xxxxxxx
-- enable acl extension as default (as was in the earlier versions)
-- remove unneeded hgrc file
-* Thu Aug 07 2008 bphilips@xxxxxxx
-- enable all the plugins that ship by default: /etc/mercurial/hgrc.d
-* Mon Jun 30 2008 tiwai@xxxxxxx
-- VUL-0: mercurial: Insufficient input validation (bnc#404959)
-* Tue Jun 10 2008 tiwai@xxxxxxx
-- updated to version 1.0.1:
- General:
- * several improvements in file copying implementation
- * allow different default value for diff.unified option
- * allow explicit use of internal merge tools
- Commands:
- * rename: doesn't unlink source file with --after
- * backout: reverse changeset belongs on current branch
- Extensions:
- * convert:
- o svn: improved detection of tags (has also become optional)
- o svn: improved branch handling
- o svn: better detection of file copies
- * mq:
- o expand terse command help texts
- o fix unimplemented qdiff -U option
- * highlight: fix compatibility with older Pygments (0.5.1)
- * churn: allow whitespaces as delimiter in aliases
- * pager: disable when used with --debugger
-* Wed Apr 16 2008 tiwai@xxxxxxx
-- removed obsolete hbisect in the default hgrc
-* Wed Mar 26 2008 crrodriguez@xxxxxxx
-- update to version 1.0
- * thousand of bugfixes, improvements and new features
- see http://www.selenic.com/pipermail/mercurial/2008-March/018014.html
-* Mon Oct 22 2007 tiwai@xxxxxxx
-- updated to version 0.9.5:
- * lots of new feature and fixes,
- see http://www.selenic.com/pipermail/mercurial/2007-October/015150.html
-* Wed Sep 05 2007 tiwai@xxxxxxx
-- fix error at invoking hgk (#307190)
-* Wed Jun 27 2007 tiwai@xxxxxxx
-- updated to version 0.9.4:
- * support for symlinks
- * improved tag handling
- * improved merge handling of file and directory renames
- * improved named branch usability
- * numerous improvements to commands
- * generic pre- and post-command hooks
- * improved Windows support
- * basic BeOS and OpenVMS support
- * numerous bug fixes
- * extensions can now be specified in .hg/hgrc
- * new convert extension with CVS support
- * new graphlog extension
- * improved patchbomb extension
- * example FastCGI script
-* Tue Dec 19 2006 tiwai@xxxxxxx
-- updated to version 0.9.3:
- * improved mq and hgk
- * branch support
- * proper changelog support in UTF-8
- * support for git-style patches
-* Mon Jul 31 2006 tiwai@xxxxxxx
-- updated to version 0.9.1.
- * New extensions: acl, extdiff, purge
- * New hooks: preupdate
- * Improved performance: remove, clone
-* Fri May 12 2006 tiwai@xxxxxxx
-- updated to version 0.9.
- * revlogNG support
- * mq extension as default
- * merge command
- * bisect command
- * diff and status are repo-wide
-- require rcs for 3-way merge
-* Tue Feb 28 2006 jmatejek@xxxxxxx
-- updated to reflect python changes due to #149809
-* Mon Feb 06 2006 tiwai@xxxxxxx
-- fixed the extension of mq (for x86-64 problem)
-- fixed requires and use standard suse rpm macros for python
-* Wed Jan 25 2006 mls@xxxxxxx
-- converted neededforbuild to BuildRequires
-* Fri Sep 30 2005 tiwai@xxxxxxx
-- updated to version 0.7 + mq extension
-- removed buggy bash completion.
-* Wed Aug 31 2005 tiwai@xxxxxxx
-- updated to version 0.6c release.
-* Tue Jul 26 2005 tiwai@xxxxxxx
-- use version 0.6b release.
-- format man page via asciidoc and xmlto.
-* Fri Jul 08 2005 tiwai@xxxxxxx
-- updated to snapshot 20050708.
-* Mon Jul 04 2005 tiwai@xxxxxxx
-- fix the version number of snapshot release.
-* Fri Jul 01 2005 tiwai@xxxxxxx
-- initial version: snapshot 20050701.

++++++ mercurial-1.2.1.tar.bz2 -> mercurial-1.3.tar.bz2 ++++++
++++ 155639 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages