commit 90067c42ab362d10984cef5bec131e8afa9bc1f8
Author: Jan Palus <[email protected]>
Date:   Sun Jun 6 22:18:56 2021 +0200

    up to 1.3.5

 libogg-ac_fixes.patch | 12 ++++++------
 libogg.spec           |  4 ++--
 2 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/libogg.spec b/libogg.spec
index 296e483..368c79a 100644
--- a/libogg.spec
+++ b/libogg.spec
@@ -6,13 +6,13 @@ Summary:      Ogg Bitstream Library
 Summary(pl.UTF-8):     Biblioteka obsługi strumieni bitowych Ogg
 Summary(pt_BR.UTF-8):  Biblioteca libogg
 Name:          libogg
-Version:       1.3.4
+Version:       1.3.5
 Release:       1
 Epoch:         2
 License:       BSD
 Group:         Libraries
 Source0:       
https://downloads.xiph.org/releases/ogg/%{name}-%{version}.tar.xz
-# Source0-md5: eadef24aad6e3e8379ba0d14971fd64a
+# Source0-md5: 3178c98341559657a15b185bf5d700a5
 Patch0:                %{name}-ac_fixes.patch
 URL:           https://www.xiph.org/ogg/
 BuildRequires: autoconf >= 2.50
diff --git a/libogg-ac_fixes.patch b/libogg-ac_fixes.patch
index 5f11ff2..7ddeaf7 100644
--- a/libogg-ac_fixes.patch
+++ b/libogg-ac_fixes.patch
@@ -1,11 +1,11 @@
 --- libogg-1.3.3/configure.ac.orig     2010-11-01 21:13:42.000000000 +0100
 +++ libogg-1.3.3/configure.ac  2010-11-03 21:34:19.187102452 +0100
 @@ -46,8 +46,8 @@
-         case $host in 
+         case $host in
          *-*-linux*)
                  DEBUG="-g -Wall -fsigned-char"
--                CFLAGS="-O20 -Wall -ffast-math -fsigned-char"
--                PROFILE="-Wall -W -pg -g -O20 -ffast-math -fsigned-char"
+-                CFLAGS="-O2 -Wall -ffast-math -fsigned-char"
+-                PROFILE="-Wall -W -pg -g -O2 -ffast-math -fsigned-char"
 +                CFLAGS="$CFLAGS -Wall -ffast-math -fsigned-char"
 +                PROFILE="$CFLAGS -Wall -W -pg -g -ffast-math -fsigned-char"
                ;;
@@ -15,10 +15,10 @@
                ;;
          *)
                  DEBUG="-g -Wall -fsigned-char"
--                CFLAGS="-O20 -fsigned-char"
--                PROFILE="-O20 -g -pg -fsigned-char" 
+-                CFLAGS="-O2 -fsigned-char"
+-                PROFILE="-O2 -g -pg -fsigned-char"
 +                CFLAGS="$CFLAGS -fsigned-char"
-+                PROFILE="$CFLAGS -g -pg -fsigned-char" 
++                PROFILE="$CFLAGS -g -pg -fsigned-char"
                ;;
          esac
  fi
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libogg.git/commitdiff/90067c42ab362d10984cef5bec131e8afa9bc1f8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to