Commit e67f87a6 authored by Sam Hocevar's avatar Sam Hocevar

* libdvbpsi.spec debian/changelog:

    + Prepared the 0.1.4 release.
  * NEWS ChangeLog:
    + Renamed the old changelog to a NEWS file.
    + Regenerated a ChangeLog from the CVS logs.
  * Makefile.am:
    + Added a "make changelog" rule.
parent 03fa2881
#=========================# 2003-11-06 Thursday 17:41 sam
# ChangeLog for libdvbpsi #
#=========================# * configure.ac, src/Makefile.am:
+ Set interface to 3:0:0.
0.1.3 + Set version number to 0.1.4.
Tue, 29 Jul 2003 01:01:02 +0200 + Use the autotools/ directory.
* fixed segfault with invalid/corrupted psi data * debian/control:
* update spec file + Set policy to 3.6.1.0.
+ Renamed source package to libdvbpsi3.
+ Removed the autotools-dev build dependency.
2003-11-06 Thursday 16:20 nitrox
. 0x59 (dvb subtitles) descriptor decoder
Work of Tristan Leteurtre <tristan.leteurtre@anevia.com>
2003-11-06 Thursday 10:13 sam
* bootstrap: imported libdvdcss's bootstrap file.
2003-09-23 Tuesday 13:04 tooney
. Memory leak fix
Courtesy of Johann Hanne <jhml@gmx.net>
2003-09-16 Tuesday 18:43 asmax
* fixed an unitialiazed pointer (thanks jonny ;)
2003-07-30 Wednesday 10:14 sam
* debian/Makefile.am:
+ Added debian/compat.
+ Removed debian/*.dirs.
2003-07-30 Wednesday 10:11 sam
* debian/rules: Don't rely on debian/*.dirs to create directories.
2003-07-30 Wednesday 10:06 sam
* debian/control:
+ Set policy to 3.6.0. No changes required.
+ Set debhelper build-dependency to (>= 4.0) due to debian/compat.
+ Renamed source package to libdvbpsi2.
* libdvbpsi.spec:
+ Renamed source package to libdvbpsi2.
2003-07-30 Wednesday 10:00 sam
* src/Makefile.am: Changed major number.
* configure.ac: Changed package name to libdvbpsi2.
2003-07-28 Monday 23:24 gbazin
* src/Makefile.am: include demux.h in the dist.
2003-07-28 Monday 23:12 gbazin
* ALL: bumped version number to 0.1.3
2003-07-25 Friday 21:08 fenrir
* pmt.c : fixed my last commit.
2003-07-25 Friday 20:20 fenrir
* all: fixed segfault with invalid/corrupted psi data.
2003-02-02 Sunday 11:47 yves
- updated URL again.
- macros for redhat.
- fixes here and here.
2003-01-14 Tuesday 19:51 sam
* ./debian/control: fixed a typo (thanks jorge!).
2002-12-13 Friday 13:06 yves
corrected few things for sir rpmlint (uploaded in Mandrake).
2002-12-13 Friday 09:54 yves
update spec file:
- s#Copyright#License#
- include the libtool .la files.
- use macros.
- update URL: tag.
2002-12-13 Friday 09:34 massiot
Fixed a typo.
2002-12-12 Thursday 10:19 jobi
* src/descriptors/*: fixed some typos * src/descriptors/*: fixed some typos
* misc/*: added tests on the new descriptors * misc/*: added tests on the new descriptors
2002-12-11 Wednesday 13:14 jobi
* src/descriptors/*: added a few DVB descriptors decoder and generator * src/descriptors/*: added a few DVB descriptors decoder and generator
(Stuffing, Bouquet Name, Service Name) (Stuffing, Bouquet Name, Service Name)
2002-12-11 Wednesday 13:04 jobi
* src/demux.*: DVB PSI tables demux, required since one PID channel * src/demux.*: DVB PSI tables demux, required since one PID channel
may contain different tables. may contain different tables.
* src/tables/sdt*: SDT decoder (no generator yet) * src/tables/sdt*: SDT decoder (no generator yet)
* examples/decode_sdt.c: added SDT decoder example * examples/decode_sdt.c: added SDT decoder example
0.1.2 2002-12-02 Monday 12:59 sam
Fri, 11 Oct 2002 11:34:23 +0200
* ./bootstrap: automake 1.7 is accepted as well.
* ./bootstrap: we look for glibtoolize if libtoolize isn't present.
2002-10-14 Monday 09:23 alexis
Package Debian for Woody / Sarge / Sid and not just Sid.
2002-10-11 Friday 09:40 sam
* Updated changelogs and package files for the release.
2002-10-11 Friday 09:28 sam
* Makefile.am: added bootstrap to the distribution. * Makefile.am: added bootstrap to the distribution.
2002-10-11 Friday 09:19 sam
* bootstrap: we remove generated files before running the autotools, to * bootstrap: we remove generated files before running the autotools, to
make sure we get the latest version. make sure we get the latest version.
* bootstrap, Makefile.am: moved the --foreign flag to Makefile.am. * bootstrap, Makefile.am: moved the --foreign flag to Makefile.am.
* src/Makefile.am: renamed an unused _SOURCES variable to something * src/Makefile.am: renamed an unused _SOURCES variable to something
automake will not choke on. automake will not choke on.
* src/Makefile.am: updated the library version.
2002-10-10 Thursday 22:24 massiot
Better automake detection.
2002-10-10 Thursday 22:08 massiot
Really bumped up revision number to 0.1.2 :p.
2002-10-10 Thursday 22:07 massiot
* */Makefile.am: reworked automake directories to avoid linking problems
on Mac OS X.
* Bumped up revision number to 0.1.2.
2002-10-10 Thursday 09:27 sam
* configure.ac, bootstrap: removed redundant stuff from CVS such as the * configure.ac, bootstrap: removed redundant stuff from CVS such as the
Makefile.in files, configure and config.*, and added a bootstrap script Makefile.in files, configure and config.*, and added a bootstrap script
to generate them; renamed configure.in to configure.ac and moved config.h to generate them; renamed configure.in to configure.ac and moved config.h
to . because it's now the recommended practice. to . because it's now the recommended practice.
2002-10-07 Monday 14:15 sam
* src/dvbpsi.h: removed automatic inclusion of inttypes.h because it was * src/dvbpsi.h: removed automatic inclusion of inttypes.h because it was
too platform-dependent and led to lots of cross-compilation problems. Now too platform-dependent and led to lots of cross-compilation problems. Now
the program using libdvbpsi has to make sure it is C99 compliant. the program using libdvbpsi has to make sure it is C99 compliant.
* configure.in, ltmain.sh: fixes for Solaris, mingw and Mac OS X.
2002-06-06 Thursday 21:33 bozo
* ltmain.sh: updated from debian 'sid' version of libtool, should fix the
Mac OS X compilation.
2002-06-02 Sunday 23:04 bozo
* configure.in, configure, src/config.h.in, src/dvbpsi.h, misc/gen_crc.c: int types detection. It fixes (or should fix) solaris and mingw port.
2002-05-24 Friday 21:58 bozo
* src/tables/pmt.c: fixed the PMT generator which used to add one PSI * src/tables/pmt.c: fixed the PMT generator which used to add one PSI
section for one ES. section for one ES.
* */Makefile.am: reworked automake directories to avoid linking problems
on Mac OS X.
0.1.1 2002-05-18 Saturday 12:20 sam
Sat, 18 May 2002 13:30:44 +0200
* src/descriptor.h, src/descriptor.c: added a p_decoded field to the * ALL: ran the auto* tools across the whole mess.
dvbpsi_descriptor_s structure.
* src/descriptor.h, src/descriptor.c, src/tables/pmt.c: added an 's' to the 2002-05-18 Saturday 12:12 sam
dvbpsi_DeleteDescriptors function.
* src/descriptors/dr_02.h, src/descriptors/dr_02.c: MPEG2 "video stream" * ./debian/Makefile.am: forgot to update this file. hmpf.
descriptor decoder and generator.
* src/descriptors/dr_03.h, src/descriptors/dr_03.c: MPEG2 "audio stream" 2002-05-18 Saturday 11:53 sam
descriptor decoder and generator.
* src/descriptors/dr_04.h, src/descriptors/dr_04.c: MPEG2 "hierarchy" * ./debian/*: updated Debian control files for the 0.1.1 release.
descriptor decoder and generator.
* src/descriptors/dr_05.h, src/descriptors/dr_05.c: MPEG2 "registration" 2002-05-18 Saturday 11:41 bozo
descriptor decoder and generator.
* src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data stream * .cvsignore: fixed ignore list.
alignment" descriptor decoder and generator.
* src/descriptors/dr_07.h, src/descriptors/dr_07.c: MPEG2 "target background 2002-05-18 Saturday 11:39 bozo
grid" descriptor decoder and generator.
* src/descriptors/dr_08.h, src/descriptors/dr_08.c: MPEG2 "video window" * ALL: automake rebuild.
descriptor decoder and generator. * ChangeLog: up to date changelog.
* src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional * configure, configure.in: updated version.
access" descriptor decoder and generator. * libdvbpsi.spec: updated RPM configuration.
* src/descriptors/dr_0a.h, src/descriptors/dr_0a.c: MPEG2 "ISO 639 language" * src/Makefile.am, src/Makefile.in: updated libtool interface.
descriptor decoder and generator. * misc/Makefile.am, misc/Makefile.in: added test_dr.h into distribution.
* src/descriptors/dr_0b.h, src/descriptors/dr_0b.c: MPEG2 "system clock"
descriptor decoder and generator. 2002-05-14 Tuesday 21:47 massiot
* src/descriptors/dr_0c.h, src/descriptors/dr_0c.c: MPEG2 "multiplex buffer
utilization" descriptor decoder and generator. Fix for MacOS X.
2002-05-11 Saturday 11:42 bozo
* src/descriptors/dr.h: stupid mistake.
2002-05-10 Friday 23:50 bozo
* ALL: doc fixes.
2002-05-10 Friday 22:58 bozo
* src/descriptors/dr_09.c: reserved bits set to 1 as specified in ISO.
* src/descriptors/dr.h: new headers.
* src/descriptors/Makefile.am: new descriptors.
* misc/dr.xml, misc/test_dr.c: up to date descriptor definition and
associated generated file.
* src/descriptors/dr_0b.h, src/descriptors/dr_0b.c: MPEG2 "system
clock" descriptor decoder and generator.
* src/descriptors/dr_0c.h, src/descriptors/dr_0c.c: MPEG2 "multiplex
buffer utilization" descriptor decoder and generator.
* src/descriptors/dr_0d.h, src/descriptors/dr_0d.c: MPEG2 "copyright" * src/descriptors/dr_0d.h, src/descriptors/dr_0d.c: MPEG2 "copyright"
descriptor decoder and generator. descriptor decoder and generator.
* src/descriptors/dr_0e.h, src/descriptors/dr_0e.c: MPEG2 "maximum bitrate" * src/descriptors/dr_0e.h, src/descriptors/dr_0e.c: MPEG2 "maximum
descriptor decoder and generator. bitrate" descriptor decoder and generator.
* src/descriptors/dr_0f.h, src/descriptors/dr_0f.c: MPEG2 "private data * src/descriptors/dr_0f.h, src/descriptors/dr_0f.c: MPEG2 "private
indicator" descriptor decoder and generator. data indicator" descriptor decoder and generator.
* src/descriptors/dr.h: gathers all dr_*.h headers.
Note: all the MPEG2 descriptors decoders and generators (except for wide
range data) have been tested with the "test_dr" program located in the
"misc" directory.
2002-05-09 Thursday 20:39 bozo
* misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: more improvement.
2002-05-09 Thursday 19:59 bozo
* misc/dr.dtd, misc/dr.xml, misc/dr.xsl, misc/test_dr.h, misc/test_dr.c: modified the way tests are performed (avoid stupid iterations).
2002-05-09 Thursday 17:00 bozo
* src/descriptors/dr_02.c:
* src/descriptors/dr_07.c:
* src/descriptors/dr_08.c:
* src/descriptors/dr_09.c:
* src/descriptors/dr_0a.c:
* misc/dr.xml: xml brief description of each descriptor to generate * misc/dr.xml: xml brief description of each descriptor to generate
"misc/test_dr.c". "misc/test_dr.c".
* misc/dr.dtd: DTD against which misc/dr.xml validates.
* misc/dr.xsl: stylesheet used to generate "misc/test_dr.c". * misc/dr.xsl: stylesheet used to generate "misc/test_dr.c".
* misc/dr.dtd: DTD against which misc/dr.xml validates.
* misc/test_dr.c: generated file. * misc/test_dr.c: generated file.
* misc/test_dr.h: macros used by misc/test_dr.c. * misc/test_dr.h: macros used by misc/test_dr.c.
* src/descriptors/dr.h: gathers all dr_*.h headers.
2002-05-08 Wednesday 16:45 bozo
* src/descriptors/dr_08.h: fixed a typo.
* src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional
access" descriptor decoder and generator (not tested).
* src/descriptors/dr_0a.h, src/descriptors/dr_0a.c: MPEG2 "ISO 639
language" descriptor decoder and generator (not tested).
2002-05-08 Wednesday 15:55 bozo
* src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data
stream alignment" descriptor decoder and generator (not tested).
* src/descriptors/dr_07.h, src/descriptors/dr_07.c: MPEG2 "target
background grid" descriptor decoder and generator (not tested).
* src/descriptors/dr_08.h, src/descriptors/dr_08.c: MPEG2 "video
window" descriptor decoder and generator (not tested).
2002-05-08 Wednesday 14:56 bozo
* doc/doxygen.cfg: up to date documentation configuration. * doc/doxygen.cfg: up to date documentation configuration.
* configure, configure.in: fixed MacOS X compilation. * src/descriptor.c: doesn't copy data if none when creating a
descriptor.
0.1.0 * src/descriptors/dr_02.c, src/descriptors/dr_03.c: generators
Wed, 3 Apr 2002 01:42:12 +0200 optimization.
* src/descriptors/dr_04.h, src/descriptors/dr_04.c: MPEG2 "hierarchy"
* doc/*: documentation. descriptor decoder and generator (not tested).
* misc/gen_pmt.c: PMT generator example. * src/descriptors/dr_05.h, src/descriptors/dr_05.c: MPEG2
* example/decode_pmt.c: PMT decoder example. "registration" descriptor decoder and generator (not tested).
* misc/gen_pat.c: PAT generator example.
* example/decode_pat.c: PAT decoder example. 2002-05-08 Wednesday 13:33 bozo
* src/tables/pmt.h, src/tables/pmt_private.h, src/tables/pmt.c: PMT decoder
and PMT generator. * src/descriptors/dr_02.h, src/descriptors/dr_02.c: fixed a typo and
* src/tables/pat.h, src/tables/pat_private.h, src/tables/pat.c: PAT decoder a little optimization.
and PAT generator. * src/descriptors/dr_03.h, src/descriptors/dr_03.c: MPEG2 "audio
* src/dvbpsi.h, src/dvbpsi_private.h, src/dvbpsi.c: PSI decoder. stream" descriptor decoder and generator (not tested).
* src/descriptor.h, src/descriptor.c: descriptors.
* src/psi.h, src/psi.c: PSI sections. 2002-05-08 Wednesday 13:11 bozo
* src/descriptors/dr_02.c: removed a warning under solaris.
2002-05-08 Wednesday 13:00 bozo
* ALL: added the src/descriptors directory.
* src/descriptor.h, src/descriptor.c: added a p_decoded field to the
dvbpsi_descriptor_s structure and added an 's' to the
dvbpsi_DeleteDescriptors function.
* src/tables/pmt.c: added 's' where needed.
* src/tables/pat.h: typo in the documentation.
* src/descriptors/dr_02.h, src/descriptors/dr_02.c: MPEG2 "video
stream" descriptor decoder and generator (not tested).
2002-04-09 Tuesday 00:42 bozo
* libdvbpsi.spec: corrected sources URL.
* Makefile.*: added spec file to the distribution.
2002-04-08 Monday 23:01 bozo
* libdvbpsi.spec: corrected URL.
2002-04-08 Monday 22:45 bozo
* libdvbpsi.spec: added rpm .spec file.
2002-04-03 Wednesday 00:09 bozo
* ChangeLog: updated cgangelog.
* NEWS: updated NEWS.
* debian/Makefile.*: debian Makefiles.
2002-04-02 Tuesday 23:41 sam
* ./debian/libdvbpsi0.copyright: fixed download URL.
* ./debian/rules: we now build packages with --enable-release.
2002-04-02 Tuesday 23:30 bozo
Removed the font from the distribution.
2002-04-02 Tuesday 23:28 bozo
- Added debian stuff in the distribution;
- workaround for the generation of decoder.png in the documentation.
2002-04-02 Tuesday 22:57 sam
* ./debian/*: Debian package generation files.
* ./examples/Makefile.am: example programs aren't installed by default.
* ./src/Makefile.am: libtool now uses -version-info instead of -release.
2002-04-02 Tuesday 17:55 bozo
typo.
2002-04-02 Tuesday 17:47 bozo
Updated INSTALL and README.
2002-03-28 Thursday 14:59 bozo
Little modification in the API usage page.
2002-03-28 Thursday 14:48 bozo
Added the font file and some little fixes.
2002-03-28 Thursday 12:08 bozo
Cool graphs in documentation.
2002-03-27 Wednesday 20:13 bozo
Documentation files included in "dist" target.
2002-03-27 Wednesday 20:02 bozo
More powerfull API documentation.
Added Some human readable documentation
Added a .cvsignore
2002-03-25 Monday 23:34 bozo
.cvsignore stuff
2002-03-25 Monday 21:00 bozo
Doxygen documentation.
2002-03-18 Monday 23:53 bozo
typo.
2002-03-18 Monday 12:38 bozo
Bug fix in the PMT decoder.
2002-03-15 Friday 12:16 bozo
C++ compliant headers.
2002-01-22 Tuesday 23:28 bozo
I forgot to free the arrays.
2002-01-22 Tuesday 20:30 bozo
- new generation of PAT and PMT decoders that can receive non-consecutive
section numbers;
- moved tables codecs into "src/tables";
- moved PSI decoder in public files to allow external decoders.
2002-01-09 Wednesday 11:22 bozo
- PMT generator;
- example (gen_pmt);
- fixed a non-null pointer in 'descriptor.c';
- cosmetic changes;
- generators review and comments.
2002-01-07 Monday 19:35 bozo
Cosmetic change in debug messages.
2002-01-07 Monday 18:53 bozo
Added .cvsignore files.
2002-01-07 Monday 18:44 bozo
Fix solaris compilation.
2002-01-07 Monday 18:30 bozo
Initial commit.
...@@ -15,3 +15,8 @@ doc: doc-dummy ...@@ -15,3 +15,8 @@ doc: doc-dummy
test_dr.c: test_dr.c:
$(MAKE) -C misc test_dr.c $(MAKE) -C misc test_dr.c
changelog:
cvs2cl --utc --hide-filenames --no-wrap -w --stdout -g -z9 | \
sed -e 's/^[^0-9]/ /' -e 's/^ *$$//' -e 's/^ \* / /g' | \
grep -v '^ \*$$' | uniq >| ChangeLog
$Id: NEWS,v 1.5 2004/01/02 14:15:46 sam Exp $
Changes between 0.1.3 and 0.1.4:
--------------------------------
* 0x59 (dvb subtitles) descriptor decoder
* memory leak fix
* fixed an unitialiazed pointer
Changes between 0.1.2 and 0.1.3:
--------------------------------
* fixed segfault with invalid/corrupted psi data
* update spec file
* src/descriptors/*: fixed some typos
* misc/*: added tests on the new descriptors
* src/descriptors/*: added a few DVB descriptors decoder and generator
(Stuffing, Bouquet Name, Service Name)
* src/demux.*: DVB PSI tables demux, required since one PID channel
may contain different tables.
* src/tables/sdt*: SDT decoder (no generator yet)
* examples/decode_sdt.c: added SDT decoder example
Changes between 0.1.1 and 0.1.2:
--------------------------------
* Makefile.am: added bootstrap to the distribution.
* bootstrap: we remove generated files before running the autotools, to
make sure we get the latest version.
* bootstrap, Makefile.am: moved the --foreign flag to Makefile.am.
* src/Makefile.am: renamed an unused _SOURCES variable to something
automake will not choke on.
* configure.ac, bootstrap: removed redundant stuff from CVS such as the
Makefile.in files, configure and config.*, and added a bootstrap script
to generate them; renamed configure.in to configure.ac and moved config.h
to . because it's now the recommended practice.
* src/dvbpsi.h: removed automatic inclusion of inttypes.h because it was
too platform-dependent and led to lots of cross-compilation problems. Now
the program using libdvbpsi has to make sure it is C99 compliant.
* configure.in, ltmain.sh: fixes for Solaris, mingw and Mac OS X.
* src/tables/pmt.c: fixed the PMT generator which used to add one PSI
section for one ES.
* */Makefile.am: reworked automake directories to avoid linking problems
on Mac OS X.
Changes between 0.1.0 and 0.1.1:
--------------------------------
* src/descriptor.h, src/descriptor.c: added a p_decoded field to the
dvbpsi_descriptor_s structure.
* src/descriptor.h, src/descriptor.c, src/tables/pmt.c: added an 's' to the
dvbpsi_DeleteDescriptors function.
* src/descriptors/dr_02.h, src/descriptors/dr_02.c: MPEG2 "video stream"
descriptor decoder and generator.
* src/descriptors/dr_03.h, src/descriptors/dr_03.c: MPEG2 "audio stream"
descriptor decoder and generator.
* src/descriptors/dr_04.h, src/descriptors/dr_04.c: MPEG2 "hierarchy"
descriptor decoder and generator.
* src/descriptors/dr_05.h, src/descriptors/dr_05.c: MPEG2 "registration"
descriptor decoder and generator.
* src/descriptors/dr_06.h, src/descriptors/dr_06.c: MPEG2 "data stream
alignment" descriptor decoder and generator.
* src/descriptors/dr_07.h, src/descriptors/dr_07.c: MPEG2 "target background
grid" descriptor decoder and generator.
* src/descriptors/dr_08.h, src/descriptors/dr_08.c: MPEG2 "video window"
descriptor decoder and generator.
* src/descriptors/dr_09.h, src/descriptors/dr_09.c: MPEG2 "conditional
access" descriptor decoder and generator.
* src/descriptors/dr_0a.h, src/descriptors/dr_0a.c: MPEG2 "ISO 639 language"
descriptor decoder and generator.
* src/descriptors/dr_0b.h, src/descriptors/dr_0b.c: MPEG2 "system clock"
descriptor decoder and generator.
* src/descriptors/dr_0c.h, src/descriptors/dr_0c.c: MPEG2 "multiplex buffer
utilization" descriptor decoder and generator.
* src/descriptors/dr_0d.h, src/descriptors/dr_0d.c: MPEG2 "copyright"
descriptor decoder and generator.
* src/descriptors/dr_0e.h, src/descriptors/dr_0e.c: MPEG2 "maximum bitrate"
descriptor decoder and generator.
* src/descriptors/dr_0f.h, src/descriptors/dr_0f.c: MPEG2 "private data
indicator" descriptor decoder and generator.
* src/descriptors/dr.h: gathers all dr_*.h headers.
* misc/dr.xml: xml brief description of each descriptor to generate
"misc/test_dr.c".
* misc/dr.dtd: DTD against which misc/dr.xml validates.
* misc/dr.xsl: stylesheet used to generate "misc/test_dr.c".
* misc/test_dr.c: generated file.
* misc/test_dr.h: macros used by misc/test_dr.c.
* doc/doxygen.cfg: up to date documentation configuration.
* configure, configure.in: fixed MacOS X compilation.
News in 0.1.0:
--------------
* doc/*: documentation.
* misc/gen_pmt.c: PMT generator example.
* example/decode_pmt.c: PMT decoder example.
* misc/gen_pat.c: PAT generator example.
* example/decode_pat.c: PAT decoder example.
* src/tables/pmt.h, src/tables/pmt_private.h, src/tables/pmt.c: PMT decoder
and PMT generator.
* src/tables/pat.h, src/tables/pat_private.h, src/tables/pat.c: PAT decoder
and PAT generator.
* src/dvbpsi.h, src/dvbpsi_private.h, src/dvbpsi.c: PSI decoder.
* src/descriptor.h, src/descriptor.c: descriptors.
* src/psi.h, src/psi.c: PSI sections.
...@@ -6,7 +6,7 @@ libdvbpsi3 (0.1.4-1) unstable; urgency=low ...@@ -6,7 +6,7 @@ libdvbpsi3 (0.1.4-1) unstable; urgency=low
+ Renamed source package to libdvbpsi3. + Renamed source package to libdvbpsi3.
+ Removed the autotools-dev build dependency. + Removed the autotools-dev build dependency.
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> XXX -- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Fri, 2 Jan 2004 14:58:50 +0100
libdvbpsi2 (0.1.3-1) unstable; urgency=low libdvbpsi2 (0.1.3-1) unstable; urgency=low
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
%define version 0.1.4 %define version 0.1.4
%define release 1 %define release 1
%define major 2 %define major 3
%define lib_name %{name}%{major} %define lib_name %{name}%{major}
%define redhat80 0 %define redhat80 0
...@@ -91,6 +91,9 @@ rm -rf %buildroot ...@@ -91,6 +91,9 @@ rm -rf %buildroot
%{_includedir}/* %{_includedir}/*
%changelog %changelog
* Fri Jan 2 2004 Sam Hocevar <sam@zoy.org>
- 0.1.4 release.
* Tue Jul 29 2003 Yves Duret <yves@zarb.org> * Tue Jul 29 2003 Yves Duret <yves@zarb.org>
- 0.1.3 release. - 0.1.3 release.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment