Hello community,

here is the log from the commit of package sharutils for openSUSE:Factory 
checked in at 2015-03-03 11:11:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sharutils (Old)
 and      /work/SRC/openSUSE:Factory/.sharutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sharutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sharutils/sharutils.changes      2013-04-07 
14:26:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sharutils.new/sharutils.changes 2015-03-03 
11:11:24.000000000 +0100
@@ -1,0 +2,37 @@
+Thu Feb 26 20:03:07 UTC 2015 - [email protected]
+
+- Cleanup spec file with spec-cleaner
+- Add gpg key
+- Remove obsolete patches
+  * sharutils-set_file_mode.diff 
+  * sharutils-mandir.patch
+  * sharutils-stdio.in.patch
+- Enable openssl support
+- Remove bcond and allways build with mailx
+- Update lang package macros
+- Update to Version 4.15
+  * shar will no longer choke on 64 bit windows
+  * unshar has a compiler warning fix
+  * Happy 2015 copyright
+  * PO file updates
+
+- Version 4.14.2
+  * translation updates
+  * use ftello, fseeko and fflush
+  * augment copyright marks in shar.c and shar-std.def
+  * Happy 2014 copyright dates
+  * fix up man pages (use newer doc generation code)
+
+- Version 4.14 
+  * documentation, obscure usage, FSF address
+
+- Version 4.13.5
+  * primarily, configuration cleanups.  Mostly for MinGW,
+  but some others, too.
+
+- Version 4.13.4
+  * output file names may be encoded in the uuencoded file.
+    By specifying '--encode' on the command line, the output
+    file name will be base64 encoded in the uuencode file.
+
+-------------------------------------------------------------------

Old:
----
  sharutils-4.11.1.tar.bz2
  sharutils-mandir.patch
  sharutils-set_file_mode.diff
  sharutils-stdio.in.patch

New:
----
  sharutils-4.15.tar.xz
  sharutils-4.15.tar.xz.sig
  sharutils.keyring

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

Other differences:
------------------
++++++ sharutils.spec ++++++
--- /var/tmp/diff_new_pack.KwvHIz/_old  2015-03-03 11:11:25.000000000 +0100
+++ /var/tmp/diff_new_pack.KwvHIz/_new  2015-03-03 11:11:25.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sharutils
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,28 +16,22 @@
 #
 
 
-%bcond_with mail
-
 Name:           sharutils
-Version:        4.11.1
+Version:        4.15
 Release:        0
 Summary:        GNU shar utilities
 License:        GPL-3.0+
 Group:          Productivity/Archiving/Compression
-Url:            http://www.gnu.org/software/sharutils/
-Source:         ftp://ftp.gnu.org/gnu/sharutils/sharutils-%{version}.tar.bz2
+Url:            http://www.gnu.org/software/sharutils
+Source0:        ftp://ftp.gnu.org/gnu/sharutils/sharutils-%{version}.tar.xz
+Source1:        ftp://ftp.gnu.org/gnu/sharutils/sharutils-%{version}.tar.xz.sig
+Source2:        %{name}.keyring
 Patch0:         sharutils-testsuite.diff
-Patch1:         sharutils-set_file_mode.diff
-# PATCH-FIX-UPSTREAM sharutils-mandir.patch bnc#709121
-Patch2:         sharutils-mandir.patch
-# PATCH-FIX-OPENSUSE Fix gets declaration
-Patch3:         sharutils-stdio.in.patch
-%if %{with mail}
+BuildRequires:  libopenssl-devel
 BuildRequires:  mailx
-%endif
-PreReq:         %{install_info_prereq}
-PreReq:         /bin/ln
-PreReq:         /bin/rm
+BuildRequires:  xz
+Requires(pre):  %{install_info_prereq}
+Requires(pre):  coreutils
 Recommends:     %{name}-lang = %{version}
 Provides:       sharutil = %{version}
 Obsoletes:      sharutil < %{version}
@@ -57,45 +51,34 @@
 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
-Group:          Productivity/Archiving/Compression
-
-%description lang
-Translated user interface texts for GNU shar utilities
+%{?lang_package}
 
 %prep
 %setup -q
 %patch0
-%patch1
 chmod +w src/scripts.x
-# false
-%patch2 -p1
-%patch3 -p1
 
 %build
 mkdir -p ../bin
 ln -snf /bin/true ../bin/compress
 PATH=$PWD/../bin:$PATH
-%configure
-make
+%configure \
+       --with-openssl
+
+make %{?_smp_mflags}
 
 %check
-make check
+make %{?_smp_mflags} check
 
 %install
-%make_install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 %find_lang %{name}
 
 %post
-%install_info --info-dir=%{_infodir} %{_infodir}/sharutils.info.gz
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %postun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/sharutils.info.gz
-
-%clean
-rm -rf %{buildroot}
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
 %files lang -f %{name}.lang
 %defattr(-, root, root)

++++++ sharutils-testsuite.diff ++++++
--- /var/tmp/diff_new_pack.KwvHIz/_old  2015-03-03 11:11:25.000000000 +0100
+++ /var/tmp/diff_new_pack.KwvHIz/_new  2015-03-03 11:11:25.000000000 +0100
@@ -1,13 +1,13 @@
 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
+--- tests/shar-2.orig
++++ tests/shar-2
 @@ -25,6 +25,8 @@ do
-   exec 3>&-
+   } > ${dir}/second
  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
+ ( cd ${tmppfx}.d

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

Reply via email to