Skip to content

Commit e678ac1

Browse files
authored
Merge pull request #254 from lcnetdev/v2.8.1-dev
V2.8.1 dev
2 parents 51c569a + 36b7cd3 commit e678ac1

7 files changed

Lines changed: 21 additions & 9 deletions

File tree

IDMETA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
NAME=marc2bibframe2
22
CENTOS_DIST="centos7 centos8"
3-
VERSION=2.8.0
3+
VERSION=2.8.1

NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
--- 2.8.1 2024/12/02
2+
Patch release to address XPath test issue in xsltproc.
3+
14
--- 2.8.0 2024/11/21
25
Changes toward updated v2.8.0 specifications:
36
ConvSpec-006-008

marc2bibframe2.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
4040
%docdir %{_docdir}/marc2bibframe2
4141

4242
%changelog
43+
* Thu Dec 02 2024 Kevin Ford <kevinford@loc.gov> - 2.8.1-1.indexdata
44+
- Release 2.8.1
45+
4346
* Thu Nov 21 2024 Kevin Ford <kevinford@loc.gov> - 2.8.0-1.indexdata
4447
- Release 2.8.0
4548

release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# marc2bibframe2 release notes
22

3+
## v2.8.1
4+
5+
Patch release.
6+
7+
* [Address XPath test issue in xsltproc.](https://github.com/lcnetdev/marc2bibframe2/issues/253)
8+
39
## v2.8.0
410

511
Conversion updates based on specifications v2.8. See the Library of Congress’s [BIBFRAME site](https://www.loc.gov/bibframe/) for more details. Specifications are included in the distribution in the [spec](spec/) directory. Changes of note:

test/marc2bibframe2.xspec

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
7676
</bf:Status>
7777
</bf:status>
78-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0"/>
78+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1"/>
7979
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
8080
</bf:AdminMetadata>
8181
</bf:adminMetadata>
@@ -262,7 +262,7 @@
262262
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
263263
</bf:Status>
264264
</bf:status>
265-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0"/>
265+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1"/>
266266
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
267267
</bf:AdminMetadata>
268268
</bf:adminMetadata>
@@ -487,7 +487,7 @@
487487
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
488488
</bf:Status>
489489
</bf:status>
490-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0"/>
490+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1"/>
491491
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
492492
</bf:AdminMetadata>
493493
</bf:adminMetadata>
@@ -734,7 +734,7 @@
734734
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
735735
</bf:Status>
736736
</bf:status>
737-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0"/>
737+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1"/>
738738
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
739739
</bf:AdminMetadata>
740740
</bf:adminMetadata>
@@ -1089,7 +1089,7 @@
10891089
<rdfs:label xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">changed</rdfs:label>
10901090
</bf:Status>
10911091
</bf:status>
1092-
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0"/>
1092+
<bf:generationProcess rdf:resource="https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1"/>
10931093
<bf:date rdf:datatype="http://www.w3.org/2001/XMLSchema#dateTime">1970-01-01T00:00:00Z</bf:date>
10941094
</bf:AdminMetadata>
10951095
</bf:adminMetadata>

xsl/ConvSpec-600-662.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,7 @@
13921392
<xsl:with-param name="pString" select="."/>
13931393
</xsl:call-template>
13941394
</xsl:element>
1395-
<xsl:if test="count($pRelated880s) &gt; 0">
1395+
<xsl:if test="$pRelated880s != ''">
13961396
<xsl:variable name="vThisCode" select="@code"/>
13971397
<xsl:if test="@code='a' or ($pTag='650' and (@code='c' or @code='d'))">
13981398
<xsl:for-each select="$pRelated880s">

xsl/variables.xsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
<!-- constants for marc2bibframe2.xsl -->
88

99
<!-- Current marc2bibframe2 version -->
10-
<xsl:variable name="vCurrentVersion">v2.8.0</xsl:variable>
10+
<xsl:variable name="vCurrentVersion">v2.8.1</xsl:variable>
1111
<xsl:variable name="vOntoVersionURI">http://id.loc.gov/ontologies/bibframe-2-4-0/</xsl:variable>
12-
<xsl:variable name="vConvVersionURI">https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.0</xsl:variable>
12+
<xsl:variable name="vConvVersionURI">https://github.com/lcnetdev/marc2bibframe2/releases/tag/v2.8.1</xsl:variable>
1313

1414
<!-- namespace URIs -->
1515
<xsl:variable name="bf">http://id.loc.gov/ontologies/bibframe/</xsl:variable>

0 commit comments

Comments
 (0)