Hello community,

here is the log from the commit of package jedit for openSUSE:Factory checked 
in at 2014-07-10 14:55:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jedit (Old)
 and      /work/SRC/openSUSE:Factory/.jedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jedit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/jedit/jedit.changes      2013-09-30 
17:55:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.jedit.new/jedit.changes 2014-07-10 
14:55:29.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Jul  7 11:59:51 UTC 2014 - [email protected]
+
+- Version bump to 5.1.0:
+  * Various updates all raound the place
+  * Few api changes
+  * http://www.jedit.org/CHANGES51.txt
+
+-------------------------------------------------------------------
+Mon Jul  7 11:54:06 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner
+
+-------------------------------------------------------------------
+Mon Jul  7 11:50:59 UTC 2014 - [email protected]
+
+- Fix jedit build with new xml-common-apis
+
+-------------------------------------------------------------------

Old:
----
  jedit5.0.0source.tar.bz2

New:
----
  jedit5.1.0source.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jedit.spec ++++++
--- /var/tmp/diff_new_pack.lydHg6/_old  2014-07-10 14:55:30.000000000 +0200
+++ /var/tmp/diff_new_pack.lydHg6/_new  2014-07-10 14:55:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jedit
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -14,20 +14,17 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-# icecream 0
 
 
 %define section        free
-
 Name:           jedit
-Version:        5.0.0
+Version:        5.1.0
 Release:        0
 Summary:        Programmer's Text Editor Written in Java
 License:        GPL-2.0+
 Group:          Productivity/Editors/Other
 Url:            http://www.jedit.org/
-# SourceURL:   
http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
-Source0:        jedit5.0.0source.tar.bz2
+Source0:        
http://download.sourceforge.net/jedit/jedit%{version}source.tar.bz2
 Source1:        %{name}-16.png
 Source2:        %{name}-32.png
 Source3:        %{name}-48.png
@@ -36,8 +33,6 @@
 Source6:        
http://prdownloads.sourceforge.net/jedit-plugins/QuickNotepad-5.0.tgz
 #svn co https://jedit.svn.sourceforge.net/svnroot/jedit/build-support/trunk 
build-support
 Source7:        build-support-r22713.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
 BuildRequires:  ant >= 1.8.2
 BuildRequires:  ant-apache-bsf
 BuildRequires:  ant-contrib
@@ -52,6 +47,9 @@
 BuildRequires:  java-devel >= 1.6.0
 BuildRequires:  jsr-305
 BuildRequires:  junit
+BuildRequires:  xerces-j2-xml-apis
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
 
 %description
 jEdit is a cross-platform programmer's text editor written in Java.
@@ -116,60 +114,56 @@
 mkdir -p lib/default-plugins/
 touch lib/default-plugins/HACK
 
-export CLASSPATH=$(build-classpath apache-commons-logging)
+export CLASSPATH=$(build-classpath apache-commons-logging xerces-j2-xml-apis)
 # Run the build
 # XXX: there's NPE on build-docs, but who care about html docs those times, 
right?
-%ant -Divy.done=true \
-  build docs-javadoc
+ant -Divy.done=true build docs-javadoc
 
 # plugins-build hardcodes the jedit.jar path - so to make it happy
 ln -s build/jedit.jar
 
 pushd QuickNotepad
-%ant
+ant
 popd
 mv QuickNotepad.jar build/jars
 rm build/jars/HACK
 
 %install
 # dirs
-%__install -d -m 0755 %{buildroot}%{_bindir}
-%__install -d -m 0755 %{buildroot}%{_datadir}/%{name}
-%__install -d -m 0755 %{buildroot}%{_datadir}/applications
-%__install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
-%__install -d -m 0755 %{buildroot}%{_mandir}/man1/
+install -d -m 0755 %{buildroot}%{_bindir}
+install -d -m 0755 %{buildroot}%{_datadir}/%{name}
+install -d -m 0755 %{buildroot}%{_datadir}/applications
+install -d -m 0755 %{buildroot}%{_javadocdir}/%{name}
+install -d -m 0755 %{buildroot}%{_mandir}/man1/
 
-%__install -d -m 0755 %{buildroot}%{_javadir}
-%__install build/%{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
+install -d -m 0755 %{buildroot}%{_javadir}
+install build/%{name}.jar %{buildroot}%{_datadir}/%{name}/%{name}.jar
 # link /usr/share/jedit/jedit.jar to /usr/share/java
-(cd %{buildroot}%{_javadir} && %__ln_s %{_datadir}/%{name}/%{name}.jar 
%{name}.jar)
+(cd %{buildroot}%{_javadir} && ln -s %{_datadir}/%{name}/%{name}.jar 
%{name}.jar)
 
 # Install the /usr/share/jedit subdirectories
-%__cp -ar build/{doc,jars,keymaps,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
+cp -ar build/{doc,jars,keymaps,macros,modes,properties,startup} 
%{buildroot}%{_datadir}/%{name}
 
 # Symlink the javadoc into /usr/share/jedit
-(cd %{buildroot}%{_datadir}/%{name}/doc && %__ln_s %{_javadocdir}/%{name} api)
+(cd %{buildroot}%{_datadir}/%{name}/doc && ln -s %{_javadocdir}/%{name} api)
 
 # Man page
-%__install -m 0644 package-files/linux/%{name}.1 %{buildroot}%{_mandir}/man1/
+install -m 0644 package-files/linux/%{name}.1 %{buildroot}%{_mandir}/man1/
 
 # Icons
-%__install -D -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
-%__install -D -m 644 %{SOURCE2} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
-%__install -D -m 644 %{SOURCE3} 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
+install -D -m 644 %{SOURCE1} 
%{buildroot}%{_datadir}/icons/hicolor/16x16/apps/%{name}.png
+install -D -m 644 %{SOURCE2} 
%{buildroot}%{_datadir}/icons/hicolor/32x32/apps/%{name}.png
+install -D -m 644 %{SOURCE3} 
%{buildroot}%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 
 # Desktop file
 desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE4}
 
 # Launcher script
-%__cat %{SOURCE5} | sed 's|@data|%{_datadir}/%{name}|g' > %{name}
-%__install %{name} %{buildroot}%{_bindir}
+cat %{SOURCE5} | sed 's|@data|%{_datadir}/%{name}|g' > %{name}
+install %{name} %{buildroot}%{_bindir}
 
 %fdupes -s %{buildroot}
 
-%clean
-%__rm -rf %{buildroot}
-
 %post
 %desktop_database_post
 
@@ -181,7 +175,7 @@
 %attr(0755,root,root) %{_bindir}/%{name}
 %{_javadir}/%{name}.jar
 %{_datadir}/%{name}/
-%{_datadir}/applications/
+%{_datadir}/applications/%{name}.desktop
 %{_mandir}/man1/%{name}.1*
 %{_datadir}/icons/hicolor/
 %exclude %{_datadir}/%{name}/doc/api




++++++ jedit5.0.0source.tar.bz2 -> jedit5.1.0source.tar.bz2 ++++++
++++ 47592 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to