]> git.pld-linux.org Git - packages/apparmor-parser.git/commitdiff
- updated to 2.8.3 auto/th/apparmor-parser-2.8.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Feb 2014 12:29:28 +0000 (13:29 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 24 Feb 2014 12:29:28 +0000 (13:29 +0100)
- removed obsolete bison3 patch

apparmor-parser.spec
bison3.patch [deleted file]

index ecc3f8b82d3b8d16be5015e4d4ec0b257667a88c..bfe159d42c455615face21a6ab083fb8d95913b7 100644 (file)
@@ -6,16 +6,15 @@
 Summary:       AppArmor userlevel parser utility
 Summary(pl.UTF-8):     Narzędzie przestrzeni użytkownika do przetwarzania AppArmor
 Name:          apparmor-parser
-Version:       2.8.2
+Version:       2.8.3
 Release:       1
 Epoch:         1
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://launchpad.net/apparmor/2.8/%{version}/+download/apparmor-%{version}.tar.gz
-# Source0-md5: bcc6bb56630b007d4ea5c9affe9d750d
+# Source0-md5: 43586e5096606e857fef45c49553e468
 Source1:       %{name}.init
 Patch0:                %{name}-pld.patch
-Patch1:                bison3.patch
 URL:           http://apparmor.wiki.kernel.org/
 BuildRequires: bison
 BuildRequires: flex
@@ -46,7 +45,6 @@ SubDomain.
 %prep
 %setup -q -n apparmor-%{version}
 %patch0 -p0
-%patch1 -p1
 
 %build
 %{__make} -j1 -C parser \
diff --git a/bison3.patch b/bison3.patch
deleted file mode 100644 (file)
index 54cfb3b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
---- apparmor-2.8.2/parser/libapparmor_re/parse.y~      2012-02-24 13:20:46.000000000 +0100
-+++ apparmor-2.8.2/parser/libapparmor_re/parse.y       2013-11-04 21:52:32.975269560 +0100
-@@ -57,6 +56,7 @@
- %pure-parser
- /* %error-verbose */
-+%lex-param {YYLEX_PARAM}
- %parse-param {Node **root}
- %parse-param {const char *text}
- %name-prefix = "regex_"
This page took 0.209628 seconds and 4 git commands to generate.