Mailinglist Archive: opensuse-commit (1826 mails)
| < Previous | Next > |
commit dos2unix
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 15 Sep 2008 14:05:44 +0200
- Message-id: <20080915120545.1FBB9678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package dos2unix
checked in at Mon Sep 15 14:05:44 CEST 2008.
--------
--- dos2unix/dos2unix.changes 2006-04-11 12:15:18.000000000 +0200
+++ /mounts/work_users/ro/STABLE/dos2unix/dos2unix.changes 2008-09-15
14:05:03.843634000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 15 14:04:46 CEST 2008 - ro@xxxxxxx
+
+- let mac2unix be a hardlink (instead of duplicate binary)
+
+-------------------------------------------------------------------
New:
----
dos2unix-hardlink.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ dos2unix.spec ++++++
--- /var/tmp/diff_new_pack.d27694/_old 2008-09-15 14:05:39.000000000 +0200
+++ /var/tmp/diff_new_pack.d27694/_new 2008-09-15 14:05:39.000000000 +0200
@@ -1,25 +1,34 @@
#
# spec file for package dos2unix (Version 3.1)
#
-# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2008 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/
#
# norootforbuild
+
Name: dos2unix
Summary: A DOS to UNIX Text Converter
Version: 3.1
-Release: 313
+Release: 437
Group: Productivity/Text/Convertors
-License: Other License(s), see package, distributable
+License: BSD 3-Clause
Source: %{name}-%{version}.tar.bz2
Patch0: %{name}-%{version}.patch
Patch1: dos2unix-3.1-segfault.patch
Patch2: dos2unix-3.1-preserve-file-modes.patch
+Patch3: dos2unix-hardlink.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -37,6 +46,7 @@
%patch0 -p1 -b .orig
%patch1 -p1 -b .segf
%patch2 -b .fmode
+%patch3 -b .fmode
perl -pi -e 's,(#endif|#else)[^ ]*(.*),$1 /* $2 */,g' *.[ch]
%build
@@ -62,14 +72,16 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%changelog -n dos2unix
-* Tue Apr 11 2006 - pth@xxxxxxx
+%changelog
+* Mon Sep 15 2008 ro@xxxxxxx
+- let mac2unix be a hardlink (instead of duplicate binary)
+* Tue Apr 11 2006 pth@xxxxxxx
- Make dos2unix preserve file modes (bugzilla #119350).
-* Wed Jan 25 2006 - mls@xxxxxxx
+* Wed Jan 25 2006 mls@xxxxxxx
- converted neededforbuild to BuildRequires
-* Wed Oct 05 2005 - dmueller@xxxxxxx
+* Wed Oct 05 2005 dmueller@xxxxxxx
- add norootforbuild
-* Mon Aug 12 2002 - bk@xxxxxxx
+* Mon Aug 12 2002 bk@xxxxxxx
- update to dos2unix-3.1(no longer uses hd2u, but real dos2unix)
-* Wed Jun 19 2002 - postadal@xxxxxxx
+* Wed Jun 19 2002 postadal@xxxxxxx
- new package dos2unix verison 0.8.0
++++++ dos2unix-hardlink.patch ++++++
--- Makefile
+++ Makefile
@@ -10,8 +10,9 @@
link:
- ln -s dos2unix mac2unix
- ln -s dos2unix.1 mac2unix.1
+ rm -f mac2unix mac2unix.1
+ ln -f dos2unix mac2unix
+ ln -f dos2unix.1 mac2unix.1
clean:
rm -f dos2unix mac2unix mac2unix.1 *~ *.orig core
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |