summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLyes Saadi <dev@lyes.eu>2022-12-21 19:54:34 +0100
committerLyes Saadi <dev@lyes.eu>2022-12-21 19:54:34 +0100
commit67d242bbdecdf1f0b51f656abf8a81c7db3d7c0f (patch)
tree146523b32d104297c6646ad9963e1e77377983ee
parentadad7b84a068021f4dca570d6125492e3c3c9dff (diff)
downloadspec-67d242bbdecdf1f0b51f656abf8a81c7db3d7c0f.tar.gz
spec-67d242bbdecdf1f0b51f656abf8a81c7db3d7c0f.tar.xz
spec-67d242bbdecdf1f0b51f656abf8a81c7db3d7c0f.zip
[notekit] Updating to 0.2.0
-rw-r--r--notekit/notekit/README.md3
-rw-r--r--notekit/notekit/changelog50
-rw-r--r--notekit/notekit/notekit-66a31147f83b93542f0c53f0eda65b1576bc4756.tar.gzbin1900129 -> 0 bytes
-rw-r--r--notekit/notekit/notekit.spec54
-rw-r--r--notekit/notekit/sources1
5 files changed, 55 insertions, 53 deletions
diff --git a/notekit/notekit/README.md b/notekit/notekit/README.md
deleted file mode 100644
index a2f666f..0000000
--- a/notekit/notekit/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# notekit
-
-The notekit package
diff --git a/notekit/notekit/changelog b/notekit/notekit/changelog
new file mode 100644
index 0000000..0eb0df0
--- /dev/null
+++ b/notekit/notekit/changelog
@@ -0,0 +1,50 @@
+* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Wed Nov 03 2021 Björn Esser <besser82@fedoraproject.org> - 0.1-7
+- Rebuild (jsoncpp)
+
+* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue May 18 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-5
+- Updating due to the addition of new important features
+- 66a31147f83b93542f0c53f0eda65b1576bc4756
+
+* Sat May 08 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-4
+- Updating the patch and importing into Fedora
+
+* Wed Apr 21 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-3
+- Adding conditional to enable/disable cLaTeXMath
+- Disabling cLaTeXMath by default due to licensing issues
+
+* Sun Mar 14 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-2
+- Removing the git-core dependency
+- Checking for the validity of the Desktop and Metainfo files
+- Adding a License breakdown
+- Marking the Charter License as a License
+- "Unglobing" the icons/hicolor folder
+
+* Tue Jan 12 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-1
+- Updating to 0.1
+
+* Wed Nov 18 2020 Lyes Saadi <fedora@lyes.eu> - 0-2
+- Updating to latest commit
+- Switching to meson
+- Enabling cLaTeXMath
+- Adding metainfo
+- Adding back Charter fonts as I recently learned to read
+
+* Thu Oct 22 2020 Lyes Saadi <fedora@lyes.eu> - 0-1.git5ecb632
+- Updating to latest commit
+- Replacing the patch by a simple sed
+
+* Tue May 05 2020 Lyes Saadi <fedora@lyes.eu> - master-2
+- Updating to latest commit
+- Making the spec file compliant to Fedora's Guidelines
+
+* Wed Sep 11 2019 Lyes Saadi <fedora@lyes.eu> - master-1
+- Creating the spec file
diff --git a/notekit/notekit/notekit-66a31147f83b93542f0c53f0eda65b1576bc4756.tar.gz b/notekit/notekit/notekit-66a31147f83b93542f0c53f0eda65b1576bc4756.tar.gz
deleted file mode 100644
index df123b6..0000000
--- a/notekit/notekit/notekit-66a31147f83b93542f0c53f0eda65b1576bc4756.tar.gz
+++ /dev/null
Binary files differ
diff --git a/notekit/notekit/notekit.spec b/notekit/notekit/notekit.spec
index 2dc3fde..3805ae0 100644
--- a/notekit/notekit/notekit.spec
+++ b/notekit/notekit/notekit.spec
@@ -1,4 +1,4 @@
-# Including cLaTeXMath
+# With cLaTeXMath!
%bcond_without clatexmath
%global forgeurl https://github.com/blackhole89/notekit/
@@ -6,13 +6,11 @@
%global uuid com.github.blackhole89.notekit
Name: notekit
-# To override Fedora builds and keep cLaTeXMath support
-Epoch: 1
-Version: 0.1
-Release: 6%{?dist}
+Version: 0.2.0
+Release: %autorelease
Summary: Hierarchical markdown notetaking application with tablet support
-%global commit 66a31147f83b93542f0c53f0eda65b1576bc4756
+#global commit 66a31147f83b93542f0c53f0eda65b1576bc4756
%forgemeta
# The app is under the GPLv3+ license while the fonts are under the Charter
@@ -65,46 +63,4 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{uuid}.metain
%{_datadir}/%{name}/
%changelog
-* Sun Jul 12 2021 Lyes Saadi <fedora@lyes.eu> - 1:0.1-6
-- Rebuild for cLaTeXMath 0.0.4
-
-* Tue May 18 2021 Lyes Saadi <fedora@lyes.eu> - 1:0.1-5
-- Updating to 66a31147f83b93542f0c53f0eda65b1576bc4756
-
-* Sun May 16 2021 Lyes Saadi <fedora@lyes.eu> - 1:0.1-4
-- Overriding Fedora builds to keep cLaTeXMath support
-
-* Sat May 08 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-4
-- Updating the patch and importing into Fedora
-
-* Wed Apr 21 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-3
-- Adding conditional to enable/disable cLaTeXMath
-- Disabling cLaTeXMath by default due to licensing issues
-
-* Sun Mar 14 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-2
-- Removing the git-core dependency
-- Checking for the validity of the Desktop and Metainfo files
-- Adding a License breakdown
-- Marking the Charter License as a License
-- "Unglobing" the icons/hicolor folder
-
-* Tue Jan 12 2021 Lyes Saadi <fedora@lyes.eu> - 0.1-1
-- Updating to 0.1
-
-* Wed Nov 18 2020 Lyes Saadi <fedora@lyes.eu> - 0-2
-- Updating to latest commit
-- Switching to meson
-- Enabling cLaTeXMath
-- Adding metainfo
-- Adding back Charter fonts as I recently learned to read
-
-* Thu Oct 22 2020 Lyes Saadi <fedora@lyes.eu> - 0-1.git5ecb632
-- Updating to latest commit
-- Replacing the patch by a simple sed
-
-* Tue May 05 2020 Lyes Saadi <fedora@lyes.eu> - master-2
-- Updating to latest commit
-- Making the spec file compliant to Fedora's Guidelines
-
-* Wed Sep 11 2019 Lyes Saadi <fedora@lyes.eu> - master-1
-- Creating the spec file
+%autochangelog
diff --git a/notekit/notekit/sources b/notekit/notekit/sources
deleted file mode 100644
index 1b6a37f..0000000
--- a/notekit/notekit/sources
+++ /dev/null
@@ -1 +0,0 @@
-SHA512 (notekit-66a31147f83b93542f0c53f0eda65b1576bc4756.tar.gz) = b218fe521b497b11b1e62987c9598307a97c49ad10339dd627b2caa5e2b5b2f5890d7b2ab01b46dd98970065c9c333c7cf45c418a1f16c5b17147e76fe8fd213