Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
François Cartegnie
libdvdcss
Commits
5980793d
Commit
5980793d
authored
Apr 06, 2002
by
Sam Hocevar
Browse files
* libdvdcss-1.1.1 release.
parent
4f917a3a
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
5980793d
...
...
@@ -4,6 +4,11 @@
HEAD
* Nothing yet.
1.1.1
Sat, 6 Apr 2002 03:24:20 +0200
* ./src/ioctl.c: OpenBSD compile fix. Thanks to ex0dus on #videolan.
* ./src/libdvdcss.h: IRIX compile fix by Michael Pruett <michael@68k.org>.
* ./configure.in: BeOS bug fix. I'm so lame.
...
...
configure
View file @
5980793d
...
...
@@ -953,7 +953,7 @@ fi
PACKAGE
=
libdvdcss
VERSION
=
1.1.
0
VERSION
=
1.1.
1
if
test
"
`
cd
$srcdir
&&
pwd
`
"
!=
"
`
pwd
`
"
&&
test
-f
$srcdir
/config.status
;
then
{
echo
"configure: error: source directory already configured; run "
make distclean
" there first"
1>&2
;
exit
1
;
}
...
...
configure.in
View file @
5980793d
...
...
@@ -2,7 +2,7 @@ AC_INIT(src/libdvdcss.c)
AC_CANONICAL_SYSTEM
AM_INIT_AUTOMAKE(libdvdcss, 1.1.
0
)
AM_INIT_AUTOMAKE(libdvdcss, 1.1.
1
)
AM_CONFIG_HEADER(src/config.h)
AC_PROG_CC
...
...
debian/changelog
View file @
5980793d
libdvdcss (1.1.1-1) unstable; urgency=low
* Minor release.
-- Samuel Hocevar <sam@zoy.org> Sat, 6 Apr 2002 03:24:20 +0200
libdvdcss (1.1.0-1) unstable; urgency=low
* First release outside the vlc tree.
...
...
libdvdcss.spec
View file @
5980793d
#
This
is
borrowed
and
adapted
from
Mandrake
's Cooker
%define name libdvdcss
%define version 1.1.
0
%define version 1.1.
1
%define release 1
%define major 2
%define lib_name %{name}%{major}
...
...
@@ -93,6 +93,9 @@ rm -fr %buildroot
%{
_includedir
}/*
%
changelog
*
Sat
Apr
06
2002
Samuel
Hocevar
<
sam
@
zoy
.
org
>
-
version
1.1.1
*
Wed
Apr
03
2002
Samuel
Hocevar
<
sam
@
zoy
.
org
>
-
version
1.1.0
-
first
release
outside
the
vlc
tree
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment