Skip to content

Commit

Permalink
Merge pull request #142 from g-maxime/v0.4.40
Browse files Browse the repository at this point in the history
Preparing v0.4.40
  • Loading branch information
JeromeMartinez authored Dec 22, 2022
2 parents d447cfb + 26463a4 commit ecb5480
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 22 deletions.
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 0.4.40, 2022-12-21
--------------
+ BitStream_Fast: Resize()
+ C++11 min everywhere
x Remove the bitcode generation in iOS build (no more supported by Apple)
x Fix incompatibilities with some compilers

Version 0.4.39, 2021-03-26
--------------
+ Threads: avoid critical sections lockers when possible
Expand Down
2 changes: 1 addition & 1 deletion Project/CMake/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project(ZenLib)

set(ZenLib_MAJOR_VERSION 0)
set(ZenLib_MINOR_VERSION 4)
set(ZenLib_PATCH_VERSION 39)
set(ZenLib_PATCH_VERSION 40)
set(ZenLib_VERSION ${ZenLib_MAJOR_VERSION}.${ZenLib_MINOR_VERSION}.${ZenLib_PATCH_VERSION})

if(WIN32)
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/Library/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
AC_INIT([libzen], [0.4.39])
AC_INIT([libzen], [0.4.40])

dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
Expand Down
2 changes: 1 addition & 1 deletion Project/GNU/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Contributor: hydro <[email protected]>

pkgname=libzen
pkgver=0.4.39
pkgver=0.4.40
pkgrel=1
pkgdesc="shared library for libmediainfo and mediainfo"
arch=('i686' 'x86_64')
Expand Down
14 changes: 7 additions & 7 deletions Project/GNU/libzen.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libzen
Binary: libzen-dev, libzen0, libzen-doc
Architecture: any all
Version: 0.4.39-1
Version: 0.4.40-1
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.9.6
Expand All @@ -15,11 +15,11 @@ Package-List:
libzen0 deb libs optional arch=any
libzen0-dbg deb debug optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.40-1.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.40-1.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.40-1.debian.tar.xz
6 changes: 3 additions & 3 deletions Project/GNU/libzen.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global libzen_version 0.4.39
%global libzen_version 0.4.40
%global libzen_version_major 0
%global libzen_version_minor 4
%global libzen_version_release 39
%global libzen_version_release 40

%if 0%{?fedora_version} || 0%{?centos_version} >= 600 || 0%{?rhel_version} >= 600
%global package_with_0_ending 0
Expand Down Expand Up @@ -228,7 +228,7 @@ done
%endif

%changelog
* Thu Jan 01 2009 MediaArea.net SARL <[email protected]> - 0.4.39-0
* Wed Dec 21 2022 MediaArea.net SARL <[email protected]> - 0.4.40-0
- See History.txt for more info and real dates
- Previous packages made by Toni Graffy <[email protected]>
- Fedora style made by Vasiliy N. Glazov <[email protected]>
7 changes: 7 additions & 0 deletions Project/OBS/deb9.debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libzen (0.4.40-1) experimental; urgency=medium

* Upstream version 0.4.40
For details, see https://github.com/MediaArea/ZenLib/blob/master/History.txt

-- MediaArea <[email protected]> Wed, 21 Dec 2022 10:30:00 +0100

libzen (0.4.39-1) experimental; urgency=medium

* Upstream version 0.4.39
Expand Down
14 changes: 7 additions & 7 deletions Project/OBS/deb9.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libzen
Binary: libzen-dev, libzen0v5, libzen-doc
Architecture: any all
Version: 0.4.39-1deb9
Version: 0.4.40-1deb9
Maintainer: MediaArea.net SARL <[email protected]>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.9.6
Expand All @@ -15,11 +15,11 @@ Package-List:
libzen0v5 deb libs optional arch=any
libzen0v5-dbg deb debug optional arch=any
Checksums-Sha1:
0000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
0000000000000000000000000000000000000000 000000 libzen_0.4.40-1deb9.debian.tar.xz
Checksums-Sha256:
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.40-1deb9.debian.tar.xz
Files:
00000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.40.orig.tar.xz
00000000000000000000000000000000 000000 libzen_0.4.40-1deb9.debian.tar.xz
2 changes: 1 addition & 1 deletion Project/Solaris/mkpkg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ release=`uname -r`

#Creation of known directories and filenames
name="libzen0"
version="0.4.39"
version="0.4.40"
Home=`pwd`
install_prefix=${Home}/mk_package
packagecreation_prefix=${Home}/create_package
Expand Down
2 changes: 1 addition & 1 deletion Project/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.39
0.4.40
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
libzen (0.4.40-1) experimental; urgency=medium

* Upstream version 0.4.40
For details, see https://github.com/MediaArea/ZenLib/blob/master/History.txt

-- MediaArea <[email protected]> Wed, 21 Dec 2022 10:30:00 +0100

libzen (0.4.39-1) experimental; urgency=medium

* Upstream version 0.4.39
Expand Down

0 comments on commit ecb5480

Please sign in to comment.