Projects
home:gcomes.pmbs
aMule
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Difference Between Revision 2 and
Extra
/
aMule
View file
aMule.changes
Changed
@@ -1,4 +1,29 @@ ------------------------------------------------------------------- +Thu Apr 16 22:51:23 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> + +- Update to version aMule-2.3.3.20260416.c6a241074 + * ChatWnd.cpp: Remove unnecessary header + * ccpp.yml: Create a cmake build workflow + * Add size validation for OP_SERVERMESSAGE packets + * Proxy.cpp: Spell check + * Fix build with libupnp 1.18 + * UPnPBase.cpp: Fix for broken UPNP_VERSION macro on cmake + * UPnPBase.cpp: Spell check + * cmake: Try to use ccache + * ccpp.yml: Update checkout action version + * ccpp.yml: auto reformat + * revert: remove operators added to Format.h (call-site fix is sufficient) + * build: fix compilation with wxWidgets 3.3.x + * cmake: Generate compile_commands.json + * cmake: FindBoost has been removed + * cmake: Fix broken upnp behaviour + * build: fix compilation with wxWidgets 3.x + * cmake: work around broken UPNP.cmake in some distro packages + * expose friend's shared list +- reenable UPNP for tumbleweed +- show correct version instead of GIT + +------------------------------------------------------------------- Mon Mar 16 18:48:15 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> - Update to version 2.3.3.20260224.5fd4775a4
View file
aMule.spec
Changed
@@ -17,7 +17,7 @@ Name: aMule -Version: 2.3.3.20260224.5fd4775a4 +Version: 2.3.3.20260416.c6a241074 Release: 0 Summary: Another eMule file-sharing program License: GPL-2.0-or-later @@ -61,9 +61,13 @@ %build # remove shebang sed -i '/^#!/d' src/utils/xas/xas.pl -#override version only for source 2.3.3.20250105.4a1b78a2a -if %{version} == 2.3.3.20250105.4a1b78a2a ; then - sed -i '/VERSION "GIT"/s@.*@set (VERSION "2.3.3")\nset (SVNDATE "git 20250105")@' CMakeLists.txt +#override version "GIT" +if grep -qF 'VERSION "GIT"' CMakeLists.txt ; then + VER=$(echo %{version} | cut -f1-3 -d.) + SDATE=$(echo %{version} | cut -f4 -d.) + if grep -q '^:digit:\{8\}$' <<<$SDATE ; then + sed -i '/VERSION "GIT"/s@.*@set (VERSION "'$VER'")\nset (SVNDATE "git '$SDATE'")@' CMakeLists.txt + fi fi %cmake \ @@ -79,11 +83,7 @@ -DBUILD_WEBSERVER=ON \ -DBUILD_WXCAS=ON \ -DBUILD_XAS=ON \ -%if 0%{?suse_version} > 1600 - -DENABLE_UPNP=OFF \ -%else -DENABLE_UPNP=ON \ -%endif -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name}
View file
aMule-2.3.3.20260224.5fd4775a4.tar.xz
Deleted
View file
aMule-2.3.3.20260416.c6a241074.tar.xz
Added
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.