diff --git a/daps-2.0~beta8.tar.bz2 b/daps-2.0~beta8.tar.bz2 new file mode 100644 index 0000000..a533b42 --- /dev/null +++ b/daps-2.0~beta8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720439cd76218860b6b1bd758e8bddff0acbd7e55447f4795cf8bf43d714f0c2 +size 3509436 diff --git a/daps-fetch-source b/daps-fetch-source index 6fe31ef..3570053 100644 --- a/daps-fetch-source +++ b/daps-fetch-source @@ -64,8 +64,8 @@ fi export BZIP2=--best tar cf ${NAME}-${VERSION}.tar -C ${TMPDIR} \ --exclude-from=$EXCLUDES ${NAME} || exit_on_error "Failed to create the tarball." -tar rf ${NAME}-${VERSION}.tar -C ${TMPDIR} ${NAME}/suse/xslt2013 ${NAME}/suse/xslt2005 \ - || exit_on_error "Failed to add suse/xslt{2013,2005} to the tarball." +tar rf ${NAME}-${VERSION}.tar -C ${TMPDIR} ${NAME}/suse/{suse,daps}2013 \ + || exit_on_error "Failed to add suse/{suse,daps}2013 to the tarball." bzip2 -9f ${NAME}-${VERSION}.tar echo "Successfully wrote source tarball ${NAME}-${VERSION}.tar.bz2" diff --git a/daps.changes b/daps.changes index ddaf100..44edd0b 100644 --- a/daps.changes +++ b/daps.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jul 23 14:59:13 UTC 2014 - fsundermeyer@opensuse.org + +New release DAPS 2.0~beta8: + +- Added two stylesheets to daps-xslt/relnotes needed to build + release-notes + ------------------------------------------------------------------- Thu Jun 26 15:31:56 UTC 2014 - fsundermeyer@opensuse.org diff --git a/daps.spec b/daps.spec index fba3cb1..1ef7037 100644 --- a/daps.spec +++ b/daps.spec @@ -17,7 +17,7 @@ Name: daps -Version: 2.0~beta7 +Version: 2.0~beta8 Release: 0 ###############################################################