commit aalib for openSUSE:Factory

2024-05-11 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2024-05-11 18:18:53

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


Package is "aalib"

Sat May 11 18:18:53 2024 rev:36 rq:1172933 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2024-02-21 
17:53:14.700416943 +0100
+++ /work/SRC/openSUSE:Factory/.aalib.new.1880/aalib.changes2024-05-11 
18:19:02.033485998 +0200
@@ -1,0 +2,10 @@
+Thu May  9 11:39:03 UTC 2024 - Jan Engelhardt 
+
+- Remove conditionals for SUSE 11.3
+
+---
+Mon May  6 15:35:07 UTC 2024 - Martin Jambor 
+
+- Add -fpermissive to optflags (boo#1223910).
+
+---



Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.3kUyV1/_old  2024-05-11 18:19:05.745621172 +0200
+++ /var/tmp/diff_new_pack.3kUyV1/_new  2024-05-11 18:19:05.749621317 +0200
@@ -18,25 +18,12 @@
 
 Name:   aalib
 %define lname  libaa1
-BuildRequires:  libtool
-BuildRequires:  ncurses-devel
-BuildRequires:  pkgconfig(x11)
-%if 0%{?suse_version} > 1130
-BuildRequires:  gpm-devel
-%else
-BuildRequires:  gpm
-%endif
-URL:https://aa-project.sourceforge.net/
-# bug437293
-%ifarch ppc64
-Obsoletes:  aalib-64bit
-%endif
-#
 Version:1.4.0
 Release:0
 Summary:An ASCII Art Library
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
+URL:https://aa-project.sourceforge.net/
 Source: 
http://sourceforge.net/projects/aa-project/files/aa-lib/1.4rc5/%{name}-1.4rc5.tar.gz
 Source1:
http://downloads.sourceforge.net/project/aa-project/aavga/1.0rc1/aavga-1.0rc1.tar.gz
 Source2:
http://downloads.sourceforge.net/project/aa-project/aview/1.3.0rc1/aview-1.3.0rc1.tar.gz
@@ -54,8 +41,16 @@
 Patch11:aalib-1.4.0-config.patch
 Patch12:aalib-1.4.0-fdleak.patch
 Patch13:aalib-ncurses-6.0-accessors.patch
-PreReq: %install_info_prereq
 BuildRequires:  fdupes
+BuildRequires:  gpm-devel
+BuildRequires:  libtool
+BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig(x11)
+PreReq: %install_info_prereq
+# bug437293
+%ifarch ppc64
+Obsoletes:  aalib-64bit
+%endif
 
 %description
 AA-lib is a low level gfx library. AA-lib does not require a graphics
@@ -78,7 +73,6 @@
 %ifarch ppc64
 Obsoletes:  aalib-devel-64bit
 %endif
-#
 Requires:   %lname = %version
 Requires:   glibc-devel
 Obsoletes:  aalibdev
@@ -108,7 +102,7 @@
 %build
 %{?suse_update_config}
 autoreconf -fiv
-export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer"
+export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer -fpermissive"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -falign-loops=2 -falign-jumps=2 -falign-functions=2"
 %endif
@@ -145,9 +139,7 @@
 %preun
 %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz
 
-%post -n %lname -p /sbin/ldconfig
-
-%postun -n %lname -p /sbin/ldconfig
+%ldconfig_scriptlets -n %lname
 
 %files
 %docdir %{_defaultdocdir}/%{name}


commit aalib for openSUSE:Factory

2024-02-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2024-02-21 17:53:01

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


Package is "aalib"

Wed Feb 21 17:53:01 2024 rev:35 rq:1147785 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2022-11-16 
15:42:38.051673111 +0100
+++ /work/SRC/openSUSE:Factory/.aalib.new.1706/aalib.changes2024-02-21 
17:53:14.700416943 +0100
@@ -1,0 +2,5 @@
+Tue Feb 20 09:55:02 UTC 2024 - Dominique Leuenberger 
+
+- Use %patch -P N instead of deprecated %patchN.
+
+---



Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.Ue6VgZ/_old  2024-02-21 17:53:15.368441122 +0100
+++ /var/tmp/diff_new_pack.Ue6VgZ/_new  2024-02-21 17:53:15.372441266 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package aalib
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -88,22 +88,22 @@
 
 %prep
 %setup -q -a 1 -b 2
-%patch1
-%patch3
-%patch10
-%patch11
-%patch12
-%patch13 -p1
+%patch -P 1
+%patch -P 3
+%patch -P 10
+%patch -P 11
+%patch -P 12
+%patch -P 13 -p1
 cd aavga-1.0
-%patch2
+%patch -P 2
 cd ../../aview-*
-%patch4
-%patch7
-%patch8
+%patch -P 4
+%patch -P 7
+%patch -P 8
 cd ..
-%patch5
-%patch6
-%patch9
+%patch -P 5
+%patch -P 6
+%patch -P 9
 
 %build
 %{?suse_update_config}


commit aalib for openSUSE:Factory

2022-11-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2022-11-16 15:42:31

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


Package is "aalib"

Wed Nov 16 15:42:31 2022 rev:34 rq:1035878 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2022-09-15 
22:58:05.897030387 +0200
+++ /work/SRC/openSUSE:Factory/.aalib.new.1597/aalib.changes2022-11-16 
15:42:38.051673111 +0100
@@ -1,0 +2,6 @@
+Tue Nov 15 13:53:57 UTC 2022 - Dominique Leuenberger 
+
+- Homepage link http://aa-project.sourceforge.net/ is a permanent
+  redirect to its HTTPS counterpart https://aa-project.sourceforge.net/
+
+---



Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.j0KGLI/_old  2022-11-16 15:42:38.987676505 +0100
+++ /var/tmp/diff_new_pack.j0KGLI/_new  2022-11-16 15:42:38.991676518 +0100
@@ -26,7 +26,7 @@
 %else
 BuildRequires:  gpm
 %endif
-URL:http://aa-project.sourceforge.net/
+URL:https://aa-project.sourceforge.net/
 # bug437293
 %ifarch ppc64
 Obsoletes:  aalib-64bit


commit aalib for openSUSE:Factory

2022-09-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2022-09-15 22:57:51

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


Package is "aalib"

Thu Sep 15 22:57:51 2022 rev:33 rq:1003556 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2021-06-13 
23:05:34.407606768 +0200
+++ /work/SRC/openSUSE:Factory/.aalib.new.2083/aalib.changes2022-09-15 
22:58:05.897030387 +0200
@@ -1,0 +2,5 @@
+Sun Sep 11 08:20:25 UTC 2022 - Dirk M??ller 
+
+- avoid ffast-math (ggo#55522) 
+
+---



Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.JF0PJ7/_old  2022-09-15 22:58:06.405031821 +0200
+++ /var/tmp/diff_new_pack.JF0PJ7/_new  2022-09-15 22:58:06.409031833 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aalib
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -108,7 +108,7 @@
 %build
 %{?suse_update_config}
 autoreconf -fiv
-export CFLAGS="%{optflags} -fstrength-reduce -ffast-math -fomit-frame-pointer"
+export CFLAGS="%{optflags} -fstrength-reduce -fomit-frame-pointer"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -falign-loops=2 -falign-jumps=2 -falign-functions=2"
 %endif


commit aalib for openSUSE:Factory

2021-06-14 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aalib for openSUSE:Factory checked 
in at 2021-06-13 23:05:29

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


Package is "aalib"

Sun Jun 13 23:05:29 2021 rev:32 rq:898323 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/aalib/aalib.changes  2015-10-24 
18:55:44.0 +0200
+++ /work/SRC/openSUSE:Factory/.aalib.new.32437/aalib.changes   2021-06-13 
23:05:34.407606768 +0200
@@ -1,0 +2,6 @@
+Mon Jun  7 11:16:33 UTC 2021 - Jan Engelhardt 
+
+- Drop --with-pic (no effect with --disable-static).
+- Run fdupes, and trim old rpm constructs.
+
+---



Other differences:
--
++ aalib.spec ++
--- /var/tmp/diff_new_pack.qlL2sz/_old  2021-06-13 23:05:34.919607693 +0200
+++ /var/tmp/diff_new_pack.qlL2sz/_new  2021-06-13 23:05:34.923607700 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package aalib
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # 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/
 #
 
 
@@ -26,7 +26,7 @@
 %else
 BuildRequires:  gpm
 %endif
-Url:http://aa-project.sourceforge.net/
+URL:http://aa-project.sourceforge.net/
 # bug437293
 %ifarch ppc64
 Obsoletes:  aalib-64bit
@@ -35,8 +35,8 @@
 Version:1.4.0
 Release:0
 Summary:An ASCII Art Library
-License:GPL-2.0+
-Group:  System/Libraries
+License:GPL-2.0-or-later
+Group:  Development/Libraries/C and C++
 Source: 
http://sourceforge.net/projects/aa-project/files/aa-lib/1.4rc5/%{name}-1.4rc5.tar.gz
 Source1:
http://downloads.sourceforge.net/project/aa-project/aavga/1.0rc1/aavga-1.0rc1.tar.gz
 Source2:
http://downloads.sourceforge.net/project/aa-project/aview/1.3.0rc1/aview-1.3.0rc1.tar.gz
@@ -55,7 +55,7 @@
 Patch12:aalib-1.4.0-fdleak.patch
 Patch13:aalib-ncurses-6.0-accessors.patch
 PreReq: %install_info_prereq
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  fdupes
 
 %description
 AA-lib is a low level gfx library. AA-lib does not require a graphics
@@ -108,35 +108,36 @@
 %build
 %{?suse_update_config}
 autoreconf -fiv
-export CFLAGS="$RPM_OPT_FLAGS -fstrength-reduce -ffast-math 
-fomit-frame-pointer"
+export CFLAGS="%{optflags} -fstrength-reduce -ffast-math -fomit-frame-pointer"
 %ifarch %ix86
 export CFLAGS="$CFLAGS -falign-loops=2 -falign-jumps=2 -falign-functions=2"
 %endif
-%configure --disable-static --with-pic --with-slang-driver=no --with-ncurses
-make %{?_smp_mflags}
+%configure --disable-static --with-slang-driver=no --with-ncurses
+%make_build
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
-cp -av ANNOUNCE AUTHORS COPYING INSTALL NEWS README 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}
+%make_install
+mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}
+cp -av ANNOUNCE AUTHORS COPYING INSTALL NEWS README 
%{buildroot}/%{_defaultdocdir}/%{name}
 cd ../aview-1.3.0
-PATH=$RPM_BUILD_ROOT%{_bindir}:$PATH \
-   CFLAGS="$RPM_OPT_FLAGS -I$RPM_BUILD_ROOT/usr/include" \
-   LDFLAGS="-L$RPM_BUILD_ROOT%{_libdir}" \
-   LD_LIBRARY_PATH="$RPM_BUILD_ROOT%{_libdir}" \
+PATH=%{buildroot}/%{_bindir}:$PATH \
+   CFLAGS="%{optflags} -I%{buildroot}/usr/include" \
+   LDFLAGS="-L%{buildroot}/%{_libdir}" \
+   LD_LIBRARY_PATH="%{buildroot}/%{_libdir}" \
./configure --prefix=/usr --mandir=%{_mandir}
 make
-make DESTDIR=$RPM_BUILD_ROOT install
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/aview
-cp -av README* ANNOUNCE COPYING TODO *.lsm 
$RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/aview
+%make_install
+mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/aview
+cp -av README* ANNOUNCE COPYING TODO *.lsm 
%{buildroot}/%{_defaultdocdir}/%{name}/aview
 cd -
 cd aavga-1.0 
-make CFLAGS="$RPM_OPT_FLAGS"
-cp -av aavga.so $RPM_BUILD_ROOT%_libdir
-mkdir -p $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/aavga
-cp -av aavga.lsm COPYING README $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}/aavga
+make CFLAGS="%{optflags}"
+cp -av aavga.so %{buildroot}/%_libdir
+mkdir -p %{buildroot}/%{_defaultdocdir}/%{name}/aavga
+cp -av aavga.lsm COPYING README %{buildroot}/%{_defaultdocdir}/%{name}/aavga
 cd ..
-%{__rm}