Hello community,

here is the log from the commit of package sharutils for openSUSE:Factory
checked in at Thu Aug 4 09:28:54 CEST 2011.



--------
--- sharutils/sharutils.changes 2009-11-03 20:22:39.000000000 +0100
+++ /mounts/work_src_done/STABLE/sharutils/sharutils.changes    2011-07-29 
12:57:19.000000000 +0200
@@ -1,0 +2,36 @@
+Fri Jul 29 10:54:31 UTC 2011 - a...@suse.de
+
+- Recommends instead of require lang package.
+
+-------------------------------------------------------------------
+Thu Jul 28 23:26:45 UTC 2011 - giecr...@stegny.2a.pl
+
+- create sharutils-lang
+
+-------------------------------------------------------------------
+Tue Jul 26 11:44:58 CEST 2011 - p...@suse.de
+
+- Update to 4.11.1. Changes since 2.6.3:
+
+  4.11.1:
+  * mail-files was completely broken and cannot be in use.  Removed.
+    mailshar (its wrapper script) also remvoed.
+
+  4.10:
+  * test and handle clobber option correctly in generated scripts.
+
+  4.9:
+  * Fix up quoting some more in the shar script messages.
+    Translators will not have to worry over shell quoting any more.
+
+  4.7.1:
+  * uudecode will not create output file names with trailing white space
+
+  4.7:
+  * fix a grammatical typo in doc/uuencode.1
+  * relicense the product under GPL version 3.
+
+- Remove unneeded dummy.diff.
+- Prefix all patches with pacckage name.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  dummy.diff
  quoting.diff
  set-file-mode.diff
  sharutils-4.6.3.tar.bz2
  testsuite.diff

New:
----
  sharutils-4.11.1.tar.bz2
  sharutils-mandir.patch
  sharutils-set_file_mode.diff
  sharutils-testsuite.diff

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

Other differences:
------------------
++++++ sharutils.spec ++++++
--- /var/tmp/diff_new_pack.ye3bNq/_old  2011-08-04 09:26:02.000000000 +0200
+++ /var/tmp/diff_new_pack.ye3bNq/_new  2011-08-04 09:26:02.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sharutils (Version 4.6.3)
+# spec file for package sharutils
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,27 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
+%bcond_with mail
 
 Name:           sharutils
-BuildRequires:  mailx
+Version:        4.11.1
+Release:        1
+License:        GPLv3+
+Summary:        GNU shar utilities
 Url:            http://www.gnu.org/software/sharutils/
-License:        GPL v2 or later
 Group:          Productivity/Archiving/Compression
-AutoReqProv:    on
-Provides:       sharutil
-Obsoletes:      sharutil
-Version:        4.6.3
-Release:        87
-Summary:        GNU shar utilities
 Source:         sharutils-%{version}.tar.bz2
-Patch:          quoting.diff
-Patch1:         testsuite.diff
-Patch2:         set-file-mode.diff
-Patch3:         dummy.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch0:         sharutils-testsuite.diff
+# PATCH-MISSING-TAG -- See 
http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines
+Patch1:         sharutils-set_file_mode.diff
+# PATCH-FIX-UPSTREAM sharutils-mandir.patch bnc#709121
+Patch2:         sharutils-mandir.patch
+%if %{with mail}
+BuildRequires:  mailx
+%endif
+PreReq:         %{install_info_prereq}
+PreReq:         /bin/ln
+PreReq:         /bin/rm
+Recommends:     %{name}-lang = %{version}
+Provides:       sharutil = %{version}
+Obsoletes:      sharutil < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-PreReq:         /bin/ln /bin/rm %{install_info_prereq}
 
 %description
 This is the set of GNU shar utilities.
@@ -51,28 +57,35 @@
 remsync allows for remote synchronization of directory trees, using
 e-mail.  This part of sharutils is still alpha.
 
+%package lang
 
+Summary:        GNU shar utilities user interface texts
+
+%description lang
+Translated user interface texts for GNU shar utilities
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1
-%patch2
-%patch3
+chmod +w src/scripts.x
+# false
+%patch2 -p1
 
 %build
 mkdir -p ../bin
 ln -snf /bin/true ../bin/compress
 PATH=$PWD/../bin:$PATH
 autoreconf --force --install
-./configure CFLAGS="$RPM_OPT_FLAGS" --prefix=%{_prefix} --mandir=%{_mandir} \
-           --infodir=%{_infodir}
+%configure
 make
+
+%check
 make check
 
 %install
-make install DESTDIR="$RPM_BUILD_ROOT"
-%find_lang %name
+%make_install
+%find_lang %{name}
 
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/sharutils.info.gz
@@ -81,11 +94,15 @@
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/sharutils.info.gz
 
 %clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
+
+%files lang -f %{name}.lang
+%defattr(-, root, root)
 
-%files -f %name.lang
+%files
 %defattr(-, root, root)
-%{_prefix}/bin/*
+%doc README COPYING NEWS THANKS
+%{_bindir}/*
 %{_infodir}/*.gz
 %{_mandir}/*/*.gz
 

++++++ sharutils-4.6.3.tar.bz2 -> sharutils-4.11.1.tar.bz2 ++++++
++++ 190212 lines of diff (skipped)

++++++ sharutils-mandir.patch ++++++
diff -aur o/doc/uuencode.1 n/doc/uuencode.1
--- o/doc/uuencode.1    2009-08-30 18:47:10.000000000 +0200
+++ n/doc/uuencode.1    2011-07-29 01:54:30.633000003 +0200
@@ -1,37 +1,38 @@
-'.\" Copyright (c) 1980, 1990 The Regents of the University of California.
-'.\" All rights reserved.
-'.\"
-'.\" Redistribution and use in source and binary forms, with or without
-'.\" modification, are permitted provided that the following conditions
-'.\" are met:
-'.\" 1. Redistributions of source code must retain the above copyright
-'.\"    notice, this list of conditions and the following disclaimer.
-'.\" 2. Redistributions in binary form must reproduce the above copyright
-'.\"    notice, this list of conditions and the following disclaimer in the
-'.\"    documentation and/or other materials provided with the distribution.
-'.\" 3. All advertising materials mentioning features or use of this software
-'.\"    must display the following acknowledgement:
-'.\"   This product includes software developed by the University of
-'.\"   California, Berkeley and its contributors.
-'.\" 4. Neither the name of the University nor the names of its contributors
-'.\"    may be used to endorse or promote products derived from this software
-'.\"    without specific prior written permission.
-'.\"
-'.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-'.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-'.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-'.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-'.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-'.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-'.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-'.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-'.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-'.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-'.\" SUCH DAMAGE.
-'.\"
-'.\" Modified from
-'.\"     @(#)uuencode.1        6.9 (Berkeley) 4/23/91
-'.\"
+'\"
+'\" Copyright (c) 1980, 1990 The Regents of the University of California.
+'\" All rights reserved.
+'\"
+'\" Redistribution and use in source and binary forms, with or without
+'\" modification, are permitted provided that the following conditions
+'\" are met:
+'\" 1. Redistributions of source code must retain the above copyright
+'\"    notice, this list of conditions and the following disclaimer.
+'\" 2. Redistributions in binary form must reproduce the above copyright
+'\"    notice, this list of conditions and the following disclaimer in the
+'\"    documentation and/or other materials provided with the distribution.
+'\" 3. All advertising materials mentioning features or use of this software
+'\"    must display the following acknowledgement:
+'\"    This product includes software developed by the University of
+'\"    California, Berkeley and its contributors.
+'\" 4. Neither the name of the University nor the names of its contributors
+'\"    may be used to endorse or promote products derived from this software
+'\"    without specific prior written permission.
+'\"
+'\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+'\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+'\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+'\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+'\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+'\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+'\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+'\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+'\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+'\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+'\" SUCH DAMAGE.
+'\"
+'\" Modified from
+'\"     @(#)uuencode.1 6.9 (Berkeley) 4/23/91
+'\"
 .TH uuencode 1
 .SH NAME
 uuencode, uudecode \- encode a binary file, or decode its representation
@@ -104,10 +105,10 @@
 tree.
 .PP
 .IP
-.NF
+.EX
 tar cf \- src_tree \&| compress \&|
 uuencode src_tree.tar.Z \&| mail sys1!sys2!user
-.FI
+.EE
 .LP
 .SH SEE ALSO
 compress(1), mail(1), uucp(1), uuencode(5)
diff -aur o/doc/uuencode.5 n/doc/uuencode.5
--- o/doc/uuencode.5    2005-07-01 15:39:49.000000000 +0200
+++ n/doc/uuencode.5    2011-07-29 01:55:23.990000003 +0200
@@ -1,36 +1,37 @@
-'.\" Copyright (c) 1989, 1991 The Regents of the University of California.
-'.\" All rights reserved.
-'.\"
-'.\" Redistribution and use in source and binary forms, with or without
-'.\" modification, are permitted provided that the following conditions
-'.\" are met:
-'.\" 1. Redistributions of source code must retain the above copyright
-'.\"    notice, this list of conditions and the following disclaimer.
-'.\" 2. Redistributions in binary form must reproduce the above copyright
-'.\"    notice, this list of conditions and the following disclaimer in the
-'.\"    documentation and/or other materials provided with the distribution.
-'.\" 3. All advertising materials mentioning features or use of this software
-'.\"    must display the following acknowledgement:
-'.\"   This product includes software developed by the University of
-'.\"   California, Berkeley and its contributors.
-'.\" 4. Neither the name of the University nor the names of its contributors
-'.\"    may be used to endorse or promote products derived from this software
-'.\"    without specific prior written permission.
-'.\"
-'.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-'.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-'.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-'.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-'.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-'.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-'.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-'.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-'.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-'.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-'.\" SUCH DAMAGE.
-'.\"
-'.\"     @(#)uuencode.format.5 6.4 (Berkeley) 5/10/91
-'.\"
+'\"
+'\" Copyright (c) 1989, 1991 The Regents of the University of California.
+'\" All rights reserved.
+'\"
+'\" Redistribution and use in source and binary forms, with or without
+'\" modification, are permitted provided that the following conditions
+'\" are met:
+'\" 1. Redistributions of source code must retain the above copyright
+'\"    notice, this list of conditions and the following disclaimer.
+'\" 2. Redistributions in binary form must reproduce the above copyright
+'\"    notice, this list of conditions and the following disclaimer in the
+'\"    documentation and/or other materials provided with the distribution.
+'\" 3. All advertising materials mentioning features or use of this software
+'\"    must display the following acknowledgement:
+'\"    This product includes software developed by the University of
+'\"    California, Berkeley and its contributors.
+'\" 4. Neither the name of the University nor the names of its contributors
+'\"    may be used to endorse or promote products derived from this software
+'\"    without specific prior written permission.
+'\"
+'\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+'\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+'\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+'\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+'\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+'\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+'\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+'\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+'\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+'\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+'\" SUCH DAMAGE.
+'\"
+'\"     @(#)uuencode.format.5  6.4 (Berkeley) 5/10/91
+'\"
 .TH UUENCODE 5
 .SH NAME
 uuencode \- format of an encoded uuencode file
++++++ sharutils-set_file_mode.diff ++++++
Index: src/shar.c
===================================================================
--- src/shar.c.orig     2011-01-15 02:38:38.000000000 +0100
+++ src/shar.c  2011-07-26 11:50:09.533843512 +0200
@@ -1844,7 +1844,7 @@ shar (const char * lname, const char * r
 static void
 set_file_mode (int mode)
 {
-  if (mode == 'B' && uuencoded_file_mode)
+  if (mode == 'B' && uuencoded_file_mode > 0)
     /* Selecting uuencode mode should not contradict compression.  */
     return;
 
++++++ sharutils-testsuite.diff ++++++
Index: tests/shar-2
===================================================================
--- tests/shar-2.orig   2010-02-22 00:04:05.000000000 +0100
+++ tests/shar-2        2011-07-26 11:50:33.269517207 +0200
@@ -25,6 +25,8 @@ do
   exec 3>&-
 done
 
+PATH=`cd ../src; pwd`:$PATH
+export PATH
 : ${SHAR=`cd ../src ; pwd`/shar}
 : ${UNSHAR=`cd ../src ; pwd`/unshar}
 (cd ${tmppfx}.d ; ${SHAR} -m . 2>/dev/null) > ${tmppfx}.shar

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to