File project.diff of Package doomseeker
--- doomseeker.changes.orig
+++ doomseeker.changes
@@ -1,4 +1,67 @@
-------------------------------------------------------------------
+Sat May 21 21:07:36 UTC 2022 - Martin Hauke <mardnh@gmx.de>
+
+- Update to version 1.3.3
+ Added:
+ * An IP2C option to toggle honoring of the countries received
+ from the game servers; enabled by default. If enabled, display
+ the country flags and the locations basing on this info.
+ * The game settings inputs in the "Rules" panel of the Create
+ Game box can now be more elaborate than just "setters for
+ numeric values". If a game requires it, these inputs can be
+ rendered as checkboxes or text editors.
+ * Odamex: Support for Odamex version 10.0
+ * Zandronum: Add the new settings from Zandronum 3.1 to the
+ Create Game box: DM and compat. flags, server country, voting
+ permissions, respawn delay times.
+ * Zandronum: accept the country code sent by the game servers.
+ * Zandronum: accept the minplayers/maxplayers arguments on the
+ maplist.
+ Changed
+ * Move the IP2C options to a separate configuration page.
+ * Stick the description labels to the checkboxes in the
+ appearance config.
+ * Permit parameters on the map list, ignore them when checking
+ if a map is on the map list.
+ * Doomseeker now knows the list of countries and their alpha-3
+ codes by heart (it's hardcoded), instead of drawing them from
+ the IP2C database. The country names can now be translated.
+ * Remove the useless question mark button from the titlebars of
+ the dialog boxes.
+ * Make the UI more spacious by removing paddings in the main
+ dockable windows and in the configuration box.
+ * Odamex: Adapt the game modes in the Create Game box to how
+ Odamex wants them. The box will present only the selection of
+ the 5 base modes: Coop, DM, Team DM, CTF and the Horde mode
+ from Odamex 10.0. The other game modes can be activated by
+ enabling the lives and the sides settings on the Rules page.
+ * Zandronum: Clean-up the layout of the "Zandronum" tab in the
+ Create Game box.
+ * Zandronum: Rename the "Disallow - Use custom GL lighting
+ settings" to "Disallow - Use custom renderer settings" because
+ this is what it actually does.
+ * Under "Configuration", the "Wadseeker - General" config node
+ has been moved to the "Wadseeker" config node. The "Games" node
+ now also displays an empty configuration page. Previously,
+ both of these nodes did nothing.
+ Deprecated
+ * SRB2: The Sonic Robo Blast 2 game plugin may be soon removed
+ from the Doomseeker distribution. After removal, the core
+ Doomseeker development team will no longer develop, maintain,
+ or test compatibility with Sonic Robo Blast 2.
+ Fixed
+ * The warning that warns about the current map not being on the
+ map list wouldn't appear or disappear if the map entry was
+ edited directly.
+ * Minor text changes throughout Doomseeker and the plugins to
+ improve on robotic or clumsy language, also (or primarily) in
+ the Polish translation.
+ * Zandronum, QZandronum: fix a crash if server sends more PWAD
+ hashes than it sent PWADs.
+ * Zandronum: dmflags and compatflags are signed integers, not
+ unsigned.
+
+-------------------------------------------------------------------
Fri Sep 17 17:30:42 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.3.2
--- doomseeker.spec.orig
+++ doomseeker.spec
@@ -15,9 +15,9 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
-
+%define sover 2
Name: doomseeker
-Version: 1.3.2
+Version: 1.3.3
Release: 0
Summary: A cross-platform Doom server browser
License: GPL-2.0-only
@@ -52,11 +52,11 @@ Doomseeker provides support for Chocolat
and Zandronum. With its plugin system support for even more can
be added.
-%package -n libwadseeker2
+%package -n libwadseeker%{sover}
Summary: A Library To Find Mods
Group: System/Libraries
-%description -n libwadseeker2
+%description -n libwadseeker%{sover}
The Wadseeker library allows the automatic download of maps and mods.
%package -n libwadseeker-devel
@@ -78,15 +78,11 @@ QT_HASH_SEED=1 %cmake_build
%install
%cmake_install
-
mkdir -p %{buildroot}%{_datadir}/icons/hicolor/1024x1024/apps/
mv %{buildroot}%{_datadir}/icons/doomseeker.png %{buildroot}%{_datadir}/icons/hicolor/1024x1024/apps/doomseeker.png
-rm -r %{buildroot}%{_datadir}/doc/doomseeker/
-rm -r %{buildroot}%{_datadir}/doc/wadseeker/
-
-%post -n libwadseeker2 -p /sbin/ldconfig
-%postun -n libwadseeker2 -p /sbin/ldconfig
+%post -n libwadseeker%{sover} -p /sbin/ldconfig
+%postun -n libwadseeker%{sover} -p /sbin/ldconfig
%files
%license LICENSE
@@ -100,9 +96,8 @@ rm -r %{buildroot}%{_datadir}/doc/wadsee
%dir %{_datadir}/icons/hicolor/1024x1024/apps/
%{_datadir}/icons/hicolor/1024x1024/apps/doomseeker.png
-%files -n libwadseeker2
-%{_libdir}/libwadseeker.so.2
-%{_libdir}/libwadseeker.so.2.1
+%files -n libwadseeker%{sover}
+%{_libdir}/libwadseeker.so.%{sover}*
%files -n libwadseeker-devel
%{_includedir}/wadseeker/