From d00b816b6e98cebbf359d5deea3c4c59e8b276bf Mon Sep 17 00:00:00 2001 From: KAMiKAZOW <> Date: Nov 25 2021 22:12:02 +0000 Subject: Update citra to version nightly1734 / rev 8 via SR 933586 https://build.opensuse.org/request/show/933586 by user KAMiKAZOW + dimstar_suse --- diff --git a/.files b/.files index 3fd946e..8a6f6ad 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 9da746b..9b7fbff 100644 --- a/.rev +++ b/.rev @@ -97,4 +97,12 @@ Automatic submission by obs-autosubmit 931300 + + aa02c740dd62718d40f8ffeb103d2b3c + nightly1734 + + dimstar_suse + + 933586 + diff --git a/.servicemark b/.servicemark index c263302..11b04b6 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -fb0126787b0290782cd3e132ed38cbca +163cfa22bd70bf5531918f7861d60fc7 diff --git a/_servicedata b/_servicedata index 3d7bc19..a818a85 100644 --- a/_servicedata +++ b/_servicedata @@ -3,4 +3,4 @@ https://github.com/citra-emu/citra.git 11baa40d75d8a479bd738a05e91bba6f09856fe5 https://github.com/citra-emu/citra-nightly.git - 8dfd9d344563d9f9c9120318350499f560383650 \ No newline at end of file + 64b502aad36a22a98e7adf69a1293b524e571125 \ No newline at end of file diff --git a/citra-nightly1733.obscpio b/citra-nightly1733.obscpio deleted file mode 120000 index cbb313f..0000000 --- a/citra-nightly1733.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeifi2ercmwwirp6hwozbc6qtvrfdo5d3hqqsdw4odh6qub7gg6she4 \ No newline at end of file diff --git a/citra-nightly1734.obscpio b/citra-nightly1734.obscpio new file mode 120000 index 0000000..89892f5 --- /dev/null +++ b/citra-nightly1734.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeihffjsj6z5ysts6fvpeyal5bgj2noaewhuze4bq2zkfyfkqlvwita \ No newline at end of file diff --git a/citra.changes b/citra.changes index c8bc6f3..b20b487 100644 --- a/citra.changes +++ b/citra.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Wed Nov 24 17:09:48 UTC 2021 - Giacomo Comes + +- fix build for Leap 15.3 + +------------------------------------------------------------------- +Sun Nov 21 00:44:11 UTC 2021 - pousaduarte@gmail.com + +- Update to version nightly1734: + * update submodule discord-rpc to latest [now deprecated] + +------------------------------------------------------------------- Sun Nov 07 00:16:30 UTC 2021 - pousaduarte@gmail.com - Update to version nightly1733: diff --git a/citra.obsinfo b/citra.obsinfo index 3b6adc2..01077af 100644 --- a/citra.obsinfo +++ b/citra.obsinfo @@ -1,5 +1,5 @@ name: citra -version: nightly1733 -mtime: 1636222198 -commit: 8dfd9d344563d9f9c9120318350499f560383650 +version: nightly1734 +mtime: 1637422287 +commit: 64b502aad36a22a98e7adf69a1293b524e571125 diff --git a/citra.spec b/citra.spec index 8abb260..6a72e8f 100644 --- a/citra.spec +++ b/citra.spec @@ -1,7 +1,7 @@ # # spec file for package citra # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2017–2019 Markus S. # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: citra -Version: nightly1733 +Version: nightly1734 Release: 0 Summary: Nintendo 3DS emulator License: GPL-2.0-or-later @@ -28,10 +28,17 @@ Source: %{name}-%{version}.tar.xz Patch0: gcc-enablement.patch BuildRequires: cmake >= 3.6 BuildRequires: hicolor-icon-theme +%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} +BuildRequires: libboost_date_time1_75_0-devel +BuildRequires: libboost_regex1_75_0-devel +BuildRequires: libboost_serialization1_75_0-devel +BuildRequires: libboost_system1_75_0-devel +%else BuildRequires: libboost_date_time-devel >= 1.70.0 BuildRequires: libboost_regex-devel BuildRequires: libboost_serialization-devel BuildRequires: libboost_system-devel +%endif BuildRequires: libqt5-linguist-devel BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Concurrent)