[-]
[+]
|
Changed |
lcr16.spec
|
|
[-]
[+]
|
Added |
chan_lcr.patch
^
|
@@ -0,0 +1,11 @@
+--- chan_lcr.c.orig 2010-05-31 18:27:26.000000000 +0200
++++ chan_lcr.c 2011-03-14 00:09:50.790336526 +0100
+@@ -2247,7 +2247,7 @@
+ union parameter newparam;
+ int res = 0;
+ struct chan_call *call;
+- const struct tone_zone_sound *ts = NULL;
++ const struct ast_tone_zone_sound *ts = NULL;
+
+ ast_mutex_lock(&chan_lock);
+ call = ast->tech_pvt;
|
|
Added |
lcr-20100601.tar.bz2
^
|
[-]
[+]
|
Added |
lcr16.spec.rej
^
|
@@ -0,0 +1,56 @@
+***************
+*** 1,18 ****
+ #
+- # spec file for package lcr (Version 1.6)
+ #
+ #
+
+ # norootforbuild
+ # usedforbuild aaa_base acl asterisk162 asterisk162-devel attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 capi4linux capisuite coreutils cpio cpp cpp41 cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gcc41 gcc-c++ gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kernel-source kernel-syms klogd less libacl libattr libcom_err libgcc41 libgsm1 libgsm-devel libltdl libmudflap41 libnscd libstdc++41 libtool libvolume_id libxcrypt libzio linux-kernel-headers m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone udev unzip util-linux vim zlib zlib-devel
+
+-
+ Name: lcr162
+ BuildRequires: kernel-source kernel-syms udev newt-devel wget flex ncurses-devel asterisk162-devel
+ BuildRequires: mISDNuser mISDNuser-devel libgsm1 libgsm-devel gcc-c++
+ URL: http://www.misdn.org
+ Summary: Modular ISDN driver architecture
+- Version: 1.6
+ Release: 1
+ License: GNU General Public License (GPL)
+ Group: Productivity/Telephony/Utilities
+--- 1,18 ----
+ #
++ # spec file for package lcr (Version 1.7)
+ #
+ #
+
+ # norootforbuild
+ # usedforbuild aaa_base acl asterisk162 asterisk162-devel attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison bzip2 capi4linux capisuite coreutils cpio cpp cpp41 cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gcc41 gcc-c++ gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kernel-source kernel-syms klogd less libacl libattr libcom_err libgcc41 libgsm1 libgsm-devel libltdl libmudflap41 libnscd libstdc++41 libtool libvolume_id libxcrypt libzio linux-kernel-headers m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone udev unzip util-linux vim zlib zlib-devel
+
++ %define dver 20100601
+ Name: lcr162
+ BuildRequires: kernel-source kernel-syms udev newt-devel wget flex ncurses-devel asterisk162-devel
+ BuildRequires: mISDNuser mISDNuser-devel libgsm1 libgsm-devel gcc-c++
+ URL: http://www.misdn.org
+ Summary: Modular ISDN driver architecture
++ Version: 1.7
+ Release: 1
+ License: GNU General Public License (GPL)
+ Group: Productivity/Telephony/Utilities
+***************
+*** 20,26 ****
+ Requires: lcr162
+ Excludearch: s390 s390x
+ BuildRoot: %{_tmppath}/%{name}-%{version}-build
+- Source0: lcr-%{version}.tar.bz2
+ Source1: lcr.init
+ Patch0: lcr.patch
+ Requires: asterisk162
+--- 20,26 ----
+ Requires: lcr162
+ Excludearch: s390 s390x
+ BuildRoot: %{_tmppath}/%{name}-%{version}-build
++ Source0: lcr-%{dver}.tar.bz2
+ Source1: lcr.init
+ Patch0: lcr.patch
+ Requires: asterisk162
|