[xorg-x11-drv-nvidia] Add simpledrm boot option
by Leigh Scott
commit 907d5e304559cbf2b402948b2692e9d4c47585bc
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 14:18:24 2022 +0100
Add simpledrm boot option
xorg-x11-drv-nvidia.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/xorg-x11-drv-nvidia.spec b/xorg-x11-drv-nvidia.spec
index b2c46f7..45b56af 100644
--- a/xorg-x11-drv-nvidia.spec
+++ b/xorg-x11-drv-nvidia.spec
@@ -10,7 +10,7 @@
%global _firmwarepath %{_prefix}/lib/firmware
%global _winedir %{_libdir}/nvidia/wine
%if 0%{?fedora} || 0%{?rhel} > 7
-%global _dracutopts rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
+%global _dracutopts rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 initcall_blacklist=simpledrm_platform_driver_init
%else
%global _dracutopts nouveau.modeset=0 rd.driver.blacklist=nouveau nvidia-drm.modeset=1
%global _modprobedir %{_prefix}/lib/modprobe.d
2 years, 6 months
[chromium-freeworld] Tweak aarch64 build
by Leigh Scott
commit 15fd2819489f42fbe41cd3e533084710d64a79d8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu May 26 12:05:27 2022 +0100
Tweak aarch64 build
chromium-freeworld.spec | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 394ab67..d22e463 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -43,7 +43,7 @@
##############################Package Definitions######################################
Name: chromium-freeworld
Version: 102.0.5005.61
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Chromium built with all freeworld codecs and VA-API support
License: BSD and LGPLv2+ and ASL 2.0 and IJG and MIT and GPLv2+ and ISC and OpenSSL and (MPLv1.1 or GPLv2 or LGPLv2)
URL: https://www.chromium.org/Home
@@ -170,7 +170,7 @@ Obsoletes: chromium-vaapi < %{version}-%{release}
Recommends: libva-utils
# This build should be only available to amd64
-ExclusiveArch: x86_64
+ExclusiveArch: x86_64 %{arm64}
# Gentoo patches:
Patch201: chromium-98-EnumTable-crash.patch
@@ -359,10 +359,6 @@ gn_arg use_system_libwayland=true
gn_arg use_system_wayland_scanner=true
gn_arg use_bundled_weston=false
-%ifarch aarch64
-gn_arg 'target_cpu="arm64"'
-%endif
-
# ffmpeg
gn_arg ffmpeg_branding=\"Chrome\"
gn_arg proprietary_codecs=true
@@ -382,7 +378,12 @@ gn_arg clang_base_path=\"%{_prefix}\"
gn_arg is_clang=true
gn_arg clang_use_chrome_plugins=false
gn_arg use_lld=true
+%ifarch %{arm64}
+gn_arg 'target_cpu="arm64"'
+gn_arg use_thin_lto=false
+%else
gn_arg use_thin_lto=true
+%endif
gn_arg is_cfi=false
gn_arg use_cfi_icall=false
gn_arg chrome_pgo_phase=0
@@ -519,6 +520,9 @@ appstream-util validate-relax --nonet "%{buildroot}%{_metainfodir}/%{name}.appda
%{chromiumdir}/vk_swiftshader_icd.json
#########################################changelogs#################################################
%changelog
+* Thu May 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 102.0.5005.61-2
+- Tweak aarch64 build
+
* Tue May 24 2022 Leigh Scott <leigh123linux(a)gmail.com> - 102.0.5005.61-1
- Update to 102.0.5005.61
2 years, 6 months
[unifi/el8] Update to 7.1.61.
by Richard Shaw
Summary of changes:
664f1ad... Update to 7.1.61. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[unifi/f35] Update to 7.1.61.
by Richard Shaw
Summary of changes:
664f1ad... Update to 7.1.61. (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[chromium-freeworld/f34] (5 commits) ...Exclude aarch64
by Leigh Scott
Summary of changes:
59b4104... Remove prefix from exec in desktop file (*)
04d8ac5... Update to 102.0.5005.61 (*)
517c624... Use archlinux patch (*)
7bde08c... Switch git to git-core (*)
18bbf60... Exclude aarch64 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 6 months
[gsview] 5.01beta (what a waste of time) doesn't work
by Sérgio M. Basto
commit b75e56abdcc064cfecd8b67061181da34c38a64f
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu May 26 00:03:12 2022 +0100
5.01beta (what a waste of time) doesn't work
.gitignore | 1 +
...-registraton-removal-in-the-unix-specific.patch | 60 ++++++++++++++++++++++
add | 0
gsview-4.4-xdg_open.patch | 13 +----
gsview-4.8-libgs.patch | 4 +-
gsview.spec | 27 ++++++----
sources | 2 +-
7 files changed, 82 insertions(+), 25 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f181bb6..0f31687 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
gsview-4.9.tar.gz
+/gsview-v5.01beta.tar.gz
diff --git a/0001-Updates-for-registraton-removal-in-the-unix-specific.patch b/0001-Updates-for-registraton-removal-in-the-unix-specific.patch
new file mode 100644
index 0000000..a2c918d
--- /dev/null
+++ b/0001-Updates-for-registraton-removal-in-the-unix-specific.patch
@@ -0,0 +1,60 @@
+From df97e2eaa0c1b39848dcd45d034a75ed7733aebd Mon Sep 17 00:00:00 2001
+From: Hin-Tak Leung <htl10(a)users.sourceforge.net>
+Date: Sun, 22 May 2022 03:27:18 +0100
+Subject: [PATCH] Updates for registraton removal in the unix-specific code
+ path
+
+Signed-off-by: Hin-Tak Leung <htl10(a)users.sourceforge.net>
+---
+ srcunx/gvx.c | 2 --
+ srcunx/gvxdlg.c | 8 ++------
+ 2 files changed, 2 insertions(+), 8 deletions(-)
+
+diff --git a/srcunx/gvx.c b/srcunx/gvx.c
+index 415f6f9..a8d9c84 100644
+--- a/srcunx/gvx.c
++++ b/srcunx/gvx.c
+@@ -1924,8 +1924,6 @@ do_args(gpointer data)
+ return TRUE;
+ }
+
+- registration_check();
+-
+ /*
+ * we had some command line options that couldn't be
+ * be processed until the window was created.
+diff --git a/srcunx/gvxdlg.c b/srcunx/gvxdlg.c
+index 90fe31b..267592f 100644
+--- a/srcunx/gvxdlg.c
++++ b/srcunx/gvxdlg.c
+@@ -725,12 +725,8 @@ void show_about(void)
+ /*
+ ICON ID_GSVIEW, ABOUT_ICON, 8, 8, 18, 20
+ */
+- sprintf(buf, "%s %s", get_string(IDS_AAREGTOC), registration_name);
+- add_about(vbox, buf);
+- strcpy(buf, get_string(IDS_AANUMBERC));
+- if (registration_receipt != 0)
+- sprintf(buf, "%s %u", get_string(IDS_AANUMBERC), registration_receipt);
+- add_about(vbox, buf);
++ add_about(vbox, "");
++ add_about(vbox, "");
+
+ /* Create and place OK button at the bottom */
+ button_ok = gtk_button_new_with_label(get_string(IDS_AAOK));
+--
+2.35.3
+
+diff --git a/src/gvcver.h b/src/gvcver.h
+index e4017ab..eae0b5c 100644
+--- a/src/gvcver.h
++++ b/src/gvcver.h
+@@ -35,7 +35,7 @@
+ /* undefine BETA for a final release */
+ /*
+ */
+-#define BETA
++#undef BETA
+ #define BETA_YEAR 2020
+ #define BETA_MONTH 12
+ #define BETA_DAY 30
diff --git a/add b/add
new file mode 100644
index 0000000..e69de29
diff --git a/gsview-4.4-xdg_open.patch b/gsview-4.4-xdg_open.patch
index f6a915c..cfe9b67 100644
--- a/gsview-4.4-xdg_open.patch
+++ b/gsview-4.4-xdg_open.patch
@@ -1,14 +1,3 @@
---- gsview-4.4/srcunx/gvxreg.c.htmlview 2001-10-05 03:48:14.000000000 -0500
-+++ gsview-4.4/srcunx/gvxreg.c 2003-04-28 11:28:15.000000000 -0500
-@@ -76,7 +76,7 @@
- {
- if (debug & DEBUG_GENERAL)
- gs_addmess("online_reg:\n");
-- exec_program("netscape", "http://www.ghostgum.com.au/");
-+ exec_program("xdg-open", "http://www.ghostgum.com.au/");
- }
-
- void modal_reg(GtkWidget *w, gpointer data)
--- gsview-4.4/srcunx/gvxhelp.txt.htmlview 2003-03-14 15:45:52.000000000 -0600
+++ gsview-4.4/srcunx/gvxhelp.txt 2003-04-28 11:29:54.000000000 -0500
@@ -18,11 +18,7 @@
@@ -20,7 +9,7 @@
-else
- mozilla file://$1$TAG
-fi
-+xdg-open file://$1\$TAG
++xdg-open file://$1$TAG
exit 0
diff --git a/gsview-4.8-libgs.patch b/gsview-4.8-libgs.patch
index b15adf8..92b0de7 100644
--- a/gsview-4.8-libgs.patch
+++ b/gsview-4.8-libgs.patch
@@ -2,11 +2,11 @@
+++ gsview-4.8/src/gvcver.h 2006-05-07 20:43:57.000000000 -0500
@@ -57,7 +57,7 @@
/* Ghostscript */
- #define GS_PRODUCT "AFPL Ghostscript"
+ #define GS_PRODUCT "Ghostscript"
#define GS_REVISION_MIN 704
-#define GS_REVISION 704
+#define GS_REVISION @@GS_REVISION@@
- #define GS_REVISION_MAX 999
+ #define GS_REVISION_MAX 10990
#ifdef _Windows
@@ -76,7 +76,7 @@
diff --git a/gsview.spec b/gsview.spec
index 8a7da45..7284a45 100644
--- a/gsview.spec
+++ b/gsview.spec
@@ -1,13 +1,15 @@
+%global tag v5.01beta
Summary: PostScript and PDF previewer
Name: gsview
-Version: 4.9
-Release: 18%{?dist}
+Version: 5.01~beta
+Release: 1%{?dist}
-License: AFPL
+License: GPLv3
Group: Applications/Publishing
-Source: http://mirror.cs.wisc.edu/pub/mirrors/ghost/ghostgum/gsview-%{version}.ta...
-URL: http://www.cs.wisc.edu/~ghost/gsview/
+URL: http://www.ghostgum.com.au/
+# wget --content-disposition "https://git.ghostscript.com/?p=user/ghostgum/gsview.git;a=snapshot;h=refs..."
+Source0: gsview-v5.01beta.tar.gz
Source1: gsview.desktop
@@ -32,23 +34,25 @@ Patch2: gsview-4.8-libgs.patch
Patch3: gsview-4.7-dllversion.patch
# Change Paper default A4 -> Letter
Patch4: gsview-4.7-letterpaper.patch
+Patch5: 0001-Updates-for-registraton-removal-in-the-unix-specific.patch
%description
GSview is a graphical interface for Ghostscript.
-Ghostscript is an interpreter for the PostScript page
+Ghostscript is an interpreter for the PostScript page
description language used by laser printers.
-For documents following the Adobe PostScript Document Structuring
+For documents following the Adobe PostScript Document Structuring
Conventions, GSview allows selected pages to be viewed or printed.
%prep
-%setup -q
+%setup -q -n %{name}-%{tag}
%patch1 -p1 -b .xdg_open
# patch2 bits below
%patch3 -p1 -b .dllversion
%patch4 -p1 -b .letterpaper
+%patch5 -p1
# Determine GS_REVISION/SOMAJOR and substitute values (see patch2)
%patch2 -p1 -b .libgs
@@ -89,7 +93,7 @@ install -D -p -m644 binary/gsview48.png\
desktop-file-install \
--dir="$RPM_BUILD_ROOT%{_datadir}/applications" \
--vendor="" \
- %{SOURCE1}
+ %{SOURCE1}
%files
%doc %{_docdir}/*
@@ -98,9 +102,12 @@ desktop-file-install \
%config(noreplace) %{_sysconfdir}/gsview/printer.ini
%{_mandir}/man*/*
%{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/*/*/*
+%{_datadir}/icons/hicolor/*/*/*
%changelog
+* Wed May 25 2022 Sérgio Basto <sergio(a)serjux.com> - 5.01~beta-1
+- 5.01beta (what a waste of time) doesn't work
+
* Thu Feb 10 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 4.9-18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
diff --git a/sources b/sources
index ccaa58a..84c1351 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-96ca9460c8bd86ef20d881554331d72f gsview-4.9.tar.gz
+SHA512 (gsview-v5.01beta.tar.gz) = 22182a857106116c49f44cfacd491d7bcab9037b453fd9d723ba58fa8a9cce4a09430a8687f5523648effe57c9746487c6988ca3e4593cf06bed05eaa6444fc8
2 years, 6 months
Message important dans votre espace client
by cetelem bank
Chèr(e) client(e),
Vous avez choisi de gérer vos comptes en ligne depuis le site particuliers.cetelem.fr, mais vous n'avez pas encore reconfirmé votre numéro de mobile dans votre profil.
ATTENTION : à partir 25 mai du 2022, afin de renforcer votre sécurité et conformément à la seconde directive européenne sur les services de paiement(2), votre identifiant et votre code secret de connexion ne suffiront plus pour accéder à votre Espace Client.
Tous les 90 jours calendaires, une authentification forte sera nécessaire. Pour cela, vous devez réactiver votre numéro de mobile à l'aide du code unique reçu par sms. À défaut, l'accès à votre Espace Client sera bloqué !
Pour continuer à rester connecté à vos comptes, merci de reconfirmer votre numéro mobile :
reconfirmer votre numéro mobile
Votre numéro de mobile, c'est la première condition indispensable pour rester connecté.
Pour toute question, vous pouvez contacter le numéro d'assistance 01 43 63 23 00 (appel local non surtaxé).
Merci de votre confiance,
2 years, 6 months
[chromium-freeworld] Exclude aarch64
by Leigh Scott
commit 18bbf609ff961e6a9dee32384ffd083c2f9c7b64
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Wed May 25 16:11:03 2022 +0100
Exclude aarch64
chromium-freeworld.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/chromium-freeworld.spec b/chromium-freeworld.spec
index 7f59fbe..394ab67 100644
--- a/chromium-freeworld.spec
+++ b/chromium-freeworld.spec
@@ -170,7 +170,7 @@ Obsoletes: chromium-vaapi < %{version}-%{release}
Recommends: libva-utils
# This build should be only available to amd64
-ExclusiveArch: x86_64 aarch64
+ExclusiveArch: x86_64
# Gentoo patches:
Patch201: chromium-98-EnumTable-crash.patch
2 years, 6 months