Projects
Extra
aMule
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 59
View file
aMule.changes
Changed
@@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Sun Nov 14 14:41:53 UTC 2021 - Giacomo Comes <gcomes.obs@gmail.com> - 2.3.3 + +- add BuildRequires: readline-devel +- add BuildRequires: boost-devel + * fix memory issue for version 2.3.3 + * select boost 1.75 for leap 15.3 +- show correct version instead of GIT +- handle properly man pages translations tr and ro + +------------------------------------------------------------------- Mon Apr 26 07:44:59 UTC 2021 - Luigi Baldoni <aloisio@gmx.com> - Update to version 2.3.3.20210426.6d4c03b00 (see Changelog for
View file
aMule.spec
Changed
@@ -29,13 +29,19 @@ BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ -%if 0%{?suse_version} > 1500 +%if 0%{?suse_version} > 1500 || ( 0%{?sle_version} >= 150300 && 0%{?is_opensuse} ) BuildRequires: man-pages-ro %endif BuildRequires: mozilla-nspr BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: wxWidgets-3_0-nostl-devel +%if 0%{?sle_version} == 150300 && 0%{?is_opensuse} +BuildRequires: libboost_headers1_75_0-devel +%else +BuildRequires: boost-devel +%endif +BuildRequires: readline-devel BuildRequires: pkgconfig(cryptopp) BuildRequires: pkgconfig(gdlib) BuildRequires: pkgconfig(libpng) @@ -54,6 +60,10 @@ %autosetup -p1 # remove shebang sed -i '/^#!/d' src/utils/xas/xas.pl +#override version only for source 2.3.3.20210426.6d4c03b00 +if [[ %version == 2.3.3.20210426.6d4c03b00 ]]; then + sed -i '/VERSION "GIT"/s@.*@set (VERSION "2.3.3")\nset (SVNDATE "git 20210426")@' CMakeLists.txt +fi %build %cmake \ @@ -70,6 +80,7 @@ -DBUILD_XAS=ON \ -DBUILD_FILEVIEW=ON \ -DENABLE_UPNP=ON \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_DOCDIR=%{_defaultdocdir}/%{name} %cmake_build @@ -127,8 +138,8 @@ %{_mandir}/man1/xas.1%{?ext_man} %files lang -f %{name}.lang -%if 0%{?suse_version} > 1500 +#only Leap 15.2/15.3 requires the next two lines %dir %{_mandir}/tr -%endif +%dir %{_mandir}/ro %changelog
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
.