Check-in Number:
|
5608 | |
Date: |
2006-Jul-31 13:32:36 (local)
2006-Jul-31 11:32:36 (UTC) |
User: | rse |
Branch: | |
Comment: |
Fix the tarball rolling procedure to make sure we
do not distribute binary files again. |
Tickets: |
#114 | |
bogus pgsql/libuuid.so.1 in uuid-1.5.0.tar.gz |
|
Inspections: |
|
Files: |
|
ossp-pkg/uuid/ChangeLog 1.125 -> 1.126
--- ChangeLog 2006/07/28 19:17:43 1.125
+++ ChangeLog 2006/07/31 11:32:36 1.126
@@ -11,6 +11,12 @@
This is a list of all changes to OSSP uuid.
For a more brief summary please have a look at the NEWS file.
+ Changes between 1.5.0 and 1.5.1 (28-Jul-2006 to 31-Jul-2006)
+
+ o Fix the tarball rolling procedure to make sure we
+ do not distribute binary files again.
+ [Ralf S. Engelschall]
+
Changes between 1.4.2 and 1.5.0 (13-Mar-2006 to 28-Jul-2006)
o Fixed potential memory leak in uuid_create() as spotted by SPLINT.
|
|
ossp-pkg/uuid/devtool.conf 1.28 -> 1.29
--- devtool.conf 2006/07/20 17:04:28 1.28
+++ devtool.conf 2006/07/31 11:32:36 1.29
@@ -37,6 +37,8 @@
mv perl/uuid_compat.pm.n perl/uuid_compat.pm
%dist
+ echo "+++ dist cleaning"
+ make distclean
echo "+++ removing old tarballs"
rm -f uuid-*.tar.gz
echo "+++ generating"
|
|