commit uudeview for openSUSE:Factory

2019-09-11 Thread root
Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2019-09-11 10:36:50

Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and  /work/SRC/openSUSE:Factory/.uudeview.new.7948 (New)


Package is "uudeview"

Wed Sep 11 10:36:50 2019 rev:19 rq:729854 version:0.5.20

Changes:

--- /work/SRC/openSUSE:Factory/uudeview/uudeview.changes2018-05-16 
11:44:15.942463404 +0200
+++ /work/SRC/openSUSE:Factory/.uudeview.new.7948/uudeview.changes  
2019-09-11 10:36:53.575270101 +0200
@@ -1,0 +2,5 @@
+Tue Sep 10 11:34:12 UTC 2019 - Christophe Giboudeaux 
+
+- Use -ffat-lto-objects when building static libraries.
+
+---



Other differences:
--
++ uudeview.spec ++
--- /var/tmp/diff_new_pack.4EPZD1/_old  2019-09-11 10:36:54.103269949 +0200
+++ /var/tmp/diff_new_pack.4EPZD1/_new  2019-09-11 10:36:54.115269944 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package uudeview
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -27,7 +27,7 @@
 Version:0.5.20
 Release:0
 Summary:The Nice and Friendly Decoder
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Networking/News/Utilities
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}.patch
@@ -46,6 +46,7 @@
 %patch1 -p2
 
 %build
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 autoconf
 CFLAGS="$RPM_OPT_FLAGS -fPIC -DUSE_NON_CONST" \
 ./configure --prefix=%_prefix \




commit uudeview for openSUSE:Factory

2018-05-16 Thread root
Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2018-05-16 11:43:18

Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and  /work/SRC/openSUSE:Factory/.uudeview.new (New)


Package is "uudeview"

Wed May 16 11:43:18 2018 rev:18 rq:608993 version:0.5.20

Changes:

--- /work/SRC/openSUSE:Factory/uudeview/uudeview.changes2018-01-10 
23:35:37.174752077 +0100
+++ /work/SRC/openSUSE:Factory/.uudeview.new/uudeview.changes   2018-05-16 
11:44:15.942463404 +0200
@@ -1,0 +2,5 @@
+Sun May 13 13:03:11 UTC 2018 - bjorn@gmail.com
+
+- Add uudeview-matherr.patch: Patch taken from fedora, fixes build.
+
+---

New:

  uudeview-matherr.patch



Other differences:
--
++ uudeview.spec ++
--- /var/tmp/diff_new_pack.jmV6a1/_old  2018-05-16 11:44:16.550441273 +0200
+++ /var/tmp/diff_new_pack.jmV6a1/_new  2018-05-16 11:44:16.554441127 +0200
@@ -31,6 +31,7 @@
 Group:  Productivity/Networking/News/Utilities
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}.patch
+Patch1: %{name}-matherr.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -42,6 +43,7 @@
 %prep
 %setup -q 
 %patch0
+%patch1 -p2
 
 %build
 autoconf

++ uudeview-matherr.patch ++
--- a/uudeview-0.5.20/tcl/uutcl.c   2018-03-15 20:53:21.69800 +
+++ b/uudeview-0.5.20/tcl/uutcl.c   2018-03-15 20:53:32.64600 +
@@ -48,14 +48,6 @@
 #include 
 #endif
 
-/*
- * The following variable is a special hack that is needed in order for
- * Sun shared libraries to be used for Tcl.
- */
-
-extern int matherr();
-int *tclDummyMathPtr = (int *) matherr;
-
 #include 
 #include 
 #include 



commit uudeview for openSUSE:Factory

2018-01-10 Thread root
Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2018-01-10 23:35:31

Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and  /work/SRC/openSUSE:Factory/.uudeview.new (New)


Package is "uudeview"

Wed Jan 10 23:35:31 2018 rev:17 rq:562891 version:0.5.20

Changes:

--- /work/SRC/openSUSE:Factory/uudeview/uudeview.changes2011-12-25 
17:42:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.uudeview.new/uudeview.changes   2018-01-10 
23:35:37.174752077 +0100
@@ -1,0 +2,7 @@
+Mon Jan  8 17:58:34 UTC 2018 - crrodrig...@opensuse.org
+
+- Remove no longer needed buildrequires on xorg-x11-devel 
+- Add explicit buildrequire on tcl-devel
+- Only an static library is supplied, compile it with -fPIC
+
+---



Other differences:
--
++ uudeview.spec ++
--- /var/tmp/diff_new_pack.rZxv8L/_old  2018-01-10 23:35:37.690727867 +0100
+++ /var/tmp/diff_new_pack.rZxv8L/_new  2018-01-10 23:35:37.690727867 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package uudeview
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -20,8 +20,8 @@
 BuildRequires:  autoconf
 BuildRequires:  mininews
 BuildRequires:  postfix
+BuildRequires:  tcl-devel
 BuildRequires:  tk-devel
-BuildRequires:  xorg-x11-devel
 Url:http://www.fpx.de/fp/Software/UUDeview
 Provides:   sharutils:/usr/bin/uudeview
 Version:0.5.20
@@ -45,7 +45,7 @@
 
 %build
 autoconf
-CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \
+CFLAGS="$RPM_OPT_FLAGS -fPIC -DUSE_NON_CONST" \
 ./configure --prefix=%_prefix \
--libdir=%_libdir \
--disable-minews \




commit uudeview for openSUSE:Factory

2011-12-25 Thread h_root
Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2011-12-25 17:42:27

Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and  /work/SRC/openSUSE:Factory/.uudeview.new (New)


Package is "uudeview", Maintainer is "m...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/uudeview/uudeview.changes2011-09-23 
12:49:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.uudeview.new/uudeview.changes   2011-12-25 
17:42:35.0 +0100
@@ -1,0 +2,10 @@
+Wed Dec 21 10:51:28 UTC 2011 - co...@suse.com
+
+- add autoconf as buildrequire to avoid implicit dependency
+
+---
+Tue Dec 20 20:30:02 UTC 2011 - co...@suse.com
+
+- remove call to suse_update_config (very old work around)
+
+---



Other differences:
--
++ uudeview.spec ++
--- /var/tmp/diff_new_pack.2TWmqv/_old  2011-12-25 17:42:39.0 +0100
+++ /var/tmp/diff_new_pack.2TWmqv/_new  2011-12-25 17:42:39.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package uudeview (Version 0.5.20)
+# spec file for package uudeview
 #
-# 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,19 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   uudeview
-BuildRequires:  mininews postfix tk-devel xorg-x11-devel
+BuildRequires:  autoconf
+BuildRequires:  mininews
+BuildRequires:  postfix
+BuildRequires:  tk-devel
+BuildRequires:  xorg-x11-devel
 Url:http://www.fpx.de/fp/Software/UUDeview
-License:GPL-2.0+
-Group:  Productivity/Networking/News/Utilities
 Provides:   sharutils:/usr/bin/uudeview
-AutoReqProv:on
 Version:0.5.20
-Release:235
+Release:0
 Summary:The Nice and Friendly Decoder
+License:GPL-2.0+
+Group:  Productivity/Networking/News/Utilities
 Source: %{name}-%{version}.tar.bz2
 Patch0: %{name}.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -38,18 +39,11 @@
 ultimate goal is to fully replace the "standard", but dumb uudecode and
 uuencode utilities.
 
-
-
-Authors:
-
-Frank Pilhofer 
-
 %prep
 %setup -q 
 %patch0
 
 %build
-%suse_update_config
 autoconf
 CFLAGS="$RPM_OPT_FLAGS -DUSE_NON_CONST" \
 ./configure --prefix=%_prefix \

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



commit uudeview for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package uudeview for openSUSE:Factory 
checked in at 2011-12-06 19:11:02

Comparing /work/SRC/openSUSE:Factory/uudeview (Old)
 and  /work/SRC/openSUSE:Factory/.uudeview.new (New)


Package is "uudeview", Maintainer is "m...@suse.com"

Changes:




Other differences:
--
++ uudeview.spec ++
--- /var/tmp/diff_new_pack.6pGK2C/_old  2011-12-06 19:45:24.0 +0100
+++ /var/tmp/diff_new_pack.6pGK2C/_new  2011-12-06 19:45:24.0 +0100
@@ -21,7 +21,7 @@
 Name:   uudeview
 BuildRequires:  mininews postfix tk-devel xorg-x11-devel
 Url:http://www.fpx.de/fp/Software/UUDeview
-License:GPL v2 or later
+License:GPL-2.0+
 Group:  Productivity/Networking/News/Utilities
 Provides:   sharutils:/usr/bin/uudeview
 AutoReqProv:on

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