Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package projectlibre for openSUSE:Factory checked in at 2021-02-18 20:40:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/projectlibre (Old) and /work/SRC/openSUSE:Factory/.projectlibre.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "projectlibre" Thu Feb 18 20:40:01 2021 rev:6 rq:868962 version:1.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/projectlibre/projectlibre.changes 2020-07-15 15:04:27.767377431 +0200 +++ /work/SRC/openSUSE:Factory/.projectlibre.new.28504/projectlibre.changes 2021-02-18 20:52:23.087437921 +0100 @@ -1,0 +2,7 @@ +Tue Feb 2 16:53:37 UTC 2021 - Axel Braun <[email protected]> + +- version 1.9.3 - no changelog + revert spec file to earlier version using ant build + ran spec-cleaner on it + +------------------------------------------------------------------- Old: ---- projectlibre-1.9.2.tar.gz New: ---- _service _servicedata projectlibre-1.9.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ projectlibre.spec ++++++ --- /var/tmp/diff_new_pack.HobijU/_old 2021-02-18 20:52:23.943438724 +0100 +++ /var/tmp/diff_new_pack.HobijU/_new 2021-02-18 20:52:23.943438724 +0100 @@ -1,7 +1,7 @@ # # spec file for package projectlibre # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,17 @@ Name: projectlibre -Version: 1.9.2 +Version: 1.9.3 Release: 0 Summary: Project Management Tool License: CPAL-1.0 Group: Productivity/Office/Management URL: https://www.projectlibre.org -Source0: https://downloads.sourceforge.net/project/%{name}/ProjectLibre/%{version}/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.gz Source1: %{name}.desktop Source2: %{name}.png Source3: x-%{name}.desktop +BuildRequires: ant BuildRequires: update-desktop-files Requires: java >= 1.6.0 BuildArch: noarch @@ -40,12 +41,17 @@ %setup -q %build +#Set the file encoding for source files +export JAVA_TOOL_OPTIONS=-Dfile.encoding=cp1252 +cd projectlibre_build/ +ant clean +ant %install export NO_BRP_CHECK_BYTECODE_VERSION=true mkdir -p %{buildroot}%{_datadir}/%{name}/lib -install -Dm0755 lib/*.jar %{buildroot}%{_datadir}/%{name}/lib/ -install -Dm0755 %{name}.jar %{buildroot}%{_datadir}/%{name}/ +install -Dm0755 projectlibre_contrib/*.jar %{buildroot}%{_datadir}/%{name}/lib/ +install -Dm0755 projectlibre_build/dist/%{name}.jar %{buildroot}%{_datadir}/%{name}/ # startscript cat > %{name} << EOF @@ -65,7 +71,8 @@ %suse_update_desktop_file -i %{name} %files -%license license/license.txt +%license projectlibre_build/license/* +%doc projectlibre_build/doc/* %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="url">git://git.code.sf.net/p/projectlibre/code</param> <param name="filename">projectlibre</param> <param name="scm">git</param> <param name="exclude">.git</param> <param name="version">1.9.3</param> <param name="revision">master</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> <param name="compression">gz</param> </service> <service name="set_version" mode="disabled"> <param name="basename">projectlibre</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">git://git.code.sf.net/p/projectlibre/code</param> <param name="changesrevision">20814e88dc83694f9fc6780c2550ca5c8a87aa16</param></service></servicedata>++++++ projectlibre-1.9.2.tar.gz -> projectlibre-1.9.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/projectlibre/projectlibre-1.9.2.tar.gz /work/SRC/openSUSE:Factory/.projectlibre.new.28504/projectlibre-1.9.3.tar.gz differ: char 5, line 1
