Compare commits

...

10 Commits

Author SHA1 Message Date
Jacek Migacz bc8d1256ba Bump release 2023-05-18 11:01:21 +00:00
Jacek Migacz 015811d59b Provide gating.yaml for CI
Resolves: #1951306
2021-08-16 11:28:44 +02:00
Jacek Migacz 7c956e577e Add updated digest file
Resolves: #1951306
2021-08-10 11:10:05 +02:00
Jacek Migacz 989aa50b1d Fix FTBFS in Red Hat Enterprise Linux 9 CentOS Stream
Resolves: #1951306
2021-08-06 11:46:14 +02:00
Mohan Boddu 7ca449f194 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-15 23:13:07 +00:00
DistroBaker f45c4cfc22 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/emacs-auctex.git#b3a24e198e03824901a9c6ad232fffc649f80d6d
2021-03-31 20:00:03 +00:00
DistroBaker 9b8809ad92 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/emacs-auctex.git#b3a24e198e03824901a9c6ad232fffc649f80d6d
2021-02-15 15:07:28 +01:00
DistroBaker a46fdca425 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/emacs-auctex.git#b3a24e198e03824901a9c6ad232fffc649f80d6d
2021-02-09 15:52:45 +01:00
DistroBaker 36bd37f295 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/emacs-auctex.git#b3a24e198e03824901a9c6ad232fffc649f80d6d
2021-02-05 14:31:43 +01:00
DistroBaker 41497141c4 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/emacs-auctex.git#b3a24e198e03824901a9c6ad232fffc649f80d6d
2020-12-17 14:17:22 +01:00
6 changed files with 19 additions and 77 deletions

1
.emacs-auctex.metadata Normal file
View File

@ -0,0 +1 @@
7f08b8e2a5d74f83fae8805e1b49e89e49d2f836 auctex-12.3.tar.gz

6
.gitignore vendored
View File

@ -1,5 +1 @@
auctex-11.86.tar.gz
/auctex-11.87.tar.gz
/auctex-11.88.tar.gz
/auctex-11.89.tar.gz
/auctex-12.1.tar.gz
/auctex-*.tar.gz

View File

@ -11,8 +11,8 @@
Summary: Enhanced TeX modes for Emacs
Name: emacs-auctex
Version: 12.1
Release: 9%{?dist}
Version: 12.3
Release: 2%{?dist}
License: GPLv3+ and GFDL
URL: http://www.gnu.org/software/auctex/
Requires: emacs(bin) >= %{_emacs_version}
@ -26,10 +26,6 @@ Requires: tex-preview = %{version}-%{release}
Source0: http://ftp.gnu.org/pub/gnu/auctex/auctex-%{version}.tar.gz
# Patch to fix FSF address in some files. Sent upstream 25th Feb 2018.
# Should not be needed after version 12.1
Patch0: fix_fsf_address_and_whitespace.patch
BuildArch: noarch
BuildRequires: emacs tex(latex) texinfo-tex ghostscript
@ -64,8 +60,6 @@ including HTML and PDF.
Summary: Preview style files for LaTeX
Requires: tex(latex)
Provides: tex(preview.sty)
Obsoletes: tetex-preview
Provides: tetex-preview
# This is the latest build we accidentally provided from texlive
Obsoletes: texlive-preview <= 7:svn44883
Provides: texlive-preview
@ -93,7 +87,6 @@ Emacs.
%prep
%setup -q -n auctex-%{version}
%patch0 -p1
%build
%if %{separate_preview}
@ -167,6 +160,14 @@ touch %{buildroot}%{_emacs_sitelispdir}/auctex/style/.nosearch
%doc doc/html
%changelog
* Fri Aug 6 2021 Jacek Migacz <jmigacz@redhat.com> - 12.3-1
- Fix build failure on CentOS Stream. Related: rhbz#1951306
- Revert patch for FSF addresses (it became obsolete with 12.2)
- Remove Obsoletes and Provides tetex-preview
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 12.1-10
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 12.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

View File

@ -1,62 +0,0 @@
diff -up auctex-12.1/multi-prompt.el.orig auctex-12.1/multi-prompt.el
--- auctex-12.1/multi-prompt.el.orig 2017-12-10 20:49:45.000000000 +0000
+++ auctex-12.1/multi-prompt.el 2018-02-25 20:18:00.089207976 +0000
@@ -11,15 +11,16 @@
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
-;;
+;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+;;
;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with AUCTeX; see the file COPYING. If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301 USA.
;;; Commentary:
diff -up auctex-12.1/style/comment.el.orig auctex-12.1/style/comment.el
--- auctex-12.1/style/comment.el.orig 2017-12-10 20:49:45.000000000 +0000
+++ auctex-12.1/style/comment.el 2018-02-25 19:46:37.977791016 +0000
@@ -21,8 +21,8 @@
;; You should have received a copy of the GNU General Public License
;; along with AUCTeX; see the file COPYING. If not, write to the Free
-;; Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-;; 02111-1307, USA.
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301 USA.
;;; Commentary:
diff -up auctex-12.1/style/latexinfo.el.orig auctex-12.1/style/latexinfo.el
--- auctex-12.1/style/latexinfo.el.orig 2017-12-10 20:49:45.000000000 +0000
+++ auctex-12.1/style/latexinfo.el 2018-02-25 20:16:49.776341548 +0000
@@ -8,15 +8,16 @@
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation; either version 3, or (at your option)
;; any later version.
-;;
+;;
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
-;;
+;;
;; You should have received a copy of the GNU General Public License
-;; along with this program; if not, write to the Free Software
-;; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with AUCTeX; see the file COPYING. If not, write to the Free
+;; Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+;; MA 02110-1301 USA.
;;; Code:

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}

View File

@ -1 +1 @@
SHA512 (auctex-12.1.tar.gz) = 4c27a3b16eaf98db164832497c497576fcabb274b24c6eb3060625b7711b1de91fce9a52f7c7caaec77a93768a6ce2ec173ab1ccb72f4c56c51cc4740d380d97
SHA512 (auctex-12.3.tar.gz) = 29c411a7f18e0dd2d84edaf935e278cdf694644e01f40c26c26da403efa0a823fc3110c291d218bf930cad208dc249ca665dc20ccad5e2b44bd3caae828079ca