Hello community, here is the log from the commit of package postgresql92 for openSUSE:Factory checked in at 2013-03-08 09:39:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql92 (Old) and /work/SRC/openSUSE:Factory/.postgresql92.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql92", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql92/postgresql92-libs.changes 2013-02-12 16:45:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql92.new/postgresql92-libs.changes 2013-03-08 09:39:04.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Feb 13 16:57:51 UTC 2013 - [email protected] + +- Version 9.2.3 also fixes bnc#802679, CVE-2013-0255. +- Remove postgresql92-full.spec.in and use postgresql92.spec as the + master for generating postgresql92-libs.spec. + +------------------------------------------------------------------- postgresql92.changes: same change Old: ---- postgresql92-full.spec.in ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql92-libs.spec ++++++ --- /var/tmp/diff_new_pack.gVVPkK/_old 2013-03-08 09:39:05.000000000 +0100 +++ /var/tmp/diff_new_pack.gVVPkK/_new 2013-03-08 09:39:05.000000000 +0100 @@ -58,6 +58,7 @@ BuildRequires: krb5-devel BuildRequires: libxslt-devel %endif +BuildRequires: -postgresql BuildRequires: -postgresql-libs BuildRequires: openldap2-devel BuildRequires: openssl-devel postgresql92.spec: same change ++++++ pre_checkin.sh ++++++ --- /var/tmp/diff_new_pack.gVVPkK/_old 2013-03-08 09:39:05.000000000 +0100 +++ /var/tmp/diff_new_pack.gVVPkK/_new 2013-03-08 09:39:05.000000000 +0100 @@ -1,20 +1,17 @@ #!/bin/bash -SPEC=postgresql*-full.spec.in -VERSION=$(awk '/define packageversion/{print $3}' $SPEC) - -cp -a postgresql$VERSION.changes postgresql$VERSION-libs.changes - -for f in postgresql$VERSION postgresql$VERSION-libs; do - sed "s/^\(Name: *\).*/\\1 $f/" $SPEC > $f.spec -done +cp -a postgresql??.changes postgresql??-libs.changes +cp -a postgresql??.spec postgresql??-libs.spec sed -i \ -e 's/%define buildmain .*/%define buildmain 1/' \ -e 's/%define buildlibs .*/%define buildlibs 0/' \ - postgresql$VERSION.spec + postgresql??.spec sed -i \ + -e 's/postgresql[[:digit:]]\{2\}/&-libs/g' \ -e 's/%define buildmain .*/%define buildmain 0/' \ -e 's/%define buildlibs .*/%define buildlibs 1/' \ - postgresql$VERSION-libs.spec + postgresql??-libs.spec + +diff -u postgresql??.spec postgresql??-libs.spec \ No newline at end of file -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
