This commit is contained in:
parent
8cb8fad201
commit
dfbbdf0a02
4223
unison-2.27.149-manual.html
Normal file
4223
unison-2.27.149-manual.html
Normal file
File diff suppressed because it is too large
Load Diff
3
unison-2.27.149.tar.gz
Normal file
3
unison-2.27.149.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:398b4d95876fbc71059974705c88459effe7b52f341f1f709e078169bba3bed0
|
||||
size 585319
|
File diff suppressed because one or more lines are too long
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49299ec14216a8467b2c6ba148f8145bec31fa787433f9ce3851c2d62f0035ae
|
||||
size 617253
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 29 09:51:21 CEST 2009 - seife@suse.de
|
||||
|
||||
- Updated to latest stable version 2.27.149:
|
||||
* various small fixes all over the place
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 19 10:35:46 CEST 2009 - coolo@novell.com
|
||||
|
||||
|
98
unison.spec
98
unison.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package unison (Version 2.27.57)
|
||||
# spec file for package unison (Version 2.27.149)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -25,11 +25,11 @@ BuildRequires: lablgtk2-devel
|
||||
%else
|
||||
BuildRequires: lablgtk2
|
||||
%endif
|
||||
License: GPL v2 or later
|
||||
License: GPL v3 or later
|
||||
Group: Productivity/Networking/Other
|
||||
AutoReqProv: on
|
||||
Version: 2.27.57
|
||||
Release: 117
|
||||
Version: 2.27.149
|
||||
Release: 1
|
||||
Source0: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}.tar.gz
|
||||
Source1: http://www.cis.upenn.edu/~bcpierce/unison/download/releases/stable/unison-%{version}-manual.html
|
||||
Source2: %name.desktop
|
||||
@ -65,8 +65,7 @@ make UISTYLE=gtk2 NATIVE=true THREADS=true
|
||||
%endif
|
||||
|
||||
%install
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 755 -d $RPM_BUILD_ROOT/%{_bindir}
|
||||
install -m 755 %name $RPM_BUILD_ROOT%{_bindir}
|
||||
install -m 755 -d $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps
|
||||
install -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_prefix}/share/pixmaps
|
||||
@ -88,90 +87,3 @@ rm -rf $RPM_BUILD_ROOT;
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2009 coolo@novell.com
|
||||
- disable as-needed for this package as it fails to build with it
|
||||
* Mon Jan 21 2008 seife@suse.de
|
||||
- Updated to 2.27.57:
|
||||
* only some minor bugfixes (mistriggering assertions etc)
|
||||
* the patch vor bug 331513 is incorporated upstream
|
||||
* Wed Nov 28 2007 seife@suse.de
|
||||
- add an application icon for unison (bug 309880)
|
||||
* Thu Oct 25 2007 seife@suse.de
|
||||
- fix bug 331513 (one ":" too much in the profile)
|
||||
* Sun Oct 07 2007 tsieden@suse.de
|
||||
- Updated to 2.27.47:
|
||||
* Major rewrite and cleanup of the whole Mac OS X graphical user
|
||||
interface by Craig Federighi.
|
||||
* Ignore all-whitespace lines in preference files
|
||||
* Small fix to ctime (non-)handling in update detection under windows
|
||||
with fastcheck.
|
||||
* Fri Aug 24 2007 tsieden@suse.de
|
||||
- Updated to 2.27.29:
|
||||
* small bugfixes - mostly windows related
|
||||
* Thu Aug 23 2007 tsieden@suse.de
|
||||
- fix build (BuildRequires lablgtk2-devel only if suse_version >1020)
|
||||
* Fri May 25 2007 ro@suse.de
|
||||
- added lablgtk2-devel to buildreq
|
||||
* Wed Apr 25 2007 mhopf@suse.de
|
||||
- Updated to 2.27.24:
|
||||
* Backup functionality completely rewritten, removing bugs.
|
||||
* Several savety improvements: mountpoint checks, big deletes, missing
|
||||
symlink destinations
|
||||
* New forcepartial and preferpartial preferences
|
||||
* Improved debugging
|
||||
* Merge functionality partially rewritten
|
||||
* Reversed diff arguments.
|
||||
* Many bugfixes (fastcheck + daylight saving time under windows, 32/64
|
||||
bit cleanup, removing deadlocks, ...)
|
||||
* Tue Apr 17 2007 seife@suse.de
|
||||
- add ncurses-devel to buildrequires, to fix build on s390
|
||||
* Wed Dec 13 2006 mhopf@suse.de
|
||||
- added patch for no longer closing main window if subwindows open
|
||||
- removed unison-gtk1 again
|
||||
* Wed Dec 06 2006 seife@suse.de
|
||||
- add unison-gtk1, a binary compiled against lablgtk
|
||||
* Mon Sep 25 2006 mhopf@suse.de
|
||||
- Update to version 2.17.1
|
||||
- Completely rewritten backup function (actually working now)
|
||||
- Ip V6 support
|
||||
- Several bug fixes
|
||||
* Thu Sep 21 2006 seife@suse.de
|
||||
- switch to GTK2 / lablgtk2
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Mon Oct 10 2005 rommel@suse.de
|
||||
- update to version 2.13.16 (includes all of our recent fixes)
|
||||
- updated spec file, manual is available in html now
|
||||
* Tue Mar 15 2005 ro@suse.de
|
||||
- enable optimized compile on x86_64
|
||||
* Wed Sep 15 2004 ro@suse.de
|
||||
- fix build with ocaml-3.08 (from unison-hackers ml)
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- build as user
|
||||
* Fri Aug 15 2003 adrian@suse.de
|
||||
- add desktop file
|
||||
* Tue Jul 22 2003 rommel@suse.de
|
||||
- fixed "invalid escape sequence" error messages
|
||||
- fixed %%install (not using make install anymore)
|
||||
- compiling with thread support
|
||||
* Wed May 07 2003 ro@suse.de
|
||||
- fix tail calling syntax
|
||||
* Mon Jan 27 2003 rommel@suse.de
|
||||
- replaced pdf file (unreadable) with ps file
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Tue May 28 2002 ro@suse.de
|
||||
- update to 2.9.1 makes it build with current ocaml
|
||||
* Fri Sep 14 2001 grimmer@suse.de
|
||||
- Update to 2.7.7, which fixes the following bugs (since
|
||||
2.7.1):
|
||||
* Fixed a silly bug that would reliably prevent the Unison
|
||||
client from starting in 2.7.4.
|
||||
* Bug fix (2.7.4): read the initial connection header one byte
|
||||
at a time, so that we don't block if the header is shorter
|
||||
than expected.
|
||||
* Wed Aug 29 2001 grimmer@suse.de
|
||||
- Update to 2.7.1 (see the NEWS file for changes)
|
||||
- updated PDF manual to latest version
|
||||
* Thu Aug 16 2001 grimmer@suse.de
|
||||
- Initial package for SuSE Linux (version 2.6.59)
|
||||
|
Loading…
Reference in New Issue
Block a user