Hello community,

here is the log from the commit of package nqp for openSUSE:Factory checked in 
at 2013-07-17 09:26:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nqp (Old)
 and      /work/SRC/openSUSE:Factory/.nqp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nqp"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nqp/nqp.changes  2013-01-17 15:14:21.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.nqp.new/nqp.changes     2013-07-17 
09:26:20.000000000 +0200
@@ -1,0 +2,12 @@
+Sun Jul 14 20:12:44 UTC 2013 - [email protected]
+
+- update to version 2013.06
+  * improved jvm support
+
+-------------------------------------------------------------------
+Mon Jun  3 13:57:04 UTC 2013 - [email protected]
+
+- update to version 2013.05
+  * start of jvm support
+
+-------------------------------------------------------------------

Old:
----
  nqp-2012.12.tar.gz

New:
----
  nqp-2013.06.tar.gz

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

Other differences:
------------------
++++++ nqp.spec ++++++
--- /var/tmp/diff_new_pack.OsHrMJ/_old  2013-07-17 09:26:21.000000000 +0200
+++ /var/tmp/diff_new_pack.OsHrMJ/_new  2013-07-17 09:26:21.000000000 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           nqp
-Version:        2012.12
+Version:        2013.06
 Release:        0
 Summary:        Not Quite Perl
 License:        Artistic-2.0
@@ -27,10 +28,20 @@
 BuildRequires:  parrot-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
+%package devel
+Summary:        Not Quite Perl development headers and libraries
+Group:          Development/Languages/Other
+
 %description
 This is "Not Quite Perl" -- a compiler for quickly generating PIR
 routines from Perl6-like code.
 
+%description devel
+This is "Not Quite Perl" -- a compiler for quickly generating PIR
+routines from Perl6-like code.
+
+This package contains development files for nqp.
+
 %prep
 %setup -q
 %patch1
@@ -39,15 +50,23 @@
 perl Configure.pl
 make
 
+%check
+make test
+
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root)
-%doc CREDITS LICENSE README 
+%doc CREDITS LICENSE
 %{_bindir}/*
 %{_libdir}/parrot/*/languages/nqp
 %{_libdir}/parrot/*/library/*
 %{_libdir}/parrot/*/dynext/*
+%{_libdir}/parrot/*/include/*
+
+%files devel
+%defattr(-,root,root)
+%{_includedir}/parrot/*/dynpmc/*
 
 %changelog

++++++ nqp-2012.12.tar.gz -> nqp-2013.06.tar.gz ++++++
++++ 379322 lines of diff (skipped)

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

Reply via email to