oscar-packager in svn tree is not fully migrated to v 6.1.0
the changelog is not up to date and tar.gz is not updated
it needs also a patch (please check before applying)
- oscar-packager.patch fix the issue when name.rpm generates libname.rpm
the cp name*.rpm was missing libname*.rpm in the copy process.
- oscar-packager-proposed-changelog.patch is a proposed patch to changelog,
but you may want to write completely differrent stuffs.
Note: all patches are against svn rev 9394
Best regards.
--
Olivier LAHAYE
Responsable calcul scientifique
CEA DRT/LIST
+33 1 69 08 13 25
Index: pkgsrc/oscar-packager/trunk/lib/Packager.pm
===================================================================
--- pkgsrc/oscar-packager/trunk/lib/Packager.pm (révision 9392)
+++ pkgsrc/oscar-packager/trunk/lib/Packager.pm (copie de travail)
@@ -347,7 +347,7 @@
return -1;
}
}
- $cmd = "mv $name*.rpm $output";
+ $cmd = "mv *$name*.rpm $output";
print "Executing: $cmd\n";
if (system ($cmd)) {
carp "ERROR: Impossible to execute $cmd";
Index: pkgsrc/oscar-packager/trunk/ChangeLog
===================================================================
--- pkgsrc/oscar-packager/trunk/ChangeLog (révision 9394)
+++ pkgsrc/oscar-packager/trunk/ChangeLog (copie de travail)
@@ -1,4 +1,6 @@
-1.0 (not yet released):
+1.0:
+- Add configuration file for oscar-6.1.0
+1.0 (pre):
- Add configuration file for oscar-6.0, oscar-6.0.1, and oscar-6.0.2.
- Initial release.
- Allows the creation of binary packages for OSCAR core (stable and unstable)
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Oscar-devel mailing list
Oscar-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oscar-devel