commit swtchart for openSUSE:Factory

2020-04-27 Thread root
Hello community,

here is the log from the commit of package swtchart for openSUSE:Factory 
checked in at 2020-04-27 23:39:18

Comparing /work/SRC/openSUSE:Factory/swtchart (Old)
 and  /work/SRC/openSUSE:Factory/.swtchart.new.2738 (New)


Package is "swtchart"

Mon Apr 27 23:39:18 2020 rev:5 rq:798216 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes2020-03-26 
23:32:30.286758371 +0100
+++ /work/SRC/openSUSE:Factory/.swtchart.new.2738/swtchart.changes  
2020-04-27 23:39:25.211645287 +0200
@@ -1,0 +2,8 @@
+Sat Apr 11 21:03:23 UTC 2020 - Fridrich Strba 
+
+- Bring back the old ant way of building in order to avoid this
+  package depending unnecessarily on eclipse/tycho
+- Keep still generation of bundle manifest and osgi(...)
+  requires and provides
+
+---

New:

  build.xml



Other differences:
--
++ swtchart.spec ++
--- /var/tmp/diff_new_pack.ydvhYx/_old  2020-04-27 23:39:26.859648503 +0200
+++ /var/tmp/diff_new_pack.ydvhYx/_new  2020-04-27 23:39:26.859648503 +0200
@@ -24,12 +24,14 @@
 Group:  Development/Languages/Java
 URL:http://www.swtchart.org/
 Source: %{name}-%{version}.tar.xz
+Source1:build.xml
+BuildRequires:  ant
 BuildRequires:  eclipse-swt
 BuildRequires:  fdupes
-BuildRequires:  maven-local
-BuildRequires:  tycho
-#!BuildIgnore:  libjawt.so(SUNWprivate_1.1)
-#!BuildIgnore:  libjawt.so(SUNWprivate_1.1)(64bit)
+BuildRequires:  java-devel
+BuildRequires:  javapackages-local
+BuildRequires:  sed
+BuildRequires:  unzip
 BuildArch:  noarch
 
 %description
@@ -44,32 +46,25 @@
 
 %prep
 %setup -q
-# Create the poms
-xmvn -o org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms 
-DgroupId=org.swtchart
-%{mvn_package} "::pom::" __noinstall
-%{mvn_package} :org.swtchart.example* __noinstall
-
-%{mvn_file} :{*} @1 %{name}/@1
 
 %build
-%{mvn_build} -f -- \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
-   -Dmaven.compiler.release=6
-%else
-   -Dsource=6
-%endif
+sed "s#SWTJAR#$(build-classpath swt)#g" <%{SOURCE1} >build.xml
+sed -i -e '/Classpath/d' org.swtchart/META-INF/MANIFEST.MF
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
-%mvn_install
-%fdupes -s %{buildroot}%{_javadocdir}
+mkdir -p %{buildroot}%{_javadir}
+install org.swtchart.jar %{buildroot}%{_javadir}
+
+%add_maven_depmap org.swtchart:org.swtchart:%{version} org.swtchart.jar
 
-install -dm 0755 -p %{buildroot}%{_javadir}
-install -pm 0644 org.swtchart/target/org.swtchart*.jar 
%{buildroot}%{_javadir}/org.swtchart.jar
-%fdupes -s %{buildroot}%{_datadir}
+mkdir -p %{buildroot}%{_javadocdir}/%{name}
+cp -r api/* %{buildroot}%{_javadocdir}/%{name}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}
 
 %files -f .mfiles
-%{_javadir}
 
-%files javadoc -f .mfiles-javadoc
+%files javadoc
+%{_javadocdir}/%{name}
 
 %changelog

++ build.xml ++









































commit swtchart for openSUSE:Factory

2020-03-26 Thread root
Hello community,

here is the log from the commit of package swtchart for openSUSE:Factory 
checked in at 2020-03-26 23:32:25

Comparing /work/SRC/openSUSE:Factory/swtchart (Old)
 and  /work/SRC/openSUSE:Factory/.swtchart.new.3160 (New)


Package is "swtchart"

Thu Mar 26 23:32:25 2020 rev:4 rq:788460 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes2017-09-20 
17:12:15.353229898 +0200
+++ /work/SRC/openSUSE:Factory/.swtchart.new.3160/swtchart.changes  
2020-03-26 23:32:30.286758371 +0100
@@ -1,0 +2,5 @@
+Wed Mar 25 10:51:52 UTC 2020 - Fridrich Strba 
+
+- Build using tycho/maven so that it can be used as eclipse plugin
+
+---

Old:

  build.xml
  swtchart-0.10.0.tar.gz

New:

  swtchart-0.10.0.tar.xz



Other differences:
--
++ swtchart.spec ++
--- /var/tmp/diff_new_pack.hc6LFZ/_old  2020-03-26 23:32:31.198758701 +0100
+++ /var/tmp/diff_new_pack.hc6LFZ/_new  2020-03-26 23:32:31.198758701 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package swtchart
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -22,16 +22,14 @@
 Summary:Chart component based on SWT
 License:EPL-1.0
 Group:  Development/Languages/Java
-Url:http://www.swtchart.org/
-Source: %{name}-%{version}.tar.gz
-Source1:build.xml
-BuildRequires:  ant
+URL:http://www.swtchart.org/
+Source: %{name}-%{version}.tar.xz
 BuildRequires:  eclipse-swt
 BuildRequires:  fdupes
-BuildRequires:  java-devel
-BuildRequires:  jpackage-utils
-BuildRequires:  sed
-BuildRequires:  unzip
+BuildRequires:  maven-local
+BuildRequires:  tycho
+#!BuildIgnore:  libjawt.so(SUNWprivate_1.1)
+#!BuildIgnore:  libjawt.so(SUNWprivate_1.1)(64bit)
 BuildArch:  noarch
 
 %description
@@ -46,23 +44,32 @@
 
 %prep
 %setup -q
+# Create the poms
+xmvn -o org.eclipse.tycho:tycho-pomgenerator-plugin:generate-poms 
-DgroupId=org.swtchart
+%{mvn_package} "::pom::" __noinstall
+%{mvn_package} :org.swtchart.example* __noinstall
+
+%{mvn_file} :{*} @1 %{name}/@1
 
 %build
-sed "s#SWTJAR#$(build-classpath swt)#g" <%{SOURCE1} >build.xml
-%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
+%{mvn_build} -f -- \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+   -Dmaven.compiler.release=6
+%else
+   -Dsource=6
+%endif
 
 %install
-mkdir -p %{buildroot}%{_javadir}
-install org.swtchart.jar %{buildroot}%{_javadir}
+%mvn_install
+%fdupes -s %{buildroot}%{_javadocdir}
 
-mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
-cp -r api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
-%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
+install -dm 0755 -p %{buildroot}%{_javadir}
+install -pm 0644 org.swtchart/target/org.swtchart*.jar 
%{buildroot}%{_javadir}/org.swtchart.jar
+%fdupes -s %{buildroot}%{_datadir}
 
-%files
-%{_javadir}/*
+%files -f .mfiles
+%{_javadir}
 
-%files javadoc
-%{_javadocdir}/%{name}-%{version}
+%files javadoc -f .mfiles-javadoc
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.hc6LFZ/_old  2020-03-26 23:32:31.230758712 +0100
+++ /var/tmp/diff_new_pack.hc6LFZ/_new  2020-03-26 23:32:31.230758712 +0100
@@ -1,6 +1,6 @@
 
 
-  
+  
 svn
 svn://svn.code.sf.net/p/swt-chart/code/tags/0.10.0
 swtchart
@@ -8,8 +8,8 @@
 no
   
 
-  
-gz
+  
+xz
 *.tar
   
 




commit swtchart for openSUSE:Factory

2017-09-20 Thread root
Hello community,

here is the log from the commit of package swtchart for openSUSE:Factory 
checked in at 2017-09-20 17:12:14

Comparing /work/SRC/openSUSE:Factory/swtchart (Old)
 and  /work/SRC/openSUSE:Factory/.swtchart.new (New)


Package is "swtchart"

Wed Sep 20 17:12:14 2017 rev:3 rq:527292 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes2017-08-08 
11:59:32.829424657 +0200
+++ /work/SRC/openSUSE:Factory/.swtchart.new/swtchart.changes   2017-09-20 
17:12:15.353229898 +0200
@@ -1,0 +2,6 @@
+Tue Sep 19 11:59:09 UTC 2017 - fst...@suse.com
+
+- Fix build with jdk9: build with source and target level 1.6
+- Detect the arch-dependent swt.jar correctly
+
+---



Other differences:
--
++ swtchart.spec ++
--- /var/tmp/diff_new_pack.TaRIK6/_old  2017-09-20 17:12:16.017136440 +0200
+++ /var/tmp/diff_new_pack.TaRIK6/_new  2017-09-20 17:12:16.017136440 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package swtchart
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,9 +27,11 @@
 Source1:build.xml
 BuildRequires:  ant
 BuildRequires:  eclipse-swt
+BuildRequires:  fdupes
+BuildRequires:  java-devel
 BuildRequires:  jpackage-utils
+BuildRequires:  sed
 BuildRequires:  unzip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -46,9 +48,8 @@
 %setup -q
 
 %build
-cp %{SOURCE1} .
-export CLASSPATH=%{_libdir}/java/swt.jar
-%{ant}
+sed "s#SWTJAR#$(build-classpath swt)#g" <%{SOURCE1} >build.xml
+%{ant} -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
 
 %install
 mkdir -p %{buildroot}%{_javadir}
@@ -56,13 +57,12 @@
 
 mkdir -p %{buildroot}%{_javadocdir}/%{name}-%{version}
 cp -r api/* %{buildroot}%{_javadocdir}/%{name}-%{version}
+%fdupes -s %{buildroot}%{_javadocdir}/%{name}-%{version}
 
 %files
-%defattr(-,root,root)
 %{_javadir}/*
 
 %files javadoc
-%defattr(-,root,root)
 %{_javadocdir}/%{name}-%{version}
 
 %changelog

++ build.xml ++
--- /var/tmp/diff_new_pack.TaRIK6/_old  2017-09-20 17:12:16.061130247 +0200
+++ /var/tmp/diff_new_pack.TaRIK6/_new  2017-09-20 17:12:16.065129685 +0200
@@ -18,8 +18,8 @@
 
 
 
-
-
+
+
 
 
 
@@ -32,6 +32,10 @@
 
 
 
+
+
+
+
 
 
 




commit swtchart for openSUSE:Factory

2017-08-08 Thread root
Hello community,

here is the log from the commit of package swtchart for openSUSE:Factory 
checked in at 2017-08-08 11:59:28

Comparing /work/SRC/openSUSE:Factory/swtchart (Old)
 and  /work/SRC/openSUSE:Factory/.swtchart.new (New)


Package is "swtchart"

Tue Aug  8 11:59:28 2017 rev:2 rq:514893 version:0.10.0

Changes:

--- /work/SRC/openSUSE:Factory/swtchart/swtchart.changes2016-09-23 
11:31:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.swtchart.new/swtchart.changes   2017-08-08 
11:59:32.829424657 +0200
@@ -1,0 +2,5 @@
+Sun Dec 25 19:24:29 UTC 2016 - mailaen...@opensuse.org
+
+- update to version 0.10.0
+
+---
@@ -4 +9 @@
-- initial packaging
+- initial packaging of version 0.7.0

Old:

  swtchart-0.7.0.tar.gz

New:

  swtchart-0.10.0.tar.gz



Other differences:
--
++ swtchart.spec ++
--- /var/tmp/diff_new_pack.QWPKJi/_old  2017-08-08 11:59:33.765292845 +0200
+++ /var/tmp/diff_new_pack.QWPKJi/_new  2017-08-08 11:59:33.769292282 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   swtchart
-Version:0.7.0
+Version:0.10.0
 Release:0
 Summary:Chart component based on SWT
 License:EPL-1.0

++ _service ++
--- /var/tmp/diff_new_pack.QWPKJi/_old  2017-08-08 11:59:33.805287213 +0200
+++ /var/tmp/diff_new_pack.QWPKJi/_new  2017-08-08 11:59:33.805287213 +0200
@@ -2,9 +2,9 @@
 
   
 svn
-svn://svn.code.sf.net/p/swt-chart/code/tags/0.7.0
+svn://svn.code.sf.net/p/swt-chart/code/tags/0.10.0
 swtchart
-0.7.0
+0.10.0
 no
   
 
@@ -13,4 +13,4 @@
 *.tar
   
 
-
\ No newline at end of file
+

++ swtchart-0.7.0.tar.gz -> swtchart-0.10.0.tar.gz ++
 5061 lines of diff (skipped)