From 92af43b768dde68bc1c89d1eeb95f11d5908ed65 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 15 Sep 2020 16:12:05 +0800 Subject: [PATCH] modify source --- codegen.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codegen.spec b/codegen.spec index 4ca009f..27ffe1a 100644 --- a/codegen.spec +++ b/codegen.spec @@ -1,11 +1,11 @@ %global _version %( echo %{version} | tr . _ ) Name: codegen Version: 0.6.8 -Release: 1 +Release: 2 Summary: Java/Scala Code generation tool License: ASL 2.0 URL: http://www.querydsl.com -Source0: https://github.com/mysema/codegen/archive/CODEGEN_%{_version}.tar.gz +Source0: https://github.com/querydsl/codegen/archive/CODEGEN_0_6_8.tar.gz BuildRequires: maven-local mvn(com.google.guava:guava) mvn(javax.validation:validation-api) BuildRequires: mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.eclipse.jdt.core.compiler:ecj) @@ -77,5 +77,8 @@ sed -i.ecj4.6 "s|Map settings|Map settings|" \ %license LICENSE.txt %changelog +* Mon Sep 14 2020 shaoqiang kang - 0.6.8-2 +- Modify source + * Fri Aug 14 2020 leiju - 0.6.8-1 - Package init