mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
prepping the release
Original commit message from CVS: prepping the release
This commit is contained in:
parent
a6048ae4d7
commit
fb54baa94b
3 changed files with 16 additions and 7 deletions
10
configure.ac
10
configure.ac
|
@ -8,15 +8,15 @@ AM_CONFIG_HEADER(config.h)
|
|||
|
||||
GST_VERSION_MAJOR=0
|
||||
GST_VERSION_MINOR=3
|
||||
GST_VERSION_MICRO=1
|
||||
GST_VERSION_MICRO=2
|
||||
|
||||
dnl we use a datestamped release tag and a fourth version ".1" number
|
||||
dnl during CVS development
|
||||
GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
|
||||
dnl GST_VERSION_RELEASE=`date +%Y%m%d`
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO.3
|
||||
dnl we use a normal release tag increased manually when releasing
|
||||
dnl GST_VERSION_RELEASE=1
|
||||
dnl GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
GST_VERSION_RELEASE=1
|
||||
GST_VERSION=$GST_VERSION_MAJOR.$GST_VERSION_MINOR.$GST_VERSION_MICRO
|
||||
|
||||
PACKAGE=gstreamer
|
||||
VERSION=$GST_VERSION
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
Release TODO
|
||||
------------
|
||||
|
||||
* after a release, we move in cvs mode and use a .1 nano version number
|
||||
|
||||
* close to the next release, we make prereleases by upping the nano version
|
||||
|
||||
* update release notes
|
||||
|
||||
* add release notes to cvs
|
||||
|
||||
* update web site release notes
|
||||
|
||||
* make distcheck should pass
|
||||
|
||||
* test suite should pass
|
||||
|
@ -19,7 +29,6 @@ Release TODO
|
|||
http://gstreamer.net/dev/cvs.php
|
||||
add tag to above page
|
||||
|
||||
* update web site release notes
|
||||
|
||||
* update web site news items for release
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ plugins.
|
|||
%{_bindir}/gst-inspect
|
||||
%{_bindir}/gst-launch
|
||||
%{_bindir}/gst-register
|
||||
%{_libdir}/libgst.so.*
|
||||
%{_libdir}/libgst-%{version}.so.*
|
||||
%{_libdir}/gst/libgstautoplugcache.so*
|
||||
%{_libdir}/gst/libgstautoplugger.so*
|
||||
%{_libdir}/gst/libgstbasicscheduler.so*
|
||||
|
|
Loading…
Reference in a new issue